all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* tar-mode and longnames
@ 2002-03-25 22:40 Michael Ernst
  0 siblings, 0 replies; only message in thread
From: Michael Ernst @ 2002-03-25 22:40 UTC (permalink / raw)


Emacs 21.2's tar-mode does not recognize one of the tar header link types
that I sometimes encounter.  The following patch corrects the problem.

2002-03-24  Michael Ernst  <mernst@alum.mit.edu>

	* tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
	Support "next has longname" link type.

*** /usr/local/share/emacs/21.2/lisp/tar-mode.el	Thu Sep 27 04:11:36 2001
--- -	Sun Mar 24 00:10:14 2002
***************
*** 357,360 ****
--- 357,361 ----
  		  ((eq type 6) ?p)	; FIFO/pipe
  		  ((eq type 20) ?*)	; directory listing
+ 		  ((eq type 28) ?L)	; next has longname
  		  ((eq type 29) ?M)	; multivolume continuation
  		  ((eq type 35) ?S)	; sparse
***************
*** 650,653 ****
--- 651,655 ----
  	       (cond ((eq link-p 5) "directory")
  		     ((eq link-p 20) "tar directory header")
+ 		     ((eq link-p 28) "next has longname")
  		     ((eq link-p 29) "multivolume-continuation")
  		     ((eq link-p 35) "sparse entry")

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-25 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-25 22:40 tar-mode and longnames Michael Ernst

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.