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: Tue, 5 Feb 2008 21:02:57 +0100 Message-ID: <200802052102.58005.andreas.roehler@online.de> References: <200802041702.27763.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 1202241823 15713 80.91.229.12 (5 Feb 2008 20:03:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Feb 2008 20:03:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 05 21:04:04 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 1JMTzv-0005yK-C4 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Feb 2008 21:02:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMTzT-0005HQ-45 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Feb 2008 15:01:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMTyF-0004kX-Rm for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 15:00:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMTyD-0004hg-Ch for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 15:00:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMTyD-0004hQ-0n for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 15:00:41 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMTyC-0006Tz-CS for help-gnu-emacs@gnu.org; Tue, 05 Feb 2008 15:00:40 -0500 Original-Received: from noname (p54BE8C5D.dip0.t-ipconnect.de [84.190.140.93]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1JMTy93ZCz-0006wb; Tue, 05 Feb 2008 21:00:38 +0100 User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX18RfkjOw/rzX504oV8OdDn0UaTL5DH2dCaDTHH hHqsNHiJpJOOLsLi0wjTh4AKEPaw8022BeOy3dfpzUh0aw3kVP 6zns7Um8KUxqX2e++hQtA== 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:51229 Archived-At: =2E.. Back to my original > question, does url-retrieve respect "Context-type, charset", headers in > a html page? 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?=20 (w3m-retrieve "http://www.emacswiki.org") =20 Maybe you can use this form? Andreas R=C3=B6hler