GitHub should integrate this into their site for editing files.
Ymacs -- An Emacs-like editor for the Web
31–40 of 66 posts
Re: Ymacs -- An Emacs-like editor for the Web
#32Incidentally, Emacs 24 removes the dashes from the modeline, so using Ymacs is almost a bit nostalgic!
Odd, I'm using "GNU Emacs 24.0.50.1 (x86_64-apple-darwin10.2.0, NS apple-appkit-1038.25) of 2010-03-27 on gallifrey.local" and it still has the dashes on the modeline.
Re: Ymacs -- An Emacs-like editor for the Web
#33Re: Ymacs -- An Emacs-like editor for the Web
#34Super Dee Duper! I cracked myself up when trying C-M-q using the Command (clover) key on my mac, which of course was seen as CMD-Q by the browser, which for you non OS X folks means QUIT.
Re: Ymacs -- An Emacs-like editor for the Web
#35Dear god, If you could combine this with a Google-docs-like collaborative editing feature, I could once again enjoy a life free of word processors, where the true meaning of Meta-Shift-^ could become known to the masses. That would rock. Just sayin'.
Unfortunately I had to make it use vi key-bindings since the emacs ones were incompatible with most browser defaults. But it's extensible like emacs, through Javascript.
Someday I'll have time to finish it.
Re: Ymacs -- An Emacs-like editor for the Web
#36I'm glad to see this and I'm sure I'll enjoy using it. It would be nice to have the ability to create accounts and store in the cloud so I can access my code from anywhere.
Re: Ymacs -- An Emacs-like editor for the Web
#37Earlier quoted context omitted.
Maybe it depends on which browser you're using, but in Safari 5, when the main textbox/input box has focus, C-n works for me, as well as ESC for Meta. You may want to try giving it focus first?
Strangely (ironically) Ctrl-N works fine in Safari (on Windows), but Ctrl-P brings up the "Print" dialog. In Chrome Ctrl-P works fine, but Ctrl-N brings up the "New Window" dialog. Both work fine in Firefox. Who said that one of the best things about developing web-apps is that the apps are cross-platform?
Re: Ymacs -- An Emacs-like editor for the Web
#38I tried integrating this into an app I am working on, but it was just too tightly integrated within its custom UI library. This app is truly awesome, but it is just impossible to integrate with anything. Someday I might try to fork it -- lord knows I already know enough about its internals. (edit: sorry about the double post. I wiped the screen of my iphone immediately after hitting submit -- guess this is what happe…
Re: Ymacs -- An Emacs-like editor for the Web
#39I tried integrating this into an app I am working on, but it was just too tightly integrated within its custom UI library. This app is truly awesome, but it is just impossible to integrate with anything. Someday I might try to fork it -- lord knows I already know enough about its internals. (edit: sorry about the double post. I wiped the screen of my iphone immediately after hitting submit -- guess this is what happe…
Ah, so Ymacs stays true to its roots in being stuck with its own stack.