Gnus development mailing list
 help / color / mirror / Atom feed
From: "守岡 知彦 / MORIOKA Tomohiko" <morioka@jaist.ac.jp>
Cc: steve@miranova.com (Steven L. Baur), ding@ifi.uio.no
Subject: Re: What happened to gnus-button-url
Date: Thu, 30 Nov 1995 07:12:22 JST	[thread overview]
Message-ID: <199511292212.HAA21914@melon.jaist.ac.jp> (raw)
In-Reply-To: =?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= / MORIOKA  Tomohiko's message of Thu, 30 Nov 1995 06:38:44 JST

>>>>> In <199511292138.GAA21670@melon.jaist.ac.jp>
>>>>>	MORIOKA Tomohiko <morioka@jaist.ac.jp> wrote:

Tomo>   Following is my setting:

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

  Sorry, this is not right. Following is correct:

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

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


      reply	other threads:[~1995-11-29 22:12 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
1995-11-29 22:12         ` 守岡 知彦 / MORIOKA Tomohiko [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=199511292212.HAA21914@melon.jaist.ac.jp \
    --to=morioka@jaist.ac.jp \
    --cc=ding@ifi.uio.no \
    --cc=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).