emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#1385: marked as done (font-lock-match-c-style-de


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#1385: marked as done (font-lock-match-c-style-declaration-item-and-skip-to-next)
Date: Sat, 10 Apr 2010 02:16:02 +0000

Your message dated Fri, 09 Apr 2010 22:15:39 -0400
with message-id <address@hidden>
and subject line Re: bug#1385: 
font-lock-match-c-style-declaration-item-and-skip-to-next
has caused the GNU bug report #1385,
regarding font-lock-match-c-style-declaration-item-and-skip-to-next
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
1385: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1385
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: font-lock-match-c-style-declaration-item-and-skip-to-next Date: Tue, 06 May 2008 23:02:41 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
[ resent from
  http://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00383.html ]

This change:

  2008-02-01  Kenichi Handa  <address@hidden>

    * 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 (for reasons
I haven't really looked into).

emacs -Q
M-x fortran-mode
TAB integer foo RET
TAB integer bar, foo RET

"foo" should be highlighted as a variable, but is not. "bar" is.

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.

I don't know if I should change fortran.el, or if
very-long-and-literal-function-name should return t again.



--- End Message ---
--- Begin Message --- Subject: Re: bug#1385: font-lock-match-c-style-declaration-item-and-skip-to-next Date: Fri, 09 Apr 2010 22:15:39 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Never got an answer to this, so I've simply installed a copy of the
old version of this function in fortran.el.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]