alpha22jp

Results 15 comments of alpha22jp

@hackrole I personally don't have mac os, so I haven't tested this package on it. But I think there is no reason that it doesn't work on mac os. Please...

@Mihara You can set a specific major-mode depending on the page URL by setting the custome variable `atomic-chrome-url-major-mode-alist`. So you can apply an extra processing step by adding it to...

@Mihara How about implementing a hook which is invoked before the editing buffer is saved depending on the page URL? Does it satisfy your request?

@zhixing2017 This package tries to open the port 64292 for Atomic Chrome and 4001 for Ghost Text. Maybe one of them is blocked in your environment.

Hi @zeltak The cause of the error message is that the TCP port the websocket server uses is already opened by atomic-chrome.el running on another Emacs session. I think the...

Hi @pronobis Do you mean `cua-set-rectangle-mark` instead of `cua-set-mark`? I'm not that familiar with cua-mode, but `cua-set-mark` looks to be the same as normal `set-mark-command`. Anyway, I can select rectangle...

Yes, I'm using transient mark mode. I can see the selection highighted when I set mark with `cua-set-mark` and move the cursor.

@dakrone This would be a good solution which is independent of OS. I tested it and it works on Linux, but it doesn't appear to work on Windows. `atomic-chrome-server-runnning-p` returns...