unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* <delete> key exits Shell Mode (on Windows)
@ 2007-10-17 10:48 Gareth Rees
  2007-10-18  8:18 ` Jason Rumney
  2007-10-18 13:30 ` Jonathan Goldblatt
  0 siblings, 2 replies; 3+ messages in thread
From: Gareth Rees @ 2007-10-17 10:48 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: Gareth Rees

I'm running GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on 
Microsoft Windows XP.
My SHELL environment variable is set to "bash".

In a fresh emacs -q I type

M-x shell RET
<delete>

What I expect to happen: the bell should ring. (<delete> should delete 
the character after point, but point is at the end of the buffer so 
there is nothing to delete.)

What happens: the shell exits.

The reason for this is that <delete> is translated to C-d by 
`function-key-map' and in Shell Mode C-d is bound to 
`comint-delchar-or-maybe-eof'.

I suggest that <delete> and C-d be disunified in Shell Mode on Windows, 
and the former should be bound to `delete-char'.

(This was reported in July, but not very clearly; see
http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-07/msg00210.html
I hope this report is better.)

-- 
Gareth Rees




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-18 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 10:48 <delete> key exits Shell Mode (on Windows) Gareth Rees
2007-10-18  8:18 ` Jason Rumney
2007-10-18 13:30 ` Jonathan Goldblatt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).