From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13127 Path: main.gmane.org!not-for-mail From: Mark Moll Newsgroups: gmane.emacs.gnus.general Subject: qgnus0.17: no highlighting in message mode Date: 03 Dec 1997 09:19:09 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.98 - =?ISO-8859-4?Q?"D?= =?ISO-8859-4?Q?=84=F2h=84=F2ji"?=) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152548 7605 80.91.224.250 (20 Oct 2002 22:22:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:22:28 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id GAA26525 for ; Wed, 3 Dec 1997 06:31:12 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA01420 for ; Wed, 3 Dec 1997 08:34:05 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id IAH23545; Wed, 3 Dec 1997 08:20:23 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 03 Dec 1997 08:19:49 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id IAA23532 for ; Wed, 3 Dec 1997 08:19:41 -0600 (CST) Original-Received: (qmail 26138 invoked by uid 504); 3 Dec 1997 14:19:29 -0000 Original-Received: (qmail 26135 invoked from network); 3 Dec 1997 14:19:29 -0000 Original-Received: from gs236.sp.cs.cmu.edu (128.2.213.41) by claymore.vcinet.com with SMTP; 3 Dec 1997 14:19:28 -0000 Original-To: ding@gnus.org X-Face: $92c:Z.SW1(?c'Y(OH8-XA7Q8p&Y>@^o^VYA8|cCXLp}G7z>g:m"@it_Fmv;7_M0SR2T/o4k("Imbj)DjJceO*/0$y^g=)7RrpmL/DA={Abwj{o)D6ChZh_}"pt?N]^q;K;rDnGZFvc}nv)6W<"LP';G~.X&4y0t Original-Lines: 34 X-Mailer: Quassia Gnus v0.17/Emacs 20.2 X-Emacs: Emacs 20.2 (with raw setting) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:13127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:13127 The patch for qgnus 0.17 contains the following chunk of code: *************** *** 777,782 **** --- 775,782 ---- (0 'message-cited-text-face)))) "Additional expressions to highlight in Message mode.") + (put 'message-mode 'font-lock-defaults '(message-font-lock-keywords t)) + (defvar message-face-alist '((bold . bold-region) (underline . underline-region) *************** *** 1262,1269 **** (setq major-mode 'message-mode) (setq mode-name "Message") (setq buffer-offer-save t) - (make-local-variable 'font-lock-defaults) - (setq font-lock-defaults '(message-font-lock-keywords t)) (make-local-variable 'facemenu-add-face-function) (make-local-variable 'facemenu-remove-face-function) (setq facemenu-add-face-function This breaks the highlighting in message-mode for me. If I add the two deleted lines again, everything works as usual. Has anybody else noticed this? I'm using GNU Emacs 20.2. -- Mark Moll e-mail: mmoll@cs.cmu.edu | Carnegie Mellon University phone: (412) 268 1120 | Dept. of Computer Science URL: http://www.cs.cmu.edu/~mmoll | 5000 Forbes Avenue PGP: finger e-mail address | Pittsburgh, PA 15213