From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10321 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: New message-mode fontification: problem with continuation header lines Date: 22 Mar 1997 01:07:39 +0100 Sender: larsi@proletcult.slip.ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035150211 23707 80.91.224.250 (20 Oct 2002 21:43:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:43:31 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id RAA27715 for ; Fri, 21 Mar 1997 17:20:59 -0800 Original-Received: from proletcult.slip.ifi.uio.no (root@ppp17.larris.ifi.uio.no [129.240.68.117]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 22 Mar 1997 01:29:49 +0100 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id BAA13795; Sat, 22 Mar 1997 01:07:47 +0100 Mail-Copies-To: never Original-To: ding@ifi.uio.no In-Reply-To: Kai Grossjohann's message of 21 Mar 1997 16:16:32 +0100 Original-Lines: 18 X-Mailer: Gnus v5.4.34/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > message-mode doesn't fontify continuation header lines, i.e. the first > line is fontified, the second isn't: > > Subject: This is a long subject, > the second line of which isn't fontified Hm, yes... I'm not at all familiar with font-lock, but shouldn't the following regexp match both lines? "^\\(Subject:\\)[ \t]*\\(.+\\(\n[ \t].*\\)*\\)" Looks like it to me... unless font-lock is a one-line kinda thing? -- (domestic pets only, the antidote for overdose, milk.) larsi@ifi.uio.no * Lars Ingebrigtsen