all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Jacobson <jidanni@dman.ddts.net>
Cc: 177959-done@bugs.debian.org
Subject: tar-mode.el should use more familiar link symbols
Date: 07 Feb 2003 04:52:03 +0800	[thread overview]
Message-ID: <87el6lp1xo.fsf_-_@jidanni.org> (raw)
In-Reply-To: 87wukensv1.fsf@pfaff.Stanford.EDU

Fellas, can you fix these in tar-mode.el so they don't trip up us long
standing ls -l users' brains:
  ((eq type 1) ?l)	; link
how about H for hardlink

  ((eq type 2) ?s)	; symlink
how about l like in ls, otherwise looks like setuid stuff

  ((eq type 3) ?c)	; char special
  ((eq type 4) ?b)	; block special
  ((eq type 5) ?d)	; directory
  ((eq type 6) ?p)	; FIFO/pipe
these are already like in ls, good.

>>>>> "Ben" == Ben Pfaff writes:

Ben> "Dan Jacobson" <jidanni@dman.ddts.net> writes:
>> odd, that symlink is s--- not l---- mode
>> 
>> srwxrwxrwx root/root 0 ./usr/share/man/man1/exif.1.gz --> ../man7/undocumented.7.gz

Ben> This is what tar-mode produces for symlinks.  It's not a bug.
-- 
http://jidanni.org/ Taiwan(04)25854780

           reply	other threads:[~2003-02-06 20:52 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <87wukensv1.fsf@pfaff.Stanford.EDU>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87el6lp1xo.fsf_-_@jidanni.org \
    --to=jidanni@dman.ddts.net \
    --cc=177959-done@bugs.debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.