]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove superfluous properties from the mode-line-client indicator. (Reported by Kalle...
authorKaroly Lorentey <lorentey@elte.hu>
Sat, 29 Jul 2006 21:30:46 +0000 (21:30 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sat, 29 Jul 2006 21:30:46 +0000 (21:30 +0000)
* lisp/bindings.el (mode-line-client): Don't set the local-map and
  mouse-face properties.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-578

README.multi-tty
lisp/bindings.el

index 96589099e20a0c2d17dcf97329beec933b1200c4..bfa03ed22408c9452ab59c45c753ae2cb5d916fb 100644 (file)
@@ -42,6 +42,8 @@ Romain Francoise <romain@orebokech.com>
 Ami Fischman <ami@fischman.org>
 Noah Friedman <friedman@splode.com>
 Friedrich Delgado Friedrichs <friedel@nomaden.org>
+Samium Gromoff <_deepfire@mail.ru>
+Mikhail Gusarov <dottedmag@dottedmag.net>
 Eric Hanchrow <offby1@blarg.net>
 IRIE Tetsuya <irie@t.email.ne.jp>
 Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
@@ -407,7 +409,11 @@ THINGS TO DO
 ------------
 
 ** See if `tty-defined-color-alist' needs to be terminal-local.
-   Dan says it should be, so convert it.
+   Update: Dan says it should be, so convert it.
+
+** Mikhail Gusarov suggest to add a hook akin to
+   `after-make-frame-functions' that is called whenever Emacs connects
+   to a new terminal.  Good idea!
 
 ** emacsclient -t on the console does not work after su.  You have to
    use non-root accounts or start as root to see this.
@@ -695,7 +701,8 @@ THINGS TO DO
 ** Mark Plaksin suggests that emacsclient should accept the same
    X-related command-line arguments as Emacs.  Most of the X-related
    argument-handling is done in Lisp, so this should be quite easy to
-   implement.
+   implement.  (For example, Samium Gromoff wants emacsclient to
+   support --geometry; implementing this would add that support.)
 
 ** Gergely Nagy suggests that C-x # should only kill the current
    frame, not any other emacsclient frame that may have the same file
index fc66d36b41f76ac4ec5d1c51182b55c8f1213682..eea9184cee44bd65b2b12d1ab77d2b3d85c32d87 100644 (file)
@@ -173,9 +173,7 @@ corresponding to the mode line clicked."
 (defvar mode-line-client
   `(""
     (:propertize ("" (:eval (if (frame-parameter nil 'client) "@" "")))
-                help-echo "Emacsclient frame"
-                local-map ,mode-line-input-method-map
-                mouse-face mode-line-highlight))
+                help-echo "Emacsclient frame"))
   "Mode-line control for identifying Emacsclient frames.")
 
 (defvar mode-line-mule-info