all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace
@ 2009-01-20  3:40 Chong Yidong
  2009-01-20 16:18 ` Dan Nicolaescu
  2009-01-20 16:18 ` Dan Nicolaescu
  0 siblings, 2 replies; 7+ messages in thread
From: Chong Yidong @ 2009-01-20  3:40 UTC (permalink / raw)
  To: emacs-devel; +Cc: pent, rfrancoise, 1960

Simplified recipe for bug#1960:

1. Put (pc-selection-mode 1) in .emacs
2. emacs --daemon
3. emacsclient -c
4. C-h k C-backspace

<C-backspace> runs the command kill-line, which is an interactive
compiled Lisp function in `simple.el'.

5. C-x C-c
6. emacsclient -c
7. C-h k C-backspace

<C-backspace> runs the command backward-kill-word, which is an
interactive compiled Lisp function in `simple.el'.


PC-selection mode binds [C-delete] to kill-line.  My guess is that some
code for distinguishing delete from DEL isn't run when Emacs is started
as a daemon.  It's only run sometime after the first client frame is
created, which is why C-backspace works properly for the second client
frame.

Could someone take a closer look?




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

end of thread, other threads:[~2009-01-22  6:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20  3:40 23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace Chong Yidong
2009-01-20 16:18 ` Dan Nicolaescu
2009-01-21 16:02   ` Chong Yidong
2009-01-22  6:21     ` bug#1960: " Dan Nicolaescu
2009-01-22  6:21     ` Dan Nicolaescu
2009-01-21 16:02   ` bug#1960: " Chong Yidong
2009-01-20 16:18 ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.