From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7126 Path: news.gmane.org!not-for-mail From: "harry meyers" Newsgroups: gmane.emacs.gnus.user Subject: To open links with w3m Date: 20 Apr 2006 23:35:29 -0700 Organization: http://groups.google.com Message-ID: <1145601329.233935.31520@i40g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1145601647 29507 80.91.229.2 (21 Apr 2006 06:40:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Apr 2006 06:40:47 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Apr 21 08:40:46 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWpJs-0003A8-1B for gegu-info-gnus-english@m.gmane.org; Fri, 21 Apr 2006 08:40:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWpJr-0005MT-J2 for gegu-info-gnus-english@m.gmane.org; Fri, 21 Apr 2006 02:40:43 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i40g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 37 Original-NNTP-Posting-Host: 84.191.12.107 Original-X-Trace: posting.google.com 1145601336 9815 127.0.0.1 (21 Apr 2006 06:35:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 Apr 2006 06:35:36 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i40g2000cwc.googlegroups.com; posting-host=84.191.12.107; posting-account=I30K0Q0AAABNbMHNxg3aE0UsnX5wNzh2 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77308 Original-To: info-gnus-english@gnu.org 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:7126 Archived-At: Hi, I just can't manage it to open links within gnus with w3m and not w3. I tried it like that (if window-system (setq browse-url-browser-function ;;'browse-url-kde) 'w3m-browse-url) (setq browse-url-browser-function ;;'browse-url-lynx-emacs)) 'w3m-browse-url)) like that in .gnus (what should be the appropriate way) (setq browse-url-browser-function 'browse-url-w3m) (setq gnus-button-url 'gnus-w3m-open-url) with a dirty trick (setq browse-url-browser-function 'browse-url-netscape) (setq browse-url-netscape-program "/usr/bin/w3m") nothing worked. Links in mails are opened with w3m, but not links leading to articles from the summary buffer of mailing lists, nrss feeds etc. For some time I 'solved' this problem by simply uninstalling w3. But when I changed to start gnus with starttls it stopped loading with the following error code: url-insert-file-contents symbol's function void A reinstall of w3 helped. With the side-affect that it bravely opens the links, apparently unstoppable. Regards harry