[make-mode.el] Multi-line font locking not working correctly

2005-05-30 Thread Ralf Angeli
Suppose you want to type the following lines into a new Makefile: FOO = bar \ bar \ bar If you type everything by hand from top to bottom, as soon as is typed on the third line, fontification of the second line will disappear. Content typed in the third line will not be fontifie

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-05 Thread Richard Stallman
I think the only feasible fix for this problem is to turn off the new feature of highlighting the value assigned to the make macro, and go back to highlighting only the macro name. It is sort of unfortunate, but I don't know how to fix it any better than this. *** make-mode.el03 Jun 2005

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-05 Thread Stefan Monnier
> I think the only feasible fix for this problem is to turn off the new > feature of highlighting the value assigned to the make macro, and go > back to highlighting only the macro name. Yes, please. > It is sort of unfortunate, but I don't know how to fix it any better > than this. I don't find

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-06 Thread Ralf Angeli
* Richard Stallman (2005-06-05) writes: > I think the only feasible fix for this problem is to turn off the new > feature of highlighting the value assigned to the make macro, and go > back to highlighting only the macro name. > > It is sort of unfortunate, but I don't know how to fix it any bette

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-06 Thread Daniel Pfeiffer
la 05.06.2005 22:26 Richard Stallman skribis: I think the only feasible fix for this problem Alas I got copied in without reference to the actual problem report. Please cite at least the core statement! is to turn off the new feature of highlighting the value assigned to the make macro, and

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-07 Thread Richard Stallman
at is a bug, but the behavior of the code I removed was simply intolerable--a much worse bug. Here's the original message. From: Ralf Angeli <[EMAIL PROTECTED]> To: emacs-pretest-bug@gnu.org Date: Mon, 30 May 2005 20:08:39 +0200 Subject: [make-mode.el] Multi-line font locking not working

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-07 Thread Daniel Pfeiffer
edited sections? Here's the original message. From: Ralf Angeli <[EMAIL PROTECTED]> To: emacs-pretest-bug@gnu.org Date: Mon, 30 May 2005 20:08:39 +0200 Subject: [make-mode.el] Multi-line font locking not working correctly Suppose you want to type the following lines into a new Makefil