emacs-devel
[Top][All Lists]
Advanced

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

Re: Suggestion: Mapping of M-g should be goto-line


From: Kim F. Storm
Subject: Re: Suggestion: Mapping of M-g should be goto-line
Date: 26 Mar 2004 12:14:49 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Stefan Monnier <address@hidden> writes:

> C-c C-c is currently globally unbound and I suggest we bind it to `compile'.

Try
        M-x recursive-edit RET C-h k C-c C-c
=>
        C-c C-c runs the command exit-recursive-edit

Quite a number of commands use recursive-edit, and it doesn't make me
feel comfortable to have two important "global" bindings on the same
key sequence.

> Major modes would be encouraged to override it with mode-specific
> implementations of the idea of "process what I've just edited", like AUCTeX
> and message already do.

For most of the existing keybindings it seems to me that C-c C-c means
"I am done with this, finalize it and pass it on, and we are both done
with it".

You can make compile fit with that definition also, but in my mind
compile is more like a "start doing something" than finalize
something.  

But I see your point, and maybe I just need change a brain pattern to
get used to this.  Actually, the more I think about it, the more I
tend to agree with you!  (That's a 180 degree turn in 10 lines :-)

--
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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