Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: URL buttons and new browser windows...
Date: 01 Dec 1999 16:47:08 +0100	[thread overview]
Message-ID: <m3puwqmznn.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <86ogctcngd.fsf@megalith.bp.aventail.com>

wmperry@aventail.com (William M. Perry) writes:

> (defun gnus-button-url (address)
>   "Browse ADDRESS."
>   ;; In Emacs 20, `browse-url-browser-function' may be an alist.
>   (if (listp browse-url-browser-function)
>       (browse-url address)
>     (funcall browse-url-browser-function address)))
> 
> It does the 'right' thing if it is a list, but not if it is just a
> function.  Deeply weird.

I think it's a legacy thing from back when there was no `browse-url'
function.  I've now fixed this.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen


      parent reply	other threads:[~1999-12-01 15:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-17  0:19 Daniel Pittman
1999-11-17  0:32 ` William M. Perry
1999-11-17  0:43   ` Daniel Pittman
1999-11-17 11:51   ` Toby Speight
1999-11-17 12:27     ` William M. Perry
1999-11-17 14:03       ` David S. Goldberg
1999-11-17 14:42         ` Jan Vroonhof
1999-12-01 15:47       ` Lars Magne Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3puwqmznn.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).