From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4136 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: What happened to gnus-button-url Date: 29 Nov 1995 18:55:40 +0100 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144928 28637 80.91.224.250 (20 Oct 2002 20:15:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:15:28 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id KAA10769 for ; Wed, 29 Nov 1995 10:47:06 -0800 Original-Received: from gymir.ifi.uio.no (4867@gymir.ifi.uio.no [129.240.80.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 29 Nov 1995 18:55:42 +0100 Original-Received: (from larsi@localhost) by gymir.ifi.uio.no ; Wed, 29 Nov 1995 18:55:41 +0100 Original-To: ding@ifi.uio.no In-Reply-To: jvinson@cheux.ecs.umass.edu's message of 29 Nov 1995 09:26:31 -0500 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:4136 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4136 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 `(... ("]*\\)>" 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.