GNU bug report logs - #1960
23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace

Previous Next

Package: emacs;

Reported by: cmr.Pent <at> gmail.com

Date: Mon, 19 Jan 2009 21:30:03 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #18 received at 1960 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Dan Nicolaescu <dann <at> tensilica.com>
Cc: emacs-devel <at> gnu.org, pent <pent <at> aparamon.msk.ru>, rfrancoise <at> debian.org,
        1960 <at> debbugs.gnu.org
Subject: Re: 23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace
Date: Wed, 21 Jan 2009 11:02:54 -0500
Dan Nicolaescu <dann <at> tensilica.com> writes:

> there's probably some problem with pc-selection-mode and the way it
> interacts with normal-erase-is-backspace.

The problem is not pc-selection mode, but how Emacs does
normal-erase-is-backspace in multi-tty situations.  Here's an even
simpler recipe, not involving pc-selection-mode or the daemon:

1. Add the following line to .emacs:

     (global-set-key [C-delete] 'kill-line)

2. emacs -nw -f server-start
3. emacsclient -c
4. C-h k C-backspace

  => <C-backspace> runs the command kill-line




This bug report was last modified 16 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.