From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Chany Newsgroups: gmane.emacs.help Subject: Re: How to setup w3m-el as a default browser on GNU system? Date: Thu, 17 Jun 2010 22:56:57 +0200 Message-ID: <87ljad4bty.fsf@debian-laptop.localdomain> References: <87k4pxkbjd.fsf@debian-laptop.localdomain> <20100617170705.GA4799@Zsdrums> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1276808267 18360 80.91.229.12 (17 Jun 2010 20:57:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 20:57:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 17 22:57:46 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OPM9e-0008Ts-BX for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jun 2010 22:57:42 +0200 Original-Received: from localhost ([127.0.0.1]:45554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPM9d-00029x-Uh for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jun 2010 16:57:41 -0400 Original-Received: from [140.186.70.92] (port=51381 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPM9A-00026d-7m for help-gnu-emacs@gnu.org; Thu, 17 Jun 2010 16:57:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPM98-0005cr-JM for help-gnu-emacs@gnu.org; Thu, 17 Jun 2010 16:57:12 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:56559) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPM98-0005c6-Dn for help-gnu-emacs@gnu.org; Thu, 17 Jun 2010 16:57:10 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OPM94-0008A1-P2 for help-gnu-emacs@gnu.org; Thu, 17 Jun 2010 22:57:06 +0200 Original-Received: from 162-142-85-95.dynamic.stcable.net ([95.85.142.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jun 2010 22:57:06 +0200 Original-Received: from csanyipal by 162-142-85-95.dynamic.stcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jun 2010 22:57:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 34 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 162-142-85-95.dynamic.stcable.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:zYLjHqRZs9AuYaOSunetU/gbDHk= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73916 Archived-At: Pedro Insua writes: > On Thu, Jun 17, 2010 at 03:56:38PM +0200, Paul Chany wrote: >> I need this setup because when in org-mode and want follow a link to a >> file://path/some.html then an xterm being started and on it w3m as a >> default browser. I try to setup Emacs and org-mode to open this file in >> Emacs buffer in w3m-el but without any success. What am I missing here? > > Take a look at: > > http://www.emacswiki.org/emacs/BrowseUrl Thanks! I follow advices red here and setup variables: ‘browse-url-browser-function’ ‘browse-url-generic-program’ > Or put in your .emacs file something like: > > '(browse-url-browser-function (quote w3m)) I have now in my .emacs file: '(browse-url-browser-function (quote w3m-browse-url)) '(browse-url-generic-program "w3m-browse-url") and still when I C-c C-o on a file://path/some.html link, an xterm appeare and on it w3m with the opened file! :( What am I missing here? -- Regards, Paul Chany You can freely correct my English. http://csanyi-pal.info