From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: guivho Newsgroups: gmane.emacs.help Subject: How to get web browsing functionality in emacs 23? Date: Wed, 26 Jan 2011 19:15:09 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1296065816 31664 80.91.229.12 (26 Jan 2011 18:16:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 18:16:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 26 19:16:52 2011 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 1Pi9vH-0004UA-3K for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jan 2011 19:16:52 +0100 Original-Received: from localhost ([127.0.0.1]:55017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi9vG-0004uK-7A for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jan 2011 13:16:50 -0500 Original-Received: from [140.186.70.92] (port=49028 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi9u3-0004rv-3A for help-gnu-emacs@gnu.org; Wed, 26 Jan 2011 13:15:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi9tz-0005yt-3X for help-gnu-emacs@gnu.org; Wed, 26 Jan 2011 13:15:32 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:50897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi9ty-0005yX-TK for help-gnu-emacs@gnu.org; Wed, 26 Jan 2011 13:15:31 -0500 Original-Received: by iwn40 with SMTP id 40so1344782iwn.0 for ; Wed, 26 Jan 2011 10:15:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=VOHkDjEjVosOqBHN6w1HzZCAXBRYHV9oMKDwkil4jzc=; b=Y49rjiTeTSnuJArgDkGqEFTPMS75cYgm0A+2f57iXOeE8uI0bbSO/lg08oGMvPMF0L bDjvXYvKfvb9lO6qRAQOE2MeljVOqbgLvSwBK1pK/oW7HP7OAo0lKpPaQ8ih3SARwOSk iGPlMKy56c3ajrqQEmIVdONsTnQ3Vris6lL9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=awOnO9VmmXV9mDVCd1JIzNr8hfDgdgB4HTQcPdy6zloc7erXutfUWjc8khIJUbFLGY C3pDrrSD4r+HP2Vg2cRstn3VaVb0sN/kQfdtkEsKV1j66UThamodg6dhD9TKeHiCFrP5 OLIv7y3jdbeLID1eK6jvIES4lkb5BNYP0lScg= Original-Received: by 10.231.36.199 with SMTP id u7mr8663768ibd.16.1296065729684; Wed, 26 Jan 2011 10:15:29 -0800 (PST) Original-Received: by 10.231.13.203 with HTTP; Wed, 26 Jan 2011 10:15:09 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:78768 Archived-At: Hi, I am running GNU Emacs 23.2.92.1 (x86_64-apple-darwin, NS apple-appkit-1038.35) of 2011-01-15 on OSX 10.6 obtained from http://emacsformacosx.com/ I would like to browse certain web pages from within emacs and did not find working browser functionality within the downloaded package. When trying good old but slow M-x w3 emacs barks 'font-default-size-for-device: Wrong type argument: arrayp, nil' So I thought about trying emacs-w3m. I installed w3m and it works fine from within a terminal. When installing emacs-w3m, it complains about missing apel and flim and missing load-file subst-ksc I can hardly believe that I have to go through all that trouble to get a working browser within emacs. Before I loose more time with this, I'd like to hear some advise from the list. Surely, I can't be the only emacs guy that wants e.g. to read www based documentation from within emacs... So any help would be most welcome, TIA, Guivho.