Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with the freecodecamp editor #61

Open
alienbogart opened this issue Aug 28, 2019 · 2 comments
Open

Does not work with the freecodecamp editor #61

alienbogart opened this issue Aug 28, 2019 · 2 comments

Comments

@alienbogart
Copy link

Runtime Environment

Issue

Emacs Anywhere works very well in all kinds of text fields, except for the https://learn.freecodecamp.org/ the editor. I tested on Google Chrome using both atomic-chrome and ghost-text. The extensions are able to connect with Emacs, but only part of the text in the field becomes available and my edits are not reflected on Emacs are not reflected in the browser.

@zachcurry
Copy link
Owner

Hi, @mrbig033,

The method by which this tool achieves it's purpose is simple and this is the reason why it works with all applications, but perhaps you have found an exception. What this tool does is simply copy the text from your Emacs buffer to your clipboard, switch focus back to the application you were using, and paste. It's a pretty fool proof method. If it works for you everywhere with the exception of this one webpage, I suspect there are some 'focus' or 'onChange' events in the javascript that is in someway preventing this otherwise fool-proof method from working. As far as the Chrome extensions you have mentioned are concerned, I'm afraid I haven't the slightest clue what they are. You might try disabling these extensions and see if it works in that case; this sort of investigative troubleshooting is the sort of thing you'll have to do if we are going find what is the matter. Good luck and let me know what you find out.

Go with Emacs,
Z

@alienbogart
Copy link
Author

I seem to have made a mistake. I started trying to use Emacs Anywhere but ended up using these similar extensions instead - ~/.emacs_anywhere/bin/run doesn't run if I bind it through i3wm. They're not at all affiliated with this project. Regardless, I binded ~/.emacs_anywhere/bin/run using xbindkeys, and it worked fine on text fields, except on Free Code Camp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants