unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make-mode.el syntax highlighting bug
@ 2005-05-15 10:09 Daniel Brockman
  2005-05-16 19:28 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Brockman @ 2005-05-15 10:09 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 70 bytes --]

The last line is erroneously fontified with `makefile-targets-face':


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-makefile, Size: 117 bytes --]

install: all
	@install things
	@echo 'The following files were installed:'

-- 
Daniel Brockman <daniel@brockman.se>

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make-mode.el syntax highlighting bug
  2005-05-15 10:09 make-mode.el syntax highlighting bug Daniel Brockman
@ 2005-05-16 19:28 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2005-05-16 19:28 UTC (permalink / raw)
  Cc: emacs-devel

	@echo 'The following files were installed:'

    The last line is erroneously fontified with `makefile-targets-face':

This is because makefile-dependency-regex matches that line.  I can
see why that happens; however, I don't understand the intended
functioning of that regexp well enough to think about fixing the
problem.  I have long forgotten the details of obscure kinds of
makefile syntax that it is trying to match.

Is there someone here who has the knowledge necessary to work on this
problem efficiently?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-16 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-15 10:09 make-mode.el syntax highlighting bug Daniel Brockman
2005-05-16 19:28 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).