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

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

bug#12290: 23.1; Daemon mode clobbers key assignments in .emacs


From: Paul Ste. Marie
Subject: bug#12290: 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.





reply via email to

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