unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* zip-mode mis-displays large files
@ 2006-04-21 20:30 Sam Steingold
  2006-04-21 22:38 ` Kevin Rodgers
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sam Steingold @ 2006-04-21 20:30 UTC (permalink / raw)


GNU Emacs 22.0.50.19 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2006-04-21 on quant8

 when I open a large zip file, I get a buffer:

 
M Filemode      Length  Date         Time      File
- ----------  --------  -----------  --------  ---------------
  -rw-rw-r--  43554195  22-Feb-2006  16:21:02  no-match-2.log
  -rw-rw-r--  23450570  22-Feb-2006  13:04:32  no-match-1.log
  -rw-rw-r--   1429515  27-Feb-2006  12:28:14  no-match-5.log
  -rw-rw-r--  13436029  24-Feb-2006  13:58:28  no-match-3.log
  -rw-rw-r--   1098419  24-Feb-2006  14:50:58  no-match-4.log
  -rw-rw-r--   3229672   8-Mar-2006  12:27:24  no-match-6.log
  -rw-rw-r--     78222   8-Mar-2006  16:07:08  no-match-7.log
  -rw-rw-r--   2125479   9-Mar-2006  10:15:20  no-match-8.log
  -rw-rw-r--    795894   9-Mar-2006  11:29:06  no-match-9.log
  -rw-rw-r--   1150734   9-Mar-2006  16:01:32  no-match-10.log
  -rw-rw-r--   4312779  13-Mar-2006  16:20:16  no-match-11.log
  -rw-rw-r--   3441758  16-Mar-2006  09:05:30  no-match-12.log
  -rw-rw-r--   4846691  17-Mar-2006  16:12:34  no-match-13.log
  -rw-rw-r--   8225778  21-Mar-2006  16:26:42  no-match-14.log
  -rw-rw-r--   6936304  23-Mar-2006  16:03:52  no-match-15.log
  -rw-rw-r--   6654086  27-Mar-2006  14:42:10  no-match-16.log
  -rw-rw-r--   4730025  29-Mar-2006  16:40:02  no-match-17.log
  -rw-rw-r--  -174564534   4-Apr-2006  12:27:04  no-match-18.log
  -rw-rw-r--   1955745   5-Apr-2006  09:00:16  no-match-19.log
  -rw-rw-r--   7809176   5-Apr-2006  16:20:36  no-match-20.log
  -rw-rw-r--   2328621   6-Apr-2006  17:25:24  no-match-21.log
  -rw-rw-r--    959910   7-Apr-2006  16:20:50  no-match-22.log
  -rw-rw-r--   2142728  17-Apr-2006  09:15:32  no-match-23.log
  -rw-rw-r--  105777607  17-Apr-2006  16:55:06  no-match-24.log
  -rw-rw-r--  66358753  18-Apr-2006  16:19:50  no-match-25.log
- ----------  --------  -----------  --------  ---------------
              142264156                         25 files

note the negative length of the "no-match-18.log" file.

unzip shows the size correctly:

$ unzip -l no-match.zip
Archive:  no-match.zip
  Length     Date   Time    Name
 --------    ----   ----    ----
 43554195  02-22-06 16:21   no-match-2.log
 23450570  02-22-06 13:04   no-match-1.log
  1429515  02-27-06 12:28   no-match-5.log
 13436029  02-24-06 13:58   no-match-3.log
  1098419  02-24-06 14:50   no-match-4.log
  3229672  03-08-06 12:27   no-match-6.log
    78222  03-08-06 16:07   no-match-7.log
  2125479  03-09-06 10:15   no-match-8.log
   795894  03-09-06 11:29   no-match-9.log
  1150734  03-09-06 16:01   no-match-10.log
  4312779  03-13-06 16:20   no-match-11.log
  3441758  03-16-06 09:05   no-match-12.log
  4846691  03-17-06 16:12   no-match-13.log
  8225778  03-21-06 16:26   no-match-14.log
  6936304  03-23-06 16:03   no-match-15.log
  6654086  03-27-06 14:42   no-match-16.log
  4730025  03-29-06 16:40   no-match-17.log
1436048202  04-04-06 12:27   no-match-18.log
  1955745  04-05-06 09:00   no-match-19.log
  7809176  04-05-06 16:20   no-match-20.log
  2328621  04-06-06 17:25   no-match-21.log
   959910  04-07-06 16:20   no-match-22.log
  2142728  04-17-06 09:15   no-match-23.log
105777607  04-17-06 16:55   no-match-24.log
 66358753  04-18-06 16:19   no-match-25.log
 --------                   -------
1752876892                   25 files



-- 
Sam Steingold (http://www.podval.org/~sds) on Fedora Core release 4 (Stentz)
http://www.palestinefacts.org http://ffii.org http://pmw.org.il
http://www.memri.org http://www.dhimmi.com http://www.openvotingconsortium.org
Good programmers treat Microsoft products as damage and route around it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-05-05 10:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21 20:30 zip-mode mis-displays large files Sam Steingold
2006-04-21 22:38 ` Kevin Rodgers
2006-04-22 12:00 ` Eli Zaretskii
2006-04-22 13:19   ` Eli Zaretskii
2006-04-24 12:33     ` Sam Steingold
2006-05-05 10:59       ` Eli Zaretskii
2006-04-22 12:03 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).