emacs-devel
[Top][All Lists]
Advanced

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

Re: (type graphic)


From: Miles Bader
Subject: Re: (type graphic)
Date: Mon, 30 Oct 2000 10:49:01 +0900 (JST)

I wrote:
> Actually, perhaps a better way would something like:
> 
>           match (cond ((eq req 'type)
>                        (or (memq window-system options)
>                            (cond ((display-graphic-p frame)
>                                   (memq 'graphic options))
>                                  ((null window-system)
>                                   (memq 'tty options))
>                                  (t
>                                   ;; no-mans land, e.g., `pc'
>                                   nil)))))

                                    ^^^ of course, that should be `t'

-Miles
-- 
Love is a snowmobile racing across the tundra.  Suddenly it flips over,
pinning you underneath.  At night the ice weasels come.  --Nietzsche



reply via email to

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