emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tweaking t-m-m to make room for d-s-m


From: Eli Zaretskii
Subject: Re: Tweaking t-m-m to make room for d-s-m
Date: Tue, 30 Mar 2010 12:47:53 +0300

> From: Lennart Borgman <address@hidden>
> Date: Tue, 30 Mar 2010 08:38:18 +0200
> Cc: address@hidden, address@hidden, address@hidden,
>       address@hidden, address@hidden
> 
> On Tue, Mar 30, 2010 at 7:31 AM, Richard Stallman <address@hidden> wrote:
> >    - It is not as easy to type for `undo' if your are used to using C-z for 
> > that.
> >
> > C-z has never been an undo command in Emacs
> > so Emacs users are not used to typing C-z for that.
> 
> That conclusion is not valid.
> 
> I think most Emacs users are today at least using also a web browser
> where C-z means undo while editing.

Which doesn't necessarily mean they want it in Emacs.  At least for
me, C-z scrolls the window by one line:

 (global-set-key "\C-z" (function (lambda () (interactive) (scroll-up 1))))

I use this in Emacs by far more often than `undo'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]