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: Kim F. Storm
Subject: Re: `xterm-mouse-mode' has a bogus Custom group
Date: Thu, 14 Apr 2005 09:40:05 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Luc Teirlinck <address@hidden> writes:

> ===File ~/loadup-diff=======================================
> *** loadup.el 19 Mar 2005 13:28:44 -0600      1.135
> --- loadup.el 13 Apr 2005 20:15:24 -0500      
> ***************
> *** 192,197 ****
> --- 192,200 ----
>   
>   (load "vc-hooks")
>   (load "ediff-hook")
> + (and (display-graphic-p)
> +      (fboundp 'x-show-tip)
> +      (load "tooltip"))
>   (message "%s" (garbage-collect))


Since loadup.el is run in --batch mode, I would assume that
(display-graphic-p) is always false in that context.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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