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

* Re: [PATCH] Buttonize unsplit URLs
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Niklas Morberg @ 2002-07-02  7:28 UTC (permalink / raw)


Niklas Morberg <niklas@axis.com> writes:

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

I haven't heard anything regarding this patch. Am I trying
to solve the problem in the wrong way? Or maybe I am the
only one having this problem...

The patch is so small, so it should be possible to apply
even if my paperwork has not yet been processed (the papers
are in the mail :)

Btw, is the ding mailing list the correct place to send
patches?

Niklas




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

* Re: [PATCH] Buttonize unsplit URLs
  2002-07-02  7:28 ` Niklas Morberg
@ 2002-07-02  8:44   ` Kai Großjohann
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2002-07-02  8:44 UTC (permalink / raw)
  Cc: ding

Niklas Morberg <niklas.morberg@axis.com> writes:

> I haven't heard anything regarding this patch. Am I trying
> to solve the problem in the wrong way? Or maybe I am the
> only one having this problem...
>
> The patch is so small, so it should be possible to apply
> even if my paperwork has not yet been processed (the papers
> are in the mail :)

I'm sorry the patch was forgotten.  The papers are now starting to get
necessary indeed, you have already submitted your third small change.
Thanks for submitting the papers.  I've applied the patch.  I hope my
ChangeLog entry is okay.

Thanks for helping with Gnus!

kai
-- 
A large number of young women don't trust men with beards.  (BFBS Radio)



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