GNU bug report logs -
#73813
30.0.91; icomplete-mode keymap unusable in xterm for for/backward completions
Previous Next
Full log
View this message in rfc822 format
There seems to be a problem for emacsclient in the xterm.
The "modifyOtherKeys: 1" xresource setting results in emacs receiving
";5;44~" for C-, and
";5;46~" for C-. when wanting to cycle the icomplete completions
To demonstrate,
# start graphical UI emacs from shell prompt
1. start, emacs --init-dir=/path/name
2. use, M-x server-start
3. use, M-x icomplete-mode
# at a second xterm
x. start from wrapper script,
env TERM=vt100 emacsclient -f "/path/name/server/file" -ta "" "$@"
y. M-x man RET fe
z. use C-, and C-. shows,
Manual entry: fe;5;44~;5;46~ [No matches]
The following are scripts for how emacs and emacsclient are launched.
I wasn't able to use the "emacs -Q" invocation with emacsclient to
produce the observed unexpected behavior.
# emacs-30x.sh
1 #!/bin/sh
2 P=/u/w/src/emacs/build-30-2/src/emacs
3 D="/u/w/sys/emacs/30x"
4 $P --init-dir="$D"
# emacsclient-plain-30x.sh
1 #!/bin/sh
2 P=/u/w/src/emacs/build-30-2/lib-src/emacsclient
3 F=/u/w/sys/emacs/30x/server/server
4 env TERM=vt100 $P -f "$F" -ta "" "$@"
--
vl
This bug report was last modified 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.