Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-bookmark-mouse-available-p
@ 2007-10-28 15:49 Reiner Steib
  2008-01-08  2:11 ` gnus-bookmark-mouse-available-p Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2007-10-28 15:49 UTC (permalink / raw)
  To: Bastien Guerry; +Cc: ding

Hi,

in `gnus-bookmark.el':

(defmacro gnus-bookmark-mouse-available-p ()
  "Return non-nil if a mouse is available."
  (if (featurep 'xemacs)
      '(and (eq (device-class) 'color) (device-on-window-system-p))
    '(and (display-color-p) (display-mouse-p))))

Why do you test for display-color-p?
What's the purpose of the quotes before "and".

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-08  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-28 15:49 gnus-bookmark-mouse-available-p Reiner Steib
2008-01-08  2:11 ` gnus-bookmark-mouse-available-p Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).