From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: font-lock-match-c-style-declaration-item-and-skip-to-next Date: Fri, 16 May 2008 19:17:10 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210979915 9466 80.91.229.12 (16 May 2008 23:18:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2008 23:18:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 17 01:19:11 2008 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 1Jx9Ch-0000hS-1f for ged-emacs-devel@m.gmane.org; Sat, 17 May 2008 01:19:11 +0200 Original-Received: from localhost ([127.0.0.1]:51333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx9Bx-0005V7-8e for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 19:18:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jx9Bs-0005Ro-6i for emacs-devel@gnu.org; Fri, 16 May 2008 19:18:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jx9Bq-0005PE-Q5 for emacs-devel@gnu.org; Fri, 16 May 2008 19:18:19 -0400 Original-Received: from [199.232.76.173] (port=44405 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx9Bq-0005Oy-Fx for emacs-devel@gnu.org; Fri, 16 May 2008 19:18:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54402) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jx9Bq-0002BN-C5 for emacs-devel@gnu.org; Fri, 16 May 2008 19:18:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jx9Ak-0000yH-Gk; Fri, 16 May 2008 19:17:10 -0400 X-Spook: LLNL Syria Merlin Dateline Bellcore constitution Croatian X-Ran: }bdo_@)D@}/=en~4+?{:,tt~|o!UD2)B<"osu/%~.-}s(fMCi#_U`Arf1/VR+nBBVe;l~` X-Hue: white X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Tue, 06 May 2008 23:02:41 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: 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:97302 Archived-At: Glenn Morris wrote: > 2008-02-01 Kenichi Handa > > * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next): > Check (match-end 2) before going there. > > causes some font-locking in Fortran mode to stop working [...] > Your change makes font-lock-match-c-style-declaration-item-and-skip-to-next > return nil if (match-end 2) is nil. Previously, it returned t. Any comment on this? Can you remember why you made this change?