emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#12290: closed (23.1; Daemon mode clobbers key assi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12290: closed (23.1; Daemon mode clobbers key assignments in .emacs)
Date: Wed, 05 Sep 2012 17:13:01 +0000

Your message dated Wed, 05 Sep 2012 13:12:16 -0400
with message-id <address@hidden>
and subject line Re: bug#12290: 23.1; Daemon mode clobbers key assignments in 
.emacs
has caused the debbugs.gnu.org bug report #12290,
regarding 23.1; Daemon mode clobbers key assignments in .emacs
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12290: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12290
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.1; Daemon mode clobbers key assignments in .emacs Date: Mon, 27 Aug 2012 13:11:53 -0700
My .emacs file contains the line:

  (global-set-key [M-backspace] 'backward-kill-word)

If I launch emacs from the command line, this has the normal behavior.

However, if I launch emacs in daemon mode, e.g. via

  emacsclient -c -a ''

this definition gets clobbered and [M-backspace] is redefined as kill-word.

Some poking around in the bug base turns up:

  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1960
  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4709

and Google turns up:

  http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00471.html

These all appear to be aspects of the same base problem. That last URL
points the finger at normal-erase-is-backspace-mode, which appears to
be invoked after .emacs is loaded by the daemon code.



--- End Message ---
--- Begin Message --- Subject: Re: bug#12290: 23.1; Daemon mode clobbers key assignments in .emacs Date: Wed, 05 Sep 2012 13:12:16 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
"Paul Ste. Marie" wrote:

> and Google turns up:
>
>   http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00471.html

Which refers to a fix that appeared 2 years ago in 23.2, so sounds like
time to upgrade. (The latest release is 24.2.)

Please let us know if you still see this is issue in the latest Emacs,
and we can reopen this report if needed.


--- End Message ---

reply via email to

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