From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Zip-Archive mode doesn't check if the archive has changed Date: Fri, 17 Oct 2003 09:08:44 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87he28u0v7.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066431536 27526 80.91.224.253 (17 Oct 2003 22:58:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 22:58:56 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 18 00:58:54 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAdYc-0004IU-00 for ; Sat, 18 Oct 2003 00:58:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AAdXy-0002Jw-8D for geb-bug-gnu-emacs@m.gmane.org; Fri, 17 Oct 2003 18:58:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AAdXu-0002Jm-Dg for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2003 18:58:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AAdXO-000280-Ds for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2003 18:58:09 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AAdXO-00027r-1p for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2003 18:57:38 -0400 Original-Received: from tc218-187-82-210.2-7.pl.apol.com.tw ([218.187.82.210]:32855 helo=jidanni.org) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.24 #0) id 1AAdXH-0006Ed-90 by authid with plain for ; Sat, 18 Oct 2003 04:27:32 +0530 Original-Received: from jidanni by jidanni.org with local (Exim 4.22) id 1AAJ6i-0002DC-Mr for bug-gnu-emacs@gnu.org; Fri, 17 Oct 2003 09:08:44 +0800 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5992 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5992 Zip-Archive mode doesn't check if the archive has changed on disk if there still is a buffer of one of its members when bringing back that buffer. $ echo Q>m $ zip a m adding: m (stored 0%) $ emacs . RET RET C-x b RET C-z $ echo X>m $ zip -o a m updating: m (stored 0%) $ fg RET we see a Q not an X