Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: Re: What happened to gnus-button-url
Date: 28 Nov 1995 18:08:44 -0800	[thread overview]
Message-ID: <m2zqdggok3.fsf@diana.miranova.com> (raw)
In-Reply-To: jvinson@cheux.ecs.umass.edu's message of 28 Nov 1995 12:51:07 -0800

>>>>> "Jack" == Jack Vinson <jvinson@cheux.ecs.umass.edu> writes:

>>>>> "SLB" == Steven L Baur <steve@miranova.com> writes:
    SLB> gnus-button-url has now (quietly) become
    SLB> browse-url-browser-function.

    Jack> Okay, I've set browse-url-browser-function to my favorite
    Jack> URL browser and it is still trying to fire up netscape.  I
    Jack> get this message in the minibuffer:

    Jack> Searching for program: no such file or directory, netscape

    Jack> Here are my url settings.  What else do I need to do?

    (setq gnus-button-url 'Other)
    (setq browse-url-browser-function 'gnus-note-url)

gnus-button-url is only used now in gnus-cus.el.

Do you set your variables before or after gnus-cus is loaded?  Perhaps
order of loading is important here.

For referenece, here is what I do in my .sgnus:

...
(require 'gnus-cus)
...
(setq browse-url-browser-function (function gnus-lynx-start-url))
(require 'browse-url)
...

This works.  Lynx is brought up whenever I click on a URL except
if I'm in MIME view mode.  (I assume that's a tm-view bug).

Regards,
-- 
steve@miranova.com baur


  reply	other threads:[~1995-11-29  2:08 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 [this message]
1995-11-29 14:26       ` Jack Vinson
1995-11-29 17:55         ` Lars Magne Ingebrigtsen
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=m2zqdggok3.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    /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).