Gnus development mailing list
 help / color / mirror / Atom feed
* Improved (non-annoying) underlining
@ 2000-05-16 21:19 Karl Kleinpaste
  2000-05-16 22:03 ` Shenghuo ZHU
  2000-05-17 11:41 ` Bill White
  0 siblings, 2 replies; 33+ messages in thread
From: Karl Kleinpaste @ 2000-05-16 21:19 UTC (permalink / raw)


        _If you leave emphasization enabled then as you read this
        message you are seeing the annoying artifact that the empty
        whitespace at the beginning of lines is underlined when
        there is no good reason for it._

When the following patch is applied, Gnus will stop underlining (or
emphasizing, generally) whitespace.  I would appreciate it if some
kind write-enabled soul would commit this to CVS.

--karl

--- gnus-util.el.~1~	Sat Apr 29 23:44:17 2000
+++ gnus-util.el	Tue May 16 16:51:21 2000
@@ -568,7 +568,7 @@
     (save-excursion
       (save-restriction
 	(goto-char beg)
-	(while (re-search-forward "[ \t]*\n" end 'move)
+	(while (re-search-forward "[ \t]+\\|[ \t]*\n" end 'move)
 	  (gnus-put-text-property beg (match-beginning 0) prop val)
 	  (setq beg (point)))
 	(gnus-put-text-property beg (point) prop val)))))



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

end of thread, other threads:[~2000-05-20  9:26 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-16 21:19 Improved (non-annoying) underlining Karl Kleinpaste
2000-05-16 22:03 ` Shenghuo ZHU
2000-05-17 11:41 ` Bill White
2000-05-17 12:09   ` Per Abrahamsen
2000-05-17 12:26     ` Hrvoje Niksic
2000-05-17 15:37       ` Steinar Bang
2000-05-17 12:29     ` Karl Kleinpaste
2000-05-17 12:39       ` Hrvoje Niksic
2000-05-17 12:58         ` Karl Kleinpaste
2000-05-17 13:35           ` François Pinard
2000-05-17 13:55           ` Kai Großjohann
2000-05-17 14:03             ` Karl Kleinpaste
2000-05-17 14:27               ` Alan Shutko
2000-05-17 14:40               ` Kai Großjohann
2000-05-17 14:42                 ` Karl Kleinpaste
2000-05-17 16:00                   ` Yair Friedman (Jerusalem)
2000-05-17 14:08           ` Karl Kleinpaste
2000-05-17 14:32             ` Shenghuo ZHU
2000-05-17 14:29           ` Toby Speight
2000-05-17 15:22           ` Yair Friedman (Jerusalem)
2000-05-19  0:22           ` Russ Allbery
2000-05-19  1:41             ` Karl Kleinpaste
2000-05-19  2:09               ` Dan McGuirk
2000-05-19  4:56               ` Russ Allbery
2000-05-17 13:30   ` François Pinard
2000-05-17 14:28     ` Bill White
2000-05-17 14:33       ` Bill White
2000-05-17 14:34         ` Karl Kleinpaste
2000-05-17 18:05         ` Per Abrahamsen
2000-05-17 15:36   ` Indicating hidden threads (Was: Improved (non-annoying) ...) Steinar Bang
2000-05-17 16:07     ` Bill White
2000-05-17 20:13       ` Steinar Bang
2000-05-20  9:26         ` Rade Markovic

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