From: Chong Yidong <cyd@stupidchicken.com>
To: Glenn Morris <rgm@gnu.org>
Cc: 5548@debbugs.gnu.org
Subject: bug#5548: eshell has an odd idea of file permissions
Date: Mon, 08 Feb 2010 20:58:48 -0500 [thread overview]
Message-ID: <87pr4fqief.fsf@stupidchicken.com> (raw)
In-Reply-To: <sppr4fb7w8.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 08 Feb 2010 18:54:47 -0500")
Glenn Morris <rgm@gnu.org> writes:
> Current trunk on GNU/Linux:
>
> mkdir foo
> cd foo
> touch 1 2 3 4
> chmod 644 1 # writable by owner
> chmod 446 2 # writable by other
> chmod 744 3 # executable by owner
> chmod 447 4 # executable by other
>
> emacs -Q -f eshell
> eshell> ls
>
> "1" appears in eshell-ls-readonly face, "2" in default face.
> "3" appears in readonly face, "4" in eshell-ls-executable face.
>
> This seems to be due to eshell-ls-applicable, which looks odd to me.
I've re-written eshell-ls-applicable; it should work properly now.
next prev parent reply other threads:[~2010-02-09 1:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-08 23:54 bug#5548: eshell has an odd idea of file permissions Glenn Morris
2010-02-09 1:58 ` Chong Yidong [this message]
2010-02-09 5:17 ` Glenn Morris
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=87pr4fqief.fsf@stupidchicken.com \
--to=cyd@stupidchicken.com \
--cc=5548@debbugs.gnu.org \
--cc=rgm@gnu.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.