Closed GoogleCodeExporter closed 9 years ago
Temporally added Alt+n (qwerty) shortcut:
http://code.google.com/p/ergoemacs/source/detail?r=313
Original comment by davidcapello
on 9 Oct 2009 at 1:29
haven't fully tested out yet.
i got the impression that C-g isn't just a simple function/command... i got the
impression that it calls different commands in different situations, and in
some
places might be hardcoded in emacs that doesn't even invoke a command.
places we need to check on this: minibuffer, recursive edit, cancel a running a
elisp
script/command. Also test equivalence to one of the repeated press of Esc.
To fully get this right. First we need to have a comprehensive study on what
C-g
exactly do, in all situations (e.g. minibuffer, canceling a running program,
while in
intercative shell, etc.)
Then, check if our implementation is exactly the same or behaves the same as
above.
Might want it to be exactly the same, might not, i don't know.
I don't know if the above sounds silly... haven't really spend much time on
this...
but i thought i'd add some ideas here, just for extra sure. This is a important
key
we need to get it right.
Also, if we add C-g as part of the ergonomic keybinding in Meta space, we need
to
consider whether we need to add C-x, and C-c, since at least many “C-x
something”
combination may be more frequently used.
Original comment by xah...@gmail.com
on 13 Oct 2009 at 1:38
fixed in release 1.7, by David Capello.
Original comment by xah...@gmail.com
on 18 Feb 2010 at 5:39
this is implemented, however, is not a full implementation. See issue 68.
Original comment by xah...@gmail.com
on 19 Feb 2010 at 1:36
Now issue 68 is fixed. Anyway it was fixed adding alt+n key explicitly in a
keymap used to cancel queries (query-replace-map). For other cases we will need
to add the alt+n key in other keymaps.
Original comment by davidcapello
on 11 Jun 2010 at 2:36
Original issue reported on code.google.com by
xah...@gmail.com
on 15 Sep 2009 at 12:40