From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: archive-mode lzh filename fiddling problems (patch) Date: Mon, 16 Apr 2007 15:43:12 -0400 Message-ID: <87y7ks85rj.fsf@stupidchicken.com> References: <87mz1aty0g.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176752506 15937 80.91.229.12 (16 Apr 2007 19:41:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Apr 2007 19:41:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kevin Ryde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 16 21:41:40 2007 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.50) id 1HdX4z-0006oQ-91 for ged-emacs-devel@m.gmane.org; Mon, 16 Apr 2007 21:41:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdX9c-00040g-QA for ged-emacs-devel@m.gmane.org; Mon, 16 Apr 2007 15:46:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdX99-0003hB-Ew for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:45:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdX97-0003g8-UX for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:45:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdX97-0003fx-LX for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:45:53 -0400 Original-Received: from cyd.mit.edu ([18.19.1.138]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdX4T-0005rU-D4 for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:41:05 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 1BB2A4EBA5; Mon, 16 Apr 2007 15:43:12 -0400 (EDT) In-Reply-To: <87mz1aty0g.fsf@zip.com.au> (Kevin Ryde's message of "Sun\, 15 Apr 2007 08\:02\:55 +1000") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69509 Archived-At: Kevin Ryde writes: > In tinkering with some lzh archives I noticed two apparent problems > with the filename downcasing done by archive-lzh-summarize. Thanks for the patch. It looks plausible (I don't know much about lzh) so I checked it in.