help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs fontset no window


From: davemilter
Subject: Re: emacs fontset no window
Date: Sun, 11 Oct 2009 23:43:44 -0700 (PDT)
User-agent: G2/1.0

On 12 окт, 02:08, Peter Dyballa <Peter_Dyba...@Web.DE> 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  
> 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

>         (if (eq window-system 'x)
>           (message "Greetings from the X server!")
>           (message "Your terminal wants to tell you \"Hello!\"")
>         )
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]