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: how do i find out the platform emacs runs on? Date: 24 Nov 2003 08:20:30 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069654839 9920 80.91.224.253 (24 Nov 2003 06:20:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2003 06:20:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 24 07:20:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AOA5M-0000go-00 for ; Mon, 24 Nov 2003 07:20:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AOB2j-0003nG-PZ for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Nov 2003 02:21:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AOB2P-0003kc-Sb for help-gnu-emacs@gnu.org; Mon, 24 Nov 2003 02:21:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AOB0v-0003U6-Fh for help-gnu-emacs@gnu.org; Mon, 24 Nov 2003 02:20:36 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AOB0u-0003TE-Lc for help-gnu-emacs@gnu.org; Mon, 24 Nov 2003 02:20:05 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (halloleo@noospaam.myrealbox.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14519 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14519 > From: "leo" > Newsgroups: gnu.emacs.help > Date: Mon, 24 Nov 2003 15:42:22 +1100 > > so how do i find out if emacs runs on the pc or onthe mac? The variables `system-configuration' and/or `system-type' will tell you. > ps: first attempt was the variable window-system, but that doesn't work when > i invoke emacs as a terminal app. The command "M-x apropos-variable RET system RET" will show you a list of all the variables that are useful for this and similar purposes. No need to guess or try-and-err.