Gnus development mailing list
 help / color / mirror / Atom feed
From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen)
Subject: Re: What happened to gnus-button-url
Date: 29 Nov 1995 18:55:40 +0100	[thread overview]
Message-ID: <w8ska4jwbj7.fsf@gymir.ifi.uio.no> (raw)
In-Reply-To: jvinson@cheux.ecs.umass.edu's message of 29 Nov 1995 09:26:31 -0500

jvinson@cheux.ecs.umass.edu (Jack Vinson) writes:

> Ugh!  Now things seem to be working.  I had to quit Gnus and start over for
> this to work properly though.  I wonder if I need to set gnus-button-url at
> all now?

No, that variable is never used, I think.

> Wasn't this a complaint that was lodged back in the *ding* days by someone?
> That some variable changes were not effective immediately.  I would like to
> see variables like this (browse-url-browser-function) take effect
> immediately, since I might want to change from Lynx to Netscape to Mosaic
> and back again all in one session.

Ah.  Yes.  

(defvar gnus-button-alist 
  `(...
    ("<URL:\\([^\n\r>]*\\)>" 0 t ,browse-url-browser-function 1)
    ...))

Which means that this variable is set to whatever
`browse-url-browser-function' is at load time.  This is probably not a
good idea.  I'll fix it in 0.17.

-- 
Home is where the cat is.


  reply	other threads:[~1995-11-29 17:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-21 13:57 Jack Vinson
1995-11-22  1:55 ` Steven L. Baur
1995-11-23 12:36   ` Lars Magne Ingebrigtsen
1995-11-24 19:40     ` Steven L. Baur
1995-11-28 20:51   ` Jack Vinson
1995-11-29  2:08     ` Steven L. Baur
1995-11-29 14:26       ` Jack Vinson
1995-11-29 17:55         ` Lars Magne Ingebrigtsen [this message]
1995-11-29 21:38       ` 守岡 知彦 / MORIOKA Tomohiko
1995-11-29 22:12         ` 守岡 知彦 / MORIOKA Tomohiko

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=w8ska4jwbj7.fsf@gymir.ifi.uio.no \
    --to=larsi@ifi.uio.no \
    /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).