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 18:49:16 +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 1296150608 19701 80.91.229.12 (27 Jan 2011 17:50:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 17:50:08 +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 18:50:04 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 1PiVyt-0003RQ-D8 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2011 18:50:03 +0100 Original-Received: from localhost ([127.0.0.1]:43770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiVyt-0006N9-1f for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jan 2011 12:50:03 -0500 Original-Received: from [140.186.70.92] (port=38351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiVyW-0006Mw-Il for help-gnu-emacs@gnu.org; Thu, 27 Jan 2011 12:49:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiVyU-0006sB-CU for help-gnu-emacs@gnu.org; Thu, 27 Jan 2011 12:49:40 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:65322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiVyU-0006rw-8J for help-gnu-emacs@gnu.org; Thu, 27 Jan 2011 12:49:38 -0500 Original-Received: by iyj17 with SMTP id 17so2012382iyj.0 for ; Thu, 27 Jan 2011 09:49:37 -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=w08uKbgZLTTrF/UBBlv8mgYYPdflU1hRNj4UB7qTtXY=; b=eG/sNKpi+0TiNGf/2HY2zMnT/00pm66peHvxJ6bSDsrgUCVWTyFKVyAynJKvKZ12FQ z/Q8otCYNjptvYgInxSNFd5ad7SG9U/8dSYcK/WSHC7FQIQdoSesSWl3on3mvOT0NhiZ BO1Uz0Mw+B4PhhAPBa7DmPHvsRSCMwamt5z7E= 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=wfI1FQk9Xupt9TunnqmCJNwiHauS0si+u76Cs6/kQ6+mEkKwzGWYFE6ntpIMf3woqv qGeXPi2+U3gEoEjwQqIEFUa3QOhliJItg5L/kD9LD2oImnFyNzIZKAbS0b+wmB768Qk+ WcukTFW4NNj1X+rVMFRvrysNlBCu0imBofC0Q= Original-Received: by 10.231.16.67 with SMTP id n3mr1334603iba.66.1296150576907; Thu, 27 Jan 2011 09:49:36 -0800 (PST) Original-Received: by 10.231.13.203 with HTTP; Thu, 27 Jan 2011 09:49:16 -0800 (PST) In-Reply-To: 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:78788 Archived-At: Hi All, The problem was caused by an old emacs 22 that was still hanging around as /usr/bin/emacs and was picked up by the configure script being executed in eshell in my current emacs 23. Removing the stale emacsen and replacing them with symlinks to the current version, solved my problems. Thank you all for your time and advice, Guivho.