[Top][All Lists]
[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
- Re: `xterm-mouse-mode' has a bogus Custom group, (continued)
- Re: `xterm-mouse-mode' has a bogus Custom group, Han Boetes, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, David Kastrup, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Richard Stallman, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Richard Stallman, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, David Kastrup, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/05
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/06
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group,
Nick Roberts <=
- Re: `xterm-mouse-mode' has a bogus Custom group, Andreas Schwab, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/07
- Re: `xterm-mouse-mode' has a bogus Custom group, Richard Stallman, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Luc Teirlinck, 2005/04/08
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Eli Zaretskii, 2005/04/09
- Re: `xterm-mouse-mode' has a bogus Custom group, Nick Roberts, 2005/04/09