From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Font locking #|...|# block in lisp mode? Date: Mon, 25 Oct 2010 15:38:47 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288036535 27180 80.91.229.12 (25 Oct 2010 19:55:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 19:55:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 21:55:33 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 1PAT8h-0007lN-UT for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2010 21:55:33 +0200 Original-Received: from localhost ([127.0.0.1]:50017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAT8c-0001um-QL for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2010 15:55:22 -0400 Original-Received: from [140.186.70.92] (port=57376 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAT4i-0007pp-5A for emacs-devel@gnu.org; Mon, 25 Oct 2010 15:51:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PASsa-0007aN-GC for emacs-devel@gnu.org; Mon, 25 Oct 2010 15:38:49 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:34941 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PASsa-0007aD-EN for emacs-devel@gnu.org; Mon, 25 Oct 2010 15:38:48 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvkIADp5xUxFxL/T/2dsb2JhbACgVHtyvkuFSASSIg X-IronPort-AV: E=Sophos;i="4.58,237,1286164800"; d="scan'208";a="80652345" Original-Received: from 69-196-191-211.dsl.teksavvy.com (HELO pastel.home) ([69.196.191.211]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 25 Oct 2010 15:38:47 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A1F74A8515; Mon, 25 Oct 2010 15:38:47 -0400 (EDT) In-Reply-To: (Leo's message of "Mon, 25 Oct 2010 23:13:44 +0800") 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:132108 Archived-At: > Common Lisp can use #| and |# to comment a block however its font > locking is usually wrong in Emacs. I wonder if this can be improved? Don't know: works for me, so I'm not sure what case needs to be improved. Stefan