From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: davemilter Newsgroups: gmane.emacs.help Subject: Re: emacs fontset no window Date: Sun, 11 Oct 2009 23:43:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <83f01d27-7b17-4fbc-a9ce-0efbd296a79f@a32g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1255333252 15642 80.91.229.12 (12 Oct 2009 07:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Oct 2009 07:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 12 09:40:44 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 1MxFWN-000084-AM for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Oct 2009 09:40:43 +0200 Original-Received: from localhost ([127.0.0.1]:50403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxFWM-0004mv-QL for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Oct 2009 03:40:42 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!l9g2000yqi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 213.167.60.22 Original-X-Trace: posting.google.com 1255329824 12285 127.0.0.1 (12 Oct 2009 06:43:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 12 Oct 2009 06:43:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l9g2000yqi.googlegroups.com; posting-host=213.167.60.22; posting-account=Wsd1ywoAAAAX8UQ4jIXO12RybKA_aIwv User-Agent: G2/1.0 X-HTTP-Via: 1.0 evalution.org (squid/3.1.0.13) X-HTTP-UserAgent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173782 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:68870 Archived-At: On 12 =CF=CB=D4, 02:08, Peter Dyballa wrote: > 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 =9A > Elisp code also fail? > I solve my problem, thanks. I was expecting that "if statement" have another syntax, works untill I use "else" keyword, so actully my set-fontset work only in "emacs -nw" mode > =9A =9A =9A =9A (if (eq window-system 'x) > =9A =9A =9A =9A =9A (message "Greetings from the X server!") > =9A =9A =9A =9A =9A (message "Your terminal wants to tell you \"Hello!\""= ) > =9A =9A =9A =9A ) >