emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: comment fontification in GNUmakefile mode]


From: Richard Stallman
Subject: address@hidden: comment fontification in GNUmakefile mode]
Date: Tue, 17 Oct 2006 05:45:34 -0400

It is not crucial to fix this now, but if someone would like to, please do.

------- Start of forwarded message -------
From: Dieter Wilhelm <address@hidden>
To: address@hidden
Date: Sun, 15 Oct 2006 14:57:59 +0200 (CEST)
Subject: comment fontification in GNUmakefile mode
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
        version=3.0.4


Hi

CVS data from today
$ emacs -Q -D
M-x global-font-lock-mode
open a file in makefile mode
specify a variable like this
  
  VERSION := 100#this is the Ansys version number

with an immediate sharp sign after the value, the comment is not
highlighted.  With the following line it works.

  VERSION := 100 #this is the Anys version number
               ^^^

(P.S. I can't write it with the space between the comment since the
follwing won't work any longer

TARGET_BLA : ansys-mode$(VERSION).el

and will give me two prerequisites "ansys-mode100" and ".el")

- ------------------------------------------------------------         
In GNU Emacs 22.0.50.5 (i686-pc-linux-gnu, X toolkit)
 of 2006-10-15 on hans
X server distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure '--without-toolkit-scroll-bars''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: fr_FR.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: GNUmakefile

Minor modes in effect:
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
C-x C-f / t m p / b l a . t <tab> x <backspace> <backspace> 
s h <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> m a k <tab> <return> M-x g 
l o <tab> - <backspace> f o n <tab> <return> C-n C-e 
# b l k a s C-b C-b C-b C-b C-b C-b SPC C-e C-x C-b 
C-g C-g M-x b u g <tab> <tab> <backspace> <backspace> 
<backspace> r e <tab> p o r <tab> <tab> <return>

Recent messages:
For information about the GNU Project and its goals, type C-h C-p.
Loading make-mode...
Loading regexp-opt...done
Loading make-mode...done
Global-Font-Lock mode enabled
Auto-saving...done
Quit [2 times]
Making completion list...
Loading help-mode...done
Loading emacsbug...done


_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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