Push Button Paradise
Micah Dubinko
Fri, 06 Jan 2006
Down with Emacs!
Activity on this blog has been a little slow, sorry. This should heat things up a bit...
In my new position, I find myself frequently needing to edit files residing on a remote system. When doing more than trivial edits, I often pine for an editor that offers some of the innovations in user interfaces that have taken place in the last twenty or so years--things like text selection with arrow keys, normal "cut" and "paste" functions, or use of the "PgUp" and "PgDn" keys.
Fortunately, jEdit comes through again. The FTP plugin includes full support for sftp, allowing browsing, opening, and editing of remote files securely.
Please insert flames below, in the browser-supplied minimal editing environment (which includes text selection with arrow keys, normal "cut" and "paste" functions, and use of the "PgUp" and "PgDn" keys). -m
posted at: 22:11 | under: 2006-01 | 3 comment(s)
No flames, but a more typical Emacs user response: put the following lines into your .emacs file and home, end, pgup, pgdown, and shift-cursor will act the way you want them to:
(require 'pc-select)
(pc-selection-mode)
It won't help your cut and paste problem though. New Emacs users have to get used to Alt-w for cut and ^y for paste, and they're not literally called "cut" and "paste," so I suppose you could accuse Emacs, by not using the Microsoft-standardized keystrokes for these functions, of not being "normal." It's a pretty poor reason to miss out on nxml!
Bob
Posted by Bob DuCharme at Sat Jan 7 13:45:23 2006
Cheers, Tony.
Posted by Anthony B. Coates at Sun Jan 22 09:18:45 2006