Gnus development mailing list
 help / color / mirror / Atom feed
From: "守岡 知彦 / MORIOKA Tomohiko" <morioka@jaist.ac.jp>
Cc: ding@ifi.uio.no
Subject: Re: What happened to gnus-button-url
Date: Thu, 30 Nov 1995 06:38:44 JST	[thread overview]
Message-ID: <199511292138.GAA21670@melon.jaist.ac.jp> (raw)
In-Reply-To: steve@miranova.com's message of 28 Nov 1995 18:08:44 -0800

>>>>> In <m2zqdggok3.fsf@diana.miranova.com>
>>>>>	steve@miranova.com (Steven L. Baur) wrote:

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

  I think it is bug of document. (^_^;

  Current tm-view (tm 7.*) uses variable
`browse-url-browser-function'. So please set it.

  Following is my setting:

======================================================================
(autoload browse-url-browser-function "browse-url"
  "Ask a WWW browser to show a URL." t)
(setq browse-url-browser-function
      (if (eq window-system 'x)
	  'browse-url-netscape
	'browse-url-w3))
======================================================================

-- 
----------------------------------------------------------------------
Morioka Tomohiko <morioka@jaist.ac.jp>
(`Morioka' is my family name, `Tomohiko' is my personal name.)
------- I protest resumption of French and Chinese nuclear testing.---


  parent reply	other threads:[~1995-11-29 21:38 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
1995-11-29 21:38       ` 守岡 知彦 / MORIOKA Tomohiko [this message]
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=199511292138.GAA21670@melon.jaist.ac.jp \
    --to=morioka@jaist.ac.jp \
    --cc=ding@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).