emacs-devel
[Top][All Lists]
Advanced

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

Re: (type graphic)


From: Eli Zaretskii
Subject: Re: (type graphic)
Date: Mon, 30 Oct 2000 07:29:02 +0200 (IST)

On Mon, 30 Oct 2000, Miles Bader wrote:

>           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)))))
> 
> [meaning `pc' is *neither* a graphic  display or a tty; correct?]

That would be even more mysterious than simply to say 'pc.

MS-DOS is a tty, but with a quirk.  It is IMHO incorrect to say that it 
is in a no-man's land.



reply via email to

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