[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Treating custom quote marks
From: |
Sébastien Kirche |
Subject: |
Re: Treating custom quote marks |
Date: |
Sat, 04 Mar 2006 12:10:13 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (powerpc-unknown-linux-gnu) |
At 02:50 on Mar 4 2006, giglio robbo' d'acciaio said :
> Some people don't use the standard quote mark '>'. How to make gnus
> parsing differen chars as quote marks and hightlight text properly?
IIRC the characters recognized as citation marks are listed in
message-cite-prefix-regexp but the pipe sign is already included :
,----[ C-h v message-cite-prefix-regexp RET ]
| message-cite-prefix-regexp is a variable defined in `message.el'.
| Its value is
| "\\([ ]*[-_.[:word:]]+>+\\|[ ]*[]>|}+]\\)+"
|
| Documentation:
| *Regexp matching the longest possible citation prefix on a line.
|
| You can customize this variable.
`----
I see that you have Emacs 21.4, maybe that the using the pipe sign has
been added in the cvs version I am using.
HTH.
--
Sébastien Kirche