From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Visher Newsgroups: gmane.emacs.devel Subject: elisp way to deal with gziped content? Date: Thu, 7 Aug 2014 22:21:20 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1407464532 30409 80.91.229.3 (8 Aug 2014 02:22:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Aug 2014 02:22:12 +0000 (UTC) To: Emacs Development List Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 08 04:22:07 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XFZok-0001vQ-U5 for ged-emacs-devel@m.gmane.org; Fri, 08 Aug 2014 04:22:07 +0200 Original-Received: from localhost ([::1]:48969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFZok-0006OS-4B for ged-emacs-devel@m.gmane.org; Thu, 07 Aug 2014 22:22:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFZoh-0006OK-6U for emacs-devel@gnu.org; Thu, 07 Aug 2014 22:22:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFZog-000659-1X for emacs-devel@gnu.org; Thu, 07 Aug 2014 22:22:03 -0400 Original-Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:55632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFZof-000655-SS for emacs-devel@gnu.org; Thu, 07 Aug 2014 22:22:01 -0400 Original-Received: by mail-qa0-f44.google.com with SMTP id f12so4984472qad.31 for ; Thu, 07 Aug 2014 19:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Mo2Iqr4PwDB8HMjvM4rTs1hzbeeT8kjDI69BG+JNT6U=; b=GDp8gRn00+zQ9FogKAEdySinHMJfyRBBBCAm20AqnFOix694e04gRwHBhKylQZUYWa 41iR5HCdY8dWiPYQj6c+IghLke8ePyFSh/w1CgHQ2+iK1B8sLErx1X/DvMpr2u3QgVFy xXJCe424Yubtc7TtIc/1sAb6ABl3g+nSasEnYWtSNvnhLrJpdeP4rDfboNYvM/e1unr5 9bLp0sOq+OgDCsShYIyMUm6XVPnHaNOjptk8DqPgfkEqJLtMCGpAtcAQc0gtFIoLaIiW G5PQOy5deUx3wmGZI7BKNH9bMiUKel2eHdfIPhq4o5f+DGGmMiA1oyqOrDag0VH85Vxz WwYQ== X-Received: by 10.140.48.5 with SMTP id n5mr18812119qga.102.1407464520907; Thu, 07 Aug 2014 19:22:00 -0700 (PDT) Original-Received: by 10.140.27.172 with HTTP; Thu, 7 Aug 2014 19:21:20 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22c X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173471 Archived-At: Hi Everyone, Someone has proposed a patch to vimgolf.el which replaces the use of url.el with requests.el. The reason is that url.el doesn't decompress gzipped content automatically while requests.el does. I'm assuming given that requests.el shells out to curl to get the job done that Emacs has no way of natively gunzipping content, but I'd love to be told that I'm wrong. I'd like Vimgolf to entirely rely on emacs builtins so that it works seamlessly for our Windows friends. -- In Christ, Timmy V. http://blog.twonegatives.com/ http://five.sentenc.es/ -- Spend less time on mail