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: Fri, 18 Jun 2010 12:37:02 +0200 Message-ID: <87pqzoocdt.fsf@debian-laptop.localdomain> References: <87k4pxkbjd.fsf@debian-laptop.localdomain> <20100617170705.GA4799@Zsdrums> <87ljad4bty.fsf@debian-laptop.localdomain> <20100617212840.GB4799@Zsdrums> <87fx0l4a31.fsf@debian-laptop.localdomain> <20100617221853.GC4799@Zsdrums> <87ocf92sox.fsf@debian-laptop.localdomain> <20100618085238.GA13330@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 1276858721 31616 80.91.229.12 (18 Jun 2010 10:58:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Jun 2010 10:58:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 18 12:58:39 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 1OPZHQ-0004lD-Lt for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jun 2010 12:58:38 +0200 Original-Received: from localhost ([127.0.0.1]:60059 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPZHO-0006A4-SY for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jun 2010 06:58:34 -0400 Original-Received: from [140.186.70.92] (port=36079 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPZ5X-00081e-Fx for help-gnu-emacs@gnu.org; Fri, 18 Jun 2010 06:46:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPYwn-0002KY-CV for help-gnu-emacs@gnu.org; Fri, 18 Jun 2010 06:37:19 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:53185) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPYwn-0002Jr-2Y for help-gnu-emacs@gnu.org; Fri, 18 Jun 2010 06:37:17 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OPYwk-00036J-7Y for help-gnu-emacs@gnu.org; Fri, 18 Jun 2010 12:37:14 +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 ; Fri, 18 Jun 2010 12:37:14 +0200 Original-Received: from csanyipal by 162-142-85-95.dynamic.stcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jun 2010 12:37:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 110 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:DZr/bB4TLqVAcHKg+ZNM2AMb6lA= 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:73924 Archived-At: Pedro Insua writes: > On Fri, Jun 18, 2010 at 12:35:42AM +0200, Paul Chany wrote: >> Pedro Insua writes: >> >> > On Thu, Jun 17, 2010 at 11:34:42PM +0200, Paul Chany wrote: >> >> Pedro Insua writes: >> >> >> >> > On Thu, Jun 17, 2010 at 10:56:57PM +0200, Paul Chany wrote: >> >> >> 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? >> >> >> > http://www.emacswiki.org/emacs/BrowseUrl >> >> >> >> >> >> Thanks! I follow advices red here and setup variables: >> >> >> ‘browse-url-browser-function’ >> >> >> ‘browse-url-generic-program’ >> >> >> >> >> >> 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? >> >> > >> >> > mmm, I'm Debian user too.. do you have w3m-el package >> >> > installed? >> >> >> >> Yes, and I can open from an org file a http://path/some.html >> >> within Emacs with w3m-el, but can't open a file >> >> file://path/some.html in the same way because in the letter case I >> >> get opened xterm and on it w3m instead to get the file opened >> >> within Emacs with w3m-el. :( >> >> >> > Well.. the 'trick' is in configure: org-file-apps >> >> I was tried to configure it already but without any success. >> I have now in my .emacs file: >> '(org-file-apps >> (quote >> ( >> (auto-mode . emacs) >> ("\\.x?html?\\'" . default) >> ("\\.pdf\\'" . default) >> ) >> ) >> ) >> >> so the default browser is: w3m (not Emacs-w3m). >> In the org-file-apps customization buffer there is a Value Menu for >> Exstension: \.x?html?\'. In this menu there are the options: >> 0 = Visit with Emacs >> 1 = Use default >> 2 = Use the system command >> 3 = Command >> 4 = Lisp form >> >> When choosed 0 the link file://path/some.html was opened within Emacs >> buffer for editing and not for viewing. >> When choosed 1 the abowe mentioned link was opened in an xterm with >> w3m. >> Options 2 and 3 was tried by me but without any success. Say I was >> tried as Command 'w3m-browse-url' but get the same as with option 1. >> In the case of option 4 I dont' know how could I configure Emacs to >> use Emacs-w3m to open such a link. >> >> Any advices? > > Hi again! I think i've get the solution!! :D > > Well, the first, set w3m as default browser of Emacs: > > '(browse-url-browser-function (quote w3m)) > > Then, set org-file-apps to use the default browser: > > (add-to-list 'org-file-apps '("\\.x?html?\\'" browse-url file)) > > > This work for me... bye! I have the following setup that works for me: '(browse-url-browser-function (quote w3m-browse-url)) '(browse-url-generic-program nil) '(browse-url-new-window-flag t) '(org-file-apps (quote ( (auto-mode . emacs) ("\\.x?html?\\'" . (browse-url file)) ("\\.pdf\\'" . default) ) ) ) Thank you all for support!! :D -- Regards, Paul Chany You can freely correct my English. http://csanyi-pal.info