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

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

Re: if vs. when vs. and: style question


From: Rusi
Subject: Re: if vs. when vs. and: style question
Date: Wed, 25 Mar 2015 14:32:49 -0700 (PDT)
User-agent: G2/1.0

On Thursday, March 26, 2015 at 2:57:42 AM UTC+5:30, Rusi wrote:
> On Wednesday, March 25, 2015 at 11:40:17 PM UTC+5:30, Eli Zaretskii wrote:
> > > From: "Pascal J. Bourguignon" 
> > > Date: Wed, 25 Mar 2015 18:49:59 +0100
> > > 
> > > And I won't say about MS-Windows, happily I don't use it to edit text.
> > 
> > Say it.  Even Notepad has full support for Unicode.
> 
> ELISP> (setq ε 0.001)
> 0.001
> ELISP> ε
> 0.001
> ELISP> (defalias '≤ '<=)
>
> ELISP> (≤ 1 2)
> t
> ELISP> (≤ 1 0)
> nil
> 
> Only small fly in ointment is that identifiers are not compared normalizing
> 
> ELISP> (setq flag t)
> t
> ELISP> flag
> *** Eval error ***  Symbol's value as variable is void: flag


I wrote:
Hey! Emacs (Elisp) is civilized!
followed by definitions
of ≤ ε etc

First part got cut off for some reason...


reply via email to

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