[Top][All Lists]
[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.
- Re: (type graphic), (continued)
Re: (type graphic), Jason Rumney, 2000/10/25
- Re: (type graphic), Eli Zaretskii, 2000/10/25
- Re: (type graphic), Eli Zaretskii, 2000/10/27
- Re: (type graphic), Miles Bader, 2000/10/29
- Re: (type graphic), Miles Bader, 2000/10/29
- Re: (type graphic), Eli Zaretskii, 2000/10/30
- Re: (type graphic),
Eli Zaretskii <=
- Re: (type graphic), Miles Bader, 2000/10/30
- Re: (type graphic), Eli Zaretskii, 2000/10/30