From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Decompress gzip-ed response from url-retrieve Date: Sat, 02 Apr 2011 15:58:49 -0600 Message-ID: <4D979C19.2010807@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1301781557 27516 80.91.229.12 (2 Apr 2011 21:59:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2011 21:59:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 02 23:59:11 2011 Return-path: Envelope-to: ged-emacs-devel@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 1Q68qb-0001ta-1q for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2011 23:59:09 +0200 Original-Received: from localhost ([127.0.0.1]:60108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q68qa-0002I2-Ci for ged-emacs-devel@m.gmane.org; Sat, 02 Apr 2011 17:59:08 -0400 Original-Received: from [140.186.70.92] (port=46285 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q68qR-0002Hf-G7 for emacs-devel@gnu.org; Sat, 02 Apr 2011 17:59:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q68qL-0000xz-51 for emacs-devel@gnu.org; Sat, 02 Apr 2011 17:58:59 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:49312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q68qK-0000xu-Vq for emacs-devel@gnu.org; Sat, 02 Apr 2011 17:58:53 -0400 Original-Received: by iyf13 with SMTP id 13so6140118iyf.0 for ; Sat, 02 Apr 2011 14:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=VLW0LfKJ77/FW4519CS/m80QBlIORdAbbMUU6OkaALE=; b=QJb7DSxjlwFGLOo7nCRinxKe4iysrIg/sdEY7NUNXeFLj9KuvW7lvT4DLJ89rmSYDu fo42S6sS6lvnuZya66sxUwG//n4ucTtBZUEYswd7CshUii5aD7CSqroWGpSEq7OJuIP3 mStN3EuhpAGl8B8zTMSzkhN171eaWOSI3K0EU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=NxuhrY93XAHNgybMHKJRg5J84JVBglC49ejkof9dmiBAOzRhmbRgFCqpp20+t/aFCX MZGI8iJubdhbAc2+QEZJTBI9GZYW6ZkQDye6BDBRp/9C5OEy6VmmAoA68M38tGA4NfQp LMV80RGq0Ts6C854KDAhk6aZyXcVf7H7etf+0= Original-Received: by 10.43.47.134 with SMTP id us6mr7786808icb.152.1301781532371; Sat, 02 Apr 2011 14:58:52 -0700 (PDT) Original-Received: from [192.168.1.4] (71-208-124-23.hlrn.qwest.net [71.208.124.23]) by mx.google.com with ESMTPS id gy41sm2476942ibb.39.2011.04.02.14.58.50 (version=SSLv3 cipher=OTHER); Sat, 02 Apr 2011 14:58:51 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138076 Archived-At: I get a gzip'ed response from a server via url-retrieve. What is a canonical way to handle this response and decompress it? Thanks, Christoph