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 00:35:42 +0200 Message-ID: <87ocf92sox.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> 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 1276814203 6138 80.91.229.12 (17 Jun 2010 22:36:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 22:36:43 +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 00:36:42 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 1OPNhO-00062c-V2 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jun 2010 00:36:39 +0200 Original-Received: from localhost ([127.0.0.1]:47084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPNhO-0004Mk-8B for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jun 2010 18:36:38 -0400 Original-Received: from [140.186.70.92] (port=60187 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPNgh-0004JK-Df for help-gnu-emacs@gnu.org; Thu, 17 Jun 2010 18:35:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPNgg-0003f2-AR for help-gnu-emacs@gnu.org; Thu, 17 Jun 2010 18:35:55 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:34333) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPNgg-0003eq-0I for help-gnu-emacs@gnu.org; Thu, 17 Jun 2010 18:35:54 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OPNge-0005lX-1z for help-gnu-emacs@gnu.org; Fri, 18 Jun 2010 00:35:52 +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 00:35:52 +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 00:35:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 67 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:x54wFD8l13CgXcSHMS7Uv5r7hzw= 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:73920 Archived-At: 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? -- Regards, Paul Chany You can freely correct my English. http://csanyi-pal.info