From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: if vs. when vs. and: style question Date: Wed, 25 Mar 2015 14:32:49 -0700 (PDT) Message-ID: References: <87sicvwckx.fsf@wmi.amu.edu.pl> <87wq27yvqg.fsf@debian.uxu> <8d531e99-7260-4263-ac99-09c6871e2708@googlegroups.com> <87vbhq53lf.fsf@debian.uxu> <87a8z23p23.fsf@kuiper.lan.informatimago.com> <87lhilx0cf.fsf@debian.uxu> <87twx9360u.fsf@kuiper.lan.informatimago.com> <0d1d19ab-06e9-462d-8867-9a49b1e232d3@googlegroups.com> <87lhil2io1.fsf@kuiper.lan.informatimago.com> <87h9t92chk.fsf@kuiper.lan.informatimago.com> <2227597f-1d99-4283-a3df-505663eb175b@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1427319321 447 80.91.229.3 (25 Mar 2015 21:35:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 21:35:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 25 22:35:20 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YasxL-0003ad-AP for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2015 22:35:19 +0100 Original-Received: from localhost ([::1]:41459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YasxK-00043B-Hv for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2015 17:35:18 -0400 X-Received: by 10.182.112.167 with SMTP id ir7mr13205812obb.29.1427319169925; Wed, 25 Mar 2015 14:32:49 -0700 (PDT) X-Received: by 10.50.119.131 with SMTP id ku3mr492778igb.2.1427319169877; Wed, 25 Mar 2015 14:32:49 -0700 (PDT) Original-Path: usenet.stanford.edu!z20no3294427igj.0!news-out.google.com!db6ni12igc.0!nntp.google.com!z20no125502igj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <2227597f-1d99-4283-a3df-505663eb175b@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=117.195.40.141; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 117.195.40.141 User-Agent: G2/1.0 Injection-Date: Wed, 25 Mar 2015 21:32:49 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:211063 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103344 Archived-At: 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"=20 > > > Date: Wed, 25 Mar 2015 18:49:59 +0100 > > >=20 > > > And I won't say about MS-Windows, happily I don't use it to edit text= . > >=20 > > Say it. Even Notepad has full support for Unicode. >=20 > ELISP> (setq =CE=B5 0.001) > 0.001 > ELISP> =CE=B5 > 0.001 > ELISP> (defalias '=E2=89=A4 '<=3D) > =E2=89=A4 > ELISP> (=E2=89=A4 1 2) > t > ELISP> (=E2=89=A4 1 0) > nil >=20 > Only small fly in ointment is that identifiers are not compared normalizi= ng >=20 > ELISP> (setq =EF=AC=82ag 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 =E2=89=A4 =CE=B5 etc First part got cut off for some reason...