emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; A combination of PC Selection, Visual Lines and emacsclient


From: Chong Yidong
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Dan Nicolaescu <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]