unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1960: 23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace
@ 2009-01-20  3:40 Chong Yidong
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread
[parent not found: <87iqoa7igp.fsf@cyd.mit.edu>]

end of thread, other threads:[~2009-01-27 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87ab9c7bkt.fsf@cyd.mit.edu>
2009-01-19 21:22 ` bug#1960: 23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace pent
2009-01-27 20:20   ` bug#1960: marked as done (23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace ) Emacs bug Tracking System
2009-01-20  3:40 bug#1960: 23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace Chong Yidong
     [not found] <87iqoa7igp.fsf@cyd.mit.edu>
2009-01-20 16:18 ` Dan Nicolaescu
     [not found] ` <200901201618.n0KGIxNl015357@mothra.ics.uci.edu>
2009-01-21 16:02   ` Chong Yidong
     [not found]   ` <87mydk7ikx.fsf@cyd.mit.edu>
2009-01-22  6:21     ` Dan Nicolaescu

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).