From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [dieter@hans.local.net: comment fontification in GNUmakefile mode] Date: Tue, 17 Oct 2006 05:45:34 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1161078541 5066 80.91.229.2 (17 Oct 2006 09:49:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Oct 2006 09:49:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 17 11:48:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZlZB-0001kF-En for ged-emacs-devel@m.gmane.org; Tue, 17 Oct 2006 11:48:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZlZA-0005Q9-Uf for ged-emacs-devel@m.gmane.org; Tue, 17 Oct 2006 05:48:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZlVz-0002WD-Km for emacs-devel@gnu.org; Tue, 17 Oct 2006 05:45:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZlVw-0002SL-2P for emacs-devel@gnu.org; Tue, 17 Oct 2006 05:45:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZlVv-0002Rg-MX for emacs-devel@gnu.org; Tue, 17 Oct 2006 05:45:35 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZlfE-0000Xq-Te for emacs-devel@gnu.org; Tue, 17 Oct 2006 05:55:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GZlVu-0002qp-9k; Tue, 17 Oct 2006 05:45:34 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60814 Archived-At: It is not crucial to fix this now, but if someone would like to, please do. ------- Start of forwarded message ------- From: Dieter Wilhelm To: emacs-pretest-bug@gnu.org 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 x s h m a k M-x g l o - f o n 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 r e p o r 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 emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------