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: 01 Dec 2003 15:17:56 +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 1070332209 10851 80.91.224.253 (2 Dec 2003 02:30:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2003 02:30:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 02 03:30:06 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 1AR0Ig-0006yW-00 for ; Tue, 02 Dec 2003 03:30:06 +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 1AQzrU-0005ej-9T for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Dec 2003 21:02:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AQpsM-0001eB-Ji for help-gnu-emacs@gnu.org; Mon, 01 Dec 2003 10:22:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AQpP8-0006h2-PY for help-gnu-emacs@gnu.org; Mon, 01 Dec 2003 09:52:33 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AQorX-0002ad-ML for help-gnu-emacs@gnu.org; Mon, 01 Dec 2003 09:17:20 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Svend Tollak Munkejord on Mon, 01 Dec 2003 10:03:48 +0100) 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:14825 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14825 > From: Svend Tollak Munkejord > Newsgroups: gnu.emacs.help > Date: Mon, 01 Dec 2003 10:03:48 +0100 > > > > 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. > > Here (GNU Emacs 21.3) "M-x apropos-variable RET system RET" lists > > cperl-help-system > file-coding-system-alist > Variable: Alist to decide a coding system to use for a file I/O operation. > file-name-coding-system > Variable: *Coding system for encoding file names. > keyboard-coding-system > Variable: Specify coding system for keyboard input. > sendmail-coding-system > Variable: *Coding system for encoding the outgoing mail. > > Nothing about `system-type'. You missed the doc string of apropos-variable. If you read it, you will see the answer to this problem.