emacs-devel
[Top][All Lists]
Advanced

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

Font lock bug in sh-script.el


From: Richard Stallman
Subject: Font lock bug in sh-script.el
Date: Sun, 15 Dec 2002 18:39:44 -0500

This shell script

 svrmgrl <<        EOF
     CONNECT INTERNAL
     STARTUP
     EXIT
        EOF

 while
 # foo

seems to confuse sh-script.el's font lock support.
All the text following the first line is treated as a here-document.

Note that all the spaces in this test case are ordinary spaces.
(Someone else reported a bug involving non-breaking spaces.)

Would you please look at this?



reply via email to

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