[420] in Athena Bugs
zap-to-char ignores keyboard-quit (^G)
daemon@ATHENA.MIT.EDU (jfc@ATHENA.MIT.EDU)
Mon May 30 14:45:05 1988
From: <jfc@ATHENA.MIT.EDU>
Date: Mon, 30 May 88 14:43:28 EDT
To: bugs@ATHENA.MIT.EDU
In GNU Emacs 18.49.35G of Wed Oct 7 1987 on M66-080-6 (berkeley-unix)
zap-to-char:
Kill up to (but not including) ARG'th occurrence of CHAR.
...goes to end of buffer if CHAR not found.
This command violates the normal practice of ^G being "quit". (Actually, it
ignores the keyboard-quit [or traps ^G before it can create a quit signal]).
If I try to abort out of zap it looks for ^G, doesn't find it, and kills to
end of buffer. This is bad.
--John Carr