From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: guivho Newsgroups: gmane.emacs.help Subject: Re: How to get web browsing functionality in emacs 23? Date: Thu, 27 Jan 2011 09:22:55 +0100 Message-ID: References: <0e39a0b4-0e75-406d-bf76-4267fc2c7bde@y16g2000yqd.googlegroups.com> <877hdrtjb3.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1296116654 6611 80.91.229.12 (27 Jan 2011 08:24:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 08:24:14 +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 Jan 27 09:24:09 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 1PiN9E-0007Fz-V1 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2011 09:24:09 +0100 Original-Received: from localhost ([127.0.0.1]:39865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiN9E-0006QJ-DM for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2011 03:24:08 -0500 Original-Received: from [140.186.70.92] (port=36877 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiN8P-0006O7-V0 for help-gnu-emacs@gnu.org; Thu, 27 Jan 2011 03:23:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiN8O-0005QZ-HT for help-gnu-emacs@gnu.org; Thu, 27 Jan 2011 03:23:17 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:59211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiN8O-0005QT-EW for help-gnu-emacs@gnu.org; Thu, 27 Jan 2011 03:23:16 -0500 Original-Received: by iyj17 with SMTP id 17so1460696iyj.0 for ; Thu, 27 Jan 2011 00:23:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=z4p7Qrgtnqkta2qy9gKSYNHMPf20JYSqRNbc8uWhth4=; b=GiLHi7H0Gl5XPBA1qQ97q7K90SWAqFc1SPzyZMqLDB01aMJOK1Fyj2/NAxaQYhzqS5 oWtMNPXIrWG4V5n/iOqr1yF0Cbc+ch2d8Q3gUD3Dpgz6LpqPWCMVMrkEB6sB/Fcv0tu0 tMmSO5HVaG7XtGxNOZHjnlyLJoBMXVpRN6UhE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=nFReog6eS2UbKcSuhjI+hw82S08R5YizRbapQgtaCkhzwW3g+CZ8blYR/ov3DjYqEv KC1yoUiA95+MsDmucO1tf3eOD2zaVTx8ei/B1ajqeT8QHwkBGizlwGARQqZhNUZwiU9q x18NZ7jaCnVu1Bc5dKIqt5HiUXg7m810ZKKDc= Original-Received: by 10.231.34.195 with SMTP id m3mr551166ibd.116.1296116595524; Thu, 27 Jan 2011 00:23:15 -0800 (PST) Original-Received: by 10.231.13.203 with HTTP; Thu, 27 Jan 2011 00:22:55 -0800 (PST) In-Reply-To: <877hdrtjb3.fsf@gmail.com> 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:78780 Archived-At: Hi Thierry, > Be sure you use cvs version (last) of emacs-w3m with all emacs >23 Ok, I got the latest cvs tarball from http://cvs.namazu.org/emacs-w3m.tar.gz and untarred it. It does not have a configure script, so I executed autoconf (as instructed in the README) and ran configure again to end up with a cryptic error message: $ cd elisp/emacs-w3m/ $ ./configure ./configure: command not found $ autoconf $ ./configure checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for makeinfo... makeinfo checking for texi2dvi... texi2dvi checking for ptex... false checking for jbibtex... false checking for dvipdfmx... false checking for texi2pdf... texi2pdf checking for egrep... egrep checking for emacs... /usr/bin/emacs checking what a flavor does /usr/bin/emacs have... cat: ./conftest-27598: No such file or directory configure: error: is not supported. $ So I'm afraid I'd need some more assistance and advice! I do hope to end up with a working emacs-w3m! TIA, Guivho.