Discussion:
quote chars in article mode
Clemens Schüller
2015-02-22 19:25:32 UTC
Permalink
Hello!

The standard quoting char in gnus is generally known as >

How can I define a config, that allows more than one quoting char?
In example a }

Background: If a user use the } as quoting char, the quote highlighting
doesn't work.
--
Best Regards, Clemens Schüller
Peter Münster
2015-02-22 20:09:50 UTC
Permalink
Post by Clemens Schüller
Background: If a user use the } as quoting char, the quote highlighting
doesn't work.
Probably you need to replace ">" by "[>}]" in message-cite-prefix-regexp
(untested).
--
Peter
Clemens Schüller
2015-02-22 20:47:01 UTC
Permalink
Hello!
Post by Peter Münster
Post by Clemens Schüller
Background: If a user use the } as quoting char, the quote highlighting
doesn't work.
Probably you need to replace ">" by "[>}]" in message-cite-prefix-regexp
(untested).
Thanks

--8<---------------cut here---------------start------------->8---
(setq message-cite-prefix-regexp
"[>}]")
--8<---------------cut here---------------end--------------->8---

That works for me :-)
--
Best Regards, Clemens Schüller
Continue reading on narkive:
Loading...