Discussion:
mode-line-client uses mode-line-input-method-map
Kalle Olavi Niemitalo
2006-05-03 20:09:02 UTC
Permalink
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.fnord.hu/pipermail/multi-tty/attachments/20060503/0021d94d/attachment.pgp
Károly Lőrentey
2006-07-29 21:31:01 UTC
Permalink
(defvar mode-line-client
`(""
help-echo "Emacsclient frame"
local-map ,mode-line-input-method-map
mouse-face mode-line-highlight))
"Mode-line control for identifying Emacsclient frames.")
Is the local-map there by purpose? The emacsclient indicator
doesn't have much to do with the input method in principle,
but they are adjacent in mode-line-format, so I imagine this
may be helpful for a user who points a bit off with the mouse.
No, I think I have just copy-pasted (kill-yanked?) one line too much.
In patch-578, I removed both the local-map and the mouse-face
properties from the client indicator. Please check if its behaviour
is reasonable now.
--
K?roly
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.fnord.hu/pipermail/multi-tty/attachments/20060729/5d1b35d1/attachment.pgp
Continue reading on narkive:
Loading...