Gnus development mailing list
 help / color / mirror / Atom feed
* Slighty improved regexps for citations
@ 2003-02-25 20:27 Karl Pflästerer
  2003-02-25 21:06 ` Karl Pflästerer
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Karl Pflästerer @ 2003-02-25 20:27 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

Hi,
here are two short patches that allow gnus to grok moer citation signs
(gnus didn't know something about `:' and `#' was only mentioned in
deuglify.el)

Here something for the changelog:

2003-02-25  Karl Pflästerer  <sigurd@12move.de>

	* message.el (message-cite-prefix-regexp): added `:' and `#'

	* deuglify.el (gnus-outlook-deuglify-cite-marks): added `:'


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch for message.el --]
[-- Type: text/x-patch, Size: 599 bytes --]

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.306
diff -u -r6.306 message.el
--- message.el	23 Feb 2003 13:39:47 -0000	6.306
+++ message.el	25 Feb 2003 20:32:35 -0000
@@ -504,7 +504,7 @@
 	  "\\([ \t]*\\(\\w\\)+>+\\|[ \t]*[]>|}+]\\)+"
 	(concat "\\([ \t]*\\(\\w\\|["
 		non-word-constituents
-		"]\\)+>+\\|[ \t]*[]>|}+]\\)+"))))
+		"]\\)+>+\\|[ \t]*[]>|:#}+]\\)+"))))
   "*Regexp matching the longest possible citation prefix on a line."
   :group 'message-insertion
   :type 'regexp)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: patch for deuglify.el --]
[-- Type: text/x-patch, Size: 554 bytes --]

Index: deuglify.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/deuglify.el,v
retrieving revision 6.10
diff -u -r6.10 deuglify.el
--- deuglify.el	8 Feb 2003 21:20:53 -0000	6.10
+++ deuglify.el	25 Feb 2003 20:33:47 -0000
@@ -244,7 +244,7 @@
   :type 'number
   :group 'gnus-outlook-deuglify)
 
-(defcustom gnus-outlook-deuglify-cite-marks ">|#%"
+(defcustom gnus-outlook-deuglify-cite-marks ">|#%:"
   "Characters that indicate cited lines."
   :type 'string
   :group 'gnus-outlook-deuglify)

[-- Attachment #4: Type: text/plain, Size: 152 bytes --]


bye
   KP

-- 
Männer der Wissenschaft! Man sagt ihr viele nach, 
aber die meisten mit Unrecht.  
                             Karl Kraus 'Aphorismen'

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-02-26 22:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-25 20:27 Slighty improved regexps for citations Karl Pflästerer
2003-02-25 21:06 ` Karl Pflästerer
     [not found]   ` <hhk7fnrxnc.fsf@blah.pl>
2003-02-26 17:05     ` Karl Pflästerer
2003-02-25 21:19 ` Reiner Steib
2003-02-25 22:05   ` Karl Pflästerer
2003-02-25 22:27   ` Karl Pflästerer
2003-02-25 23:09     ` Frank Schmitt
2003-02-26 16:37       ` Reiner Steib
2003-02-26 17:59         ` Karl Pflästerer
2003-02-26 22:11           ` Karl Pflästerer
2003-02-25 21:33 ` Raymond Scholz

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).