From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: installing emacs and X11 on OS X Date: Thu, 24 Oct 2002 07:47:26 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <87elah9ril.fsf@bundalo.shootybangbang.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035438544 2997 80.91.224.249 (24 Oct 2002 05:49:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2002 05:49:04 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 184ard-0000lr-00 for ; Thu, 24 Oct 2002 07:49:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184ar8-0002PQ-00; Thu, 24 Oct 2002 01:48:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 184aq5-0007bS-00 for help-gnu-emacs@gnu.org; Thu, 24 Oct 2002 01:47:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 184aq1-0007Vv-00 for help-gnu-emacs@gnu.org; Thu, 24 Oct 2002 01:47:24 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 184apz-0007FV-00 for help-gnu-emacs@gnu.org; Thu, 24 Oct 2002 01:47:20 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA26660 for ; Thu, 24 Oct 2002 07:47:26 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: <87elah9ril.fsf@bundalo.shootybangbang.com> Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2870 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2870 On Wed, 23 Oct 2002, John Paul Wallington wrote: > The value of the variable `window-system' is `x' under X-Windows, > `mac' under Carbon, and `tty' for a Terminal. Correction: window-system is nil on a character terminal. > Also, it may be better to test for specific capabilities, so that when > the Carbon build gets them your configuration will use them. e.g.: > > (if (display-images-p) > (auto-image-file-mode t)) That is indeed much, much better than testing the value of window-system.