>    I've only found it helpful to have "Mouse" in the mode-line so I know it
 >    has actually loaded. If it is removed, might it make sense to
 >    conditionally load xt-mouse in startup.el to ensure its always loaded
 >    when needed?
 > 
 > `xterm-mouse-mode' has an autoload cookie.

By when needed, I mean "when Emacs is started in an xterm" i.e putting
something like:

(if (string= "xterm" (getenv "TERM")) (xterm-mouse-mode 1))

in startup.el so the user doesn't need to explicitly load it, as with tooltips.


Nick


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to