From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: scheme font-locking: (define ((foo ...) bar) ...) Date: Mon, 12 Jul 2010 09:37:20 +0200 Message-ID: <877hl1rw0f.fsf@ambire.localdomain> References: <87mxu0stj9.fsf@ambire.localdomain> <87hbk7aevo.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278920417 26858 80.91.229.12 (12 Jul 2010 07:40:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Jul 2010 07:40:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 12 09:40:16 2010 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.69) (envelope-from ) id 1OYDcc-0001tc-5U for ged-emacs-devel@m.gmane.org; Mon, 12 Jul 2010 09:40:14 +0200 Original-Received: from localhost ([127.0.0.1]:41603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYDca-0004zM-Nn for ged-emacs-devel@m.gmane.org; Mon, 12 Jul 2010 03:40:12 -0400 Original-Received: from [140.186.70.92] (port=35328 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYDcT-0004xh-P4 for emacs-devel@gnu.org; Mon, 12 Jul 2010 03:40:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYDcS-0007ub-4c for emacs-devel@gnu.org; Mon, 12 Jul 2010 03:40:05 -0400 Original-Received: from smtp206.alice.it ([82.57.200.102]:47350) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYDcR-0007u6-SC for emacs-devel@gnu.org; Mon, 12 Jul 2010 03:40:04 -0400 Original-Received: from ambire.localdomain (95.236.70.22) by smtp206.alice.it (8.5.124.08) id 4C1A268C019CC97F; Mon, 12 Jul 2010 09:40:00 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OYDZo-0001is-Ko; Mon, 12 Jul 2010 09:37:20 +0200 In-Reply-To: <87hbk7aevo.fsf@gmail.com> (=?utf-8?B?IsWgdMSbcMOhbiBOxJtt?= =?utf-8?B?ZWMiJ3M=?= message of "Sat, 10 Jul 2010 11:02:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:127086 Archived-At: () =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec () Sat, 10 Jul 2010 11:02:35 +0200 Out of curiosity -- how standard is this? I've never seen such a definition before. Guile supports it. I believe other scheme implementations, too. The bug list would have seemed a better place to post the patch. Thanks for the tip; i'll keep that in mind. thi