* Custom cite-prefix-regexp
@ 2010-05-17 16:25 giglio robbo' d'acciaio
2010-05-17 23:52 ` Katsumi Yamaoka
0 siblings, 1 reply; 3+ messages in thread
From: giglio robbo' d'acciaio @ 2010-05-17 16:25 UTC (permalink / raw)
To: ding
I use the standard message-cite-prefix-regexp
,----[ C-h v message-cite-prefix-regexp RET ]
| "\\([ ]*:[-_.[:word:]]+>+\\|[ ]*[]>|}+]\\)+"
`----
I'd like to customizie it in order to match rows starting with `:' in
this way
: Blah blah (should match)
:: blah blah (should match)
http:// (should not match)
I've made some tries with the re-builder but I didn't got what I want.
Any clues?
Thanks in advance.
--
Dona i tuoi cicli di clock alla ricerca!
http://boinc.berkeley.edu/
--------------------
This signature was automatically generated with
Signify v1.14. For this and other cool products,
check out http://www.debian.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Custom cite-prefix-regexp
2010-05-17 16:25 Custom cite-prefix-regexp giglio robbo' d'acciaio
@ 2010-05-17 23:52 ` Katsumi Yamaoka
2010-05-18 7:25 ` giglio robbo' d'acciaio
0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-05-17 23:52 UTC (permalink / raw)
To: ding
(Yesterday I posted the following message to the gnu.emacs.gnus
newsgroup as a reply to your article that reached to the group
by way of the info-gnus-english@gnu.org mailing list. However,
it looks like delivering of messages between the newsgroup and
the list doesn't work mutually. Should I always send messages
to the info-gnus-english@gnu.org list rather than the newsgroup?)
>>>>> giglio robbo' d'acciaio wrote:
> I'd like to customizie it in order to match rows starting with `:' in
> this way
> : blah blah (should match)
> :: blah blah (should match)
> http:// (should not match)
> I've made some tries with the re-builder but I didn't got what I want.
> Any clues?
How about this?
(setq message-cite-prefix-regexp
"\\([ \t]*[_.[:word:]]+>+\\|[ \t]*[]>|}]\\)+\\|^[ \t]*:+")
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-18 7:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-17 16:25 Custom cite-prefix-regexp giglio robbo' d'acciaio
2010-05-17 23:52 ` Katsumi Yamaoka
2010-05-18 7:25 ` giglio robbo' d'acciaio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).