Live data from Hacker News

Ymacs -- An Emacs-like editor for the Web

ymacs.org

51–60 of 66 posts

Re: Ymacs -- An Emacs-like editor for the Web

#51
post #45

Funny that this doesn't work even a little bit with Conkeror (Web browser with emacs keybindings). Pretty sweet otherwise.

To be fair, that's more a Conkeror problem than a ymacs problem. We're sort of trying to bang the square peg of the web into the round hole of keyboard based control. It often leads to gross hacks like all the page modes we have, which are equivalent to Major modes that you could only use on one or maybe two files in emacs.

Re: Ymacs -- An Emacs-like editor for the Web

#52

I worked on this (my own version) for awhile and I got the basics working pretty quickly, but I just wasn't happy writing in JS, I really wanted it to be written in Lisp, but I couldn't find a JS version of Lisp that was good enough, and I didn't have the time to make one myself. I'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…

http://common-lisp.net/project/parenscript/ to the rescue!

Re: Ymacs -- An Emacs-like editor for the Web

#54
post #6

The problem is I need an emacs/vim/TextMate style editor for the iPad usable in the airplane. I really wish TextMate would become available on iOS.

And really, do you want to be pressing multiple keys at the same time like you would for emacs hot keys on an iPad? I'm not an avid user, but those motions seem incredibly unnatural. C-X, C-S to save? and that's just the beginning. vim suffers similarly, though probably not to the same extent. An editor that takes advantage of the iPad's touch screen would be superior, imo

Not necessarily an emacs editor. I love the GUI of TextMate, but a lot of what makes TextMate usable is its bundles, which definitely won't be allowed by Apple.

All I would like is a reasonably good text editor with a project drawer and syntax highlighting. Preferably something that can integrate with git.

Maybe I am dreaming. I love just being able to read code, not necessarily type it on the iPad, since I do review existing open source projects (such as picking open gems and learning about them) or review source code changes from git.

MBA is nice, but you still need to pull the seat tray down. The iPad lets me read code like a magazine. And it fits on the elliptical for working out.

So yes, call me foolish for wanting to do this on the iPad, but I just love its form factor!

Re: Ymacs -- An Emacs-like editor for the Web

#57
post #6

The problem is I need an emacs/vim/TextMate style editor for the iPad usable in the airplane. I really wish TextMate would become available on iOS.

its called a netbook.

Apple doesn't make netbooks. Textmate only runs on Macs.

Re: Ymacs -- An Emacs-like editor for the Web

#58
It doesn't work too well on non-US keyboards. For instance I can't type @ (Alt-gr/Right-alt 2), $ (Alt-gr 4) or any of the following: {[]} (alt-gr 7-0). Welcome to Norwegian keyboard layout btw.

I'm guessing it might the browser blocking what it assumes is control keys, but it might also be the app not looking for those specific modifier-key combinations.

Looking at the wikipedia-page for keyboard layouts, it seems Norway is not alone when it comes to requiring modifier-keys to be able to type standard "programming" characters:

http://en.wikipedia.org/wiki/Keyboard_layout#Norwegian

If these things can't be done in browser, I'm guessing all those awesome, envisioned browser & cloud IDEs wont be that big a hit outside english-speaking countries.

Re: Ymacs -- An Emacs-like editor for the Web

#59
post #38

I 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.

Much like the Borg, emacs is not integrated into applications - applications are assimilated into emacs. :-)

(An 80% emacs user myself.)

Re: Ymacs -- An Emacs-like editor for the Web

#60
post #58

It doesn't work too well on non-US keyboards. For instance I can't type @ (Alt-gr/Right-alt 2), $ (Alt-gr 4) or any of the following: {[]} (alt-gr 7-0). Welcome to Norwegian keyboard layout btw. I'm guessing it might the browser blocking what it assumes is control keys, but it might also be the app not looking for those specific modifier-key combinations. Looking at the wikipedia-page for keyboard layouts, it seems N…

It's the same for French AZERTY keyboards. If you are programming, just remap you keyboard to normal QWERTY, that way easier then.
Post reply on HN