Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] Buttonize unsplit URLs
@ 2002-06-25 12:26 Niklas Morberg
  2002-07-02  7:28 ` Niklas Morberg
  0 siblings, 1 reply; 3+ messages in thread
From: Niklas Morberg @ 2002-06-25 12:26 UTC (permalink / raw)


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

When doing `W u' in the summary buffer to unsplit URLs, the
URL stops being buttonized and you can no longer click it to
open the URL. I'm pretty sure this patch fixes that.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gnus-art patch --]
[-- Type: text/x-patch, Size: 636 bytes --]

cd h:/pgnus/lisp/
diff -u -b "h:/pgnus/lisp/gnus-art.el.~6.216.~" "h:/pgnus/lisp/gnus-art.el"
--- h:/pgnus/lisp/gnus-art.el.~6.216.~	Tue May 21 08:26:14 2002
+++ h:/pgnus/lisp/gnus-art.el	Tue Jun 25 14:20:20 2002
@@ -2082,7 +2082,10 @@
       (goto-char (point-min))
       (while (re-search-forward
 	      "^\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
-	(replace-match "\\1\\3" t)))))
+	(replace-match "\\1\\3" t)))
+    (when gnus-display-mime-function
+      (funcall gnus-display-mime-function))))
+
 
 (defun article-wash-html (&optional read-charset)
   "Format an html article.

Diff finished at Tue Jun 25 14:22:16

[-- Attachment #3: Type: text/plain, Size: 8 bytes --]


Niklas

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

end of thread, other threads:[~2002-07-02  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-25 12:26 [PATCH] Buttonize unsplit URLs Niklas Morberg
2002-07-02  7:28 ` Niklas Morberg
2002-07-02  8:44   ` Kai Großjohann

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