GNU bug report logs -
#9319
Compilation fontification regression
Previous Next
Reported by: Juri Linkov <juri <at> jurta.org>
Date: Thu, 18 Aug 2011 11:55:01 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Both problems were due to incorrect code in compilation-error-properties
> causing it to signal an error for error definitions with nil filenames,
> introduced when Stefan revamped compile.el. I've committed a fix.
Thanks, now this is fixed.
I noticed another regression: in etc/compilation.txt the line
tool1 -output=foo foo.x
is highlighted incorrectly.
This is caused by revno:102131 from:
http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg01018.html
I fixed this by reverting to the old regexp and removing just one
unnecessary question mark. Now all these samples are highlighted
correctly:
tool -o foo.o foo.c
tool -o=foo.o foo.c
tool -output foo.o foo.c
tool -output=foo.o foo.c
tool -outfile foo.o foo.c
tool -outfile=foo.o foo.c
tool --output foo.o foo.c
tool --output=foo.o foo.c
tool --outfile foo.o foo.c
tool --outfile=foo.o foo.c
whereas the following are not highlighted:
tool --omega foo.c
tool --output-html-file foo.c
This bug report was last modified 13 years and 274 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.