unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* hardwired key prefix in emacs server
@ 2005-07-14 18:50 Gary Howell
  0 siblings, 0 replies; only message in thread
From: Gary Howell @ 2005-07-14 18:50 UTC (permalink / raw)


This bug report will be sent to the Free Software
Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers
do not have
translators to read other languages for them.

Your bug report will be posted to the
bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit,
Xaw3d scroll bars)
 of 2003-02-20 on porky.devel.redhat.com
configured using `configure  --host=i386-redhat-linux
--build=i386-redhat-linux
--target=i386-redhat-linux-gnu --program-prefix=
--prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include
--libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gcc --with-pop --with-sound'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

On a system with /C-x key redefined from a prefix to a
command key,
eg. for wordstar key map, when enabling emacs server
with the command 
(server-start)
the user will receive a 

C-x # uses invalid prefix

error.

The following change to server.el to fixes the bug:

;(global-set-key "\C-x#" 'server-edit)
(define-key ctl-x-map "#" 'server-edit)

Recent input:
C-k b C-x C-x C-x C-k y C-/ C-k y C-e C-e C-e C-k b 
C-x C-x C-x C-k y <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> 
<help-echo> <help-echo> <help-echo> <menu-bar>
<help-menu> 
<report-emacs-bug> <help-echo> C-g <help-echo>
<help-echo> 
<help-echo> C-k p C-k f C-k f <backspace> <backspace> 
<backspace> <backspace> <backspace> <backspace>
<backspace> 
<backspace> <backspace> <backspace> <backspace>
<backspace> 
<backspace> <backspace> <backspace> <backspace>
<backspace> 
<backspace> <backspace> <backspace> . e m a c s . l 
<tab> s e r <tab> <return> C-q c <help-echo>
<help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo>
<help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo>
<menu-bar> 
<help-menu> <report-emacs-bug>

Recent messages:
Undo!
Block end marker set
ws-error: Block begin marker not set
Begin block selection
Block end marker set
Auto-saving...
Loading emacsbug...done
byte-code: Quit
Commands: d, s, x, u; f, o, 1, 2, m, v; ~, %; q to
quit; ? for help.
Mark set

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-14 18:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-14 18:50 hardwired key prefix in emacs server Gary Howell

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