From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11276 Path: news.gmane.org!not-for-mail From: Memnon Anon Newsgroups: gmane.emacs.gnus.user Subject: Re: rss, links and external browser Date: Wed, 6 Aug 2008 03:27:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0ccf9812-77db-415e-b834-0e4f1a637d53@56g2000hsm.googlegroups.com> References: <908a400c-73d6-4e86-a6ec-832fb39c7fe3@x35g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1218019250 9591 80.91.229.12 (6 Aug 2008 10:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2008 10:40:50 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Aug 06 12:41:39 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KQgSX-00052J-0z for gegu-info-gnus-english@m.gmane.org; Wed, 06 Aug 2008 12:41:37 +0200 Original-Received: from localhost ([127.0.0.1]:35355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQgRb-0007rr-LO for gegu-info-gnus-english@m.gmane.org; Wed, 06 Aug 2008 06:40:39 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!56g2000hsm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 34 Original-NNTP-Posting-Host: 85.178.213.31 Original-X-Trace: posting.google.com 1218018464 30295 127.0.0.1 (6 Aug 2008 10:27:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 6 Aug 2008 10:27:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 56g2000hsm.googlegroups.com; posting-host=85.178.213.31; posting-account=OEfGLAoAAABFkVsXQs45k2Sa4YfQxyZe User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.gnus:81496 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:11276 Archived-At: Hi! On Aug 6, 3:03=A0am, Katsumi Yamaoka wrote: > >>>>> Memnon Anon wrote: > > my .emacs has this: > > ;; Found this config here: > > ;;http://www.emacswiki.org/cgi-bin/wiki/JorgenSchaefersEmacsConfig > > (defun fc-choose-browser (url &rest args) > > =A0 (interactive "sURL: ") > > =A0 (if (y-or-n-p "Use external browser? ") > > =A0 =A0 =A0 (browse-url-generic url) > > =A0 =A0 (w3m-browse-url url))) > > (setq browse-url-browser-function 'fc-choose-browser) > > (global-set-key "\C-xm" 'browse-url-at-point) > (setq w3m-goto-article-function 'browse-url) Okay, this works nearly as I want it. I used this (setq w3m-goto-article-function 'fc-choose-browser). Gnus/Emacs asks: external y/n. But if I choose y, conkeror is started *and* the buffer starts w3m for the url. Is there a way to prohibit w3m and start only the external browser? Another question: Where did you find this information? I am still quite new to emacs. I searched the info files, but there is such a wealth of information, I still feel quite lost. Customizability (is this a word ? ;) is as much a gift as a curse ;) TIA Memnon