From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: emacs fontset no window Date: Mon, 12 Oct 2009 00:08:07 +0200 Message-ID: <88D16A46-C130-465F-9CD2-1C0D1E917039@Web.DE> References: <83f01d27-7b17-4fbc-a9ce-0efbd296a79f@a32g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255299348 10912 80.91.229.12 (11 Oct 2009 22:15:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 22:15:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: davemilter Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 12 00:15:38 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mx6hV-0007Cf-CR for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Oct 2009 00:15:37 +0200 Original-Received: from localhost ([127.0.0.1]:51321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx6hQ-0001Uq-BJ for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Oct 2009 18:15:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mx6h3-0001Ud-DL for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 18:15:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mx6gz-0001RK-Sn for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 18:15:09 -0400 Original-Received: from [199.232.76.173] (port=60987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx6gz-0001R7-Om for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 18:15:05 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:56289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mx6gz-0005hi-Ef for help-gnu-emacs@gnu.org; Sun, 11 Oct 2009 18:15:05 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 7CB3B128BF866; Mon, 12 Oct 2009 00:08:10 +0200 (CEST) Original-Received: from [91.35.251.207] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (WEB.DE 4.110 #314) id 1Mx6aI-0005mE-00; Mon, 12 Oct 2009 00:08:10 +0200 In-Reply-To: <83f01d27-7b17-4fbc-a9ce-0efbd296a79f@a32g2000yqm.googlegroups.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+ZGX4FOMqwu/MQSxTy/BZMOqxFDAQZTr1xGoma NRWui2Y8V4ci8FrjXF4Yt9qbNHd15wqT2SwPS+aw2F5jw5tPQG erAO/MlO8ECyTgT4B5Fg== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68852 Archived-At: Am 11.10.2009 um 23:08 schrieb davemilter: > -(if (eq window-system 'x) not working Then you would have a *very* unique GNU Emacs! Does this following Elisp code also fail? (if (eq window-system 'x) (message "Greetings from the X server!") (message "Your terminal wants to tell you \"Hello!\"") ) -- Greetings Pete Clovis' Consideration of an Atmospheric Anomaly: The perversity of nature is nowhere better demonstrated than by the fact that, when exposed to the same atmosphere, bread becomes hard while crackers become soft.