emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `xterm-mouse-mode' has a bogus Custom group


From: Nick Roberts
Subject: Re: `xterm-mouse-mode' has a bogus Custom group
Date: Fri, 8 Apr 2005 14:13:40 +1200

 >    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]