From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?utf-8?q?R=C3=B6hler?= Newsgroups: gmane.emacs.help Subject: Re: url-retrieve and utf-8 Date: Wed, 6 Feb 2008 13:36:20 +0100 Message-ID: <200802061336.21293.andreas.roehler@online.de> References: <200802052102.58005.andreas.roehler@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1202301275 19915 80.91.229.12 (6 Feb 2008 12:34:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 12:34:35 +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 Feb 06 13:34:46 2008 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.50) id 1JMjUD-0004KQ-1E for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2008 13:34:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMjTk-0002fU-IR for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Feb 2008 07:34:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMjTT-0002ey-Nd for help-gnu-emacs@gnu.org; Wed, 06 Feb 2008 07:33:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMjTS-0002eg-0e for help-gnu-emacs@gnu.org; Wed, 06 Feb 2008 07:33:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMjTR-0002eb-Nc for help-gnu-emacs@gnu.org; Wed, 06 Feb 2008 07:33:57 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMjTR-0000ZD-Ff for help-gnu-emacs@gnu.org; Wed, 06 Feb 2008 07:33:57 -0500 Original-Received: from noname (p54BE9002.dip0.t-ipconnect.de [84.190.144.2]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1JMjTN1AEN-0002o9; Wed, 06 Feb 2008 13:33:55 +0100 User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1+9trT735mJU9agCVcjcNCNbIyusjeqh+oJ/UA 47WjoTMWTJzighxQB2P/Nv1g5AUoulI8W9zxDJt0E7ZHt9rsV0 +1My3zBuV+C/9629k90FQ== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:51245 Archived-At: Am Mittwoch, 6. Februar 2008 07:34 schrieb William Xu: > Andreas R=C3=B6hler writes: > > While searching, I came across `w3m-retrieve'. > > > > Call below fills the buffer with contents from > > "http://www.emacswiki.org". Does this work for you too? > > > > (w3m-retrieve "http://www.emacswiki.org") > > Thanks. This works much better than url lib. > > > Maybe you can use this form? > > But, as w3m-el is not included in Emacs,=20 That's bad, really. =20 > and it requires external tool=20 > -- "w3m". If I would use an external tool, curl or wget are also good > options. I select url lib so as to reduce dependencies. IMO, always use the fastest, most widely used, well maintained free tool, no matter if shipped with Emacs or not. Don't lose your time... free time is joy :). Andreas R=C3=B6hler