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:27:39 -0700 (PDT)
User-agent: G2/1.0

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


reply via email to

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