From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: More (de)compress? Date: Mon, 19 Aug 2013 19:57:59 +0300 Message-ID: <83a9kdliso.fsf@gnu.org> References: <52120CEA.6060701@yandex.ru> <52124ACD.20502@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1376931465 8356 80.91.229.3 (19 Aug 2013 16:57:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Aug 2013 16:57:45 +0000 (UTC) Cc: dmantipov@yandex.ru, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 19 18:57:46 2013 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 1VBSm2-00081e-Fz for ged-emacs-devel@m.gmane.org; Mon, 19 Aug 2013 18:57:46 +0200 Original-Received: from localhost ([::1]:44137 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBSm2-0003MX-3F for ged-emacs-devel@m.gmane.org; Mon, 19 Aug 2013 12:57:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBSlu-0003B5-Po for emacs-devel@gnu.org; Mon, 19 Aug 2013 12:57:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBSlp-00023f-My for emacs-devel@gnu.org; Mon, 19 Aug 2013 12:57:38 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:52888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBSlp-00023W-F1 for emacs-devel@gnu.org; Mon, 19 Aug 2013 12:57:33 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MRS00400EAGFT00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 19 Aug 2013 19:57:29 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRS004J1F3JBDC0@a-mtaout23.012.net.il>; Mon, 19 Aug 2013 19:57:19 +0300 (IDT) In-reply-to: <52124ACD.20502@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.175 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:162888 Archived-At: > Date: Mon, 19 Aug 2013 09:41:49 -0700 > From: Paul Eggert > Cc: Emacs development discussions > > * The functions compress-region and decompress-region > should be defined on all platforms, even those that > lack all compression libraries. They'll simply return > nil on such platforms, since they can't compress or > decompress anything. This simplifies the C code and > will simplify Lisp code too. I think this should somehow integrated with jka-compr, so that jka-compr could be the fallback.