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: Fixing a bug in pascal-mode Date: Mon, 07 Apr 2014 10:03:46 -0400 Message-ID: References: <868urjncwl.fsf@gmail.com> <86ha66aggd.fsf@gmail.com> <53419083.4080901@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396879461 10857 80.91.229.3 (7 Apr 2014 14:04:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2014 14:04:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Feng Li Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 07 16:04:14 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WXA9l-0005YZ-8h for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2014 16:04:13 +0200 Original-Received: from localhost ([::1]:34867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXA9k-0006li-SH for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2014 10:04:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXA9X-0006k2-R9 for emacs-devel@gnu.org; Mon, 07 Apr 2014 10:04:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXA9O-0003ws-7K for emacs-devel@gnu.org; Mon, 07 Apr 2014 10:03:57 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:52366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXA9O-0003wi-32 for emacs-devel@gnu.org; Mon, 07 Apr 2014 10:03:50 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s37E3lHe016361; Mon, 7 Apr 2014 10:03:47 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id DCFF960220; Mon, 7 Apr 2014 10:03:46 -0400 (EDT) In-Reply-To: (Feng Li's message of "Sun, 6 Apr 2014 23:25:34 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4905=0 X-NAI-Spam-Version: 2.3.0.9378 : core <4905> : inlines <693> : streams <1153413> : uri <1723042> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171324 Archived-At: > I'm not sure what kind of testcase do you want. I had a brief look in the > source tree and didn't see any Pascal (or other languages) syntax > highlighting testcases under the 'test' directory, which I could use as > examples to write my testcases for these bugs. Just add to test/indent/pascal.pas a sample piece of Pascal code where the bug shows up. Stefan