From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: Re: Indentation of constants in LISP Date: Mon, 5 Feb 2007 08:41:02 +0100 (CET) Message-ID: <10102488.179981170661262751.JavaMail.www@wwinf4203> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1170661293 23876 80.91.229.12 (5 Feb 2007 07:41:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 07:41:33 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 05 08:41:26 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HDyTa-0007OU-7N for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 08:41:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDyTZ-00018E-Lm for ged-emacs-devel@m.gmane.org; Mon, 05 Feb 2007 02:41:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HDyTN-000163-8g for emacs-devel@gnu.org; Mon, 05 Feb 2007 02:41:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HDyTL-00014U-Ju for emacs-devel@gnu.org; Mon, 05 Feb 2007 02:41:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDyTL-00014R-Hg for emacs-devel@gnu.org; Mon, 05 Feb 2007 02:41:07 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HDyTL-0000wh-1U for emacs-devel@gnu.org; Mon, 05 Feb 2007 02:41:07 -0500 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by mx20.gnu.org with esmtp (Exim 4.52) id 1HDyTJ-0006Si-EF for emacs-devel@gnu.org; Mon, 05 Feb 2007 02:41:05 -0500 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4203.voila.fr (SMTP Server) with ESMTP id D04D61C000BE; Mon, 5 Feb 2007 08:41:02 +0100 (CET) Original-Received: from wwinf4203 (wwinf4203 [10.232.2.30]) by mwinf4203.voila.fr (SMTP Server) with ESMTP id C02FA1C0009F; Mon, 5 Feb 2007 08:41:02 +0100 (CET) X-ME-UUID: 20070205074102787.C02FA1C0009F@mwinf4203.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65889 Archived-At: I mean that ":" is part of a SYMBOL i.e. (string (char-syntax ?:)) is equa= l "_", and, in the same time, the characters SPACE TAB NEW-LINE are NOT fr= om this syntax class ("_"). I could give this verification up if I am sure that in all lisp modes this = always happen, i.e. The syntax class for ":" is always "_" and none of the = syntax classes for SPACE TAB NEW-LINE are never "_". But I will still make this verification. Alin Soare > Message du 05/02/07 =C3=A0 02h28 > De : "Stefan Monnier" > A : alinsoar@voila.fr > Copie =C3=A0 : "emacs-devel" > Objet : Re: Indentation of constants in LISP >=20 > > it is sufficient just to verify that (string (char-syntax ?\:)) is "_", >=20 > You mean, verify that (char-syntax ?\:) is ?\_, right? >=20 >=20 > Stefan >=20 >