From: Dan Nicolaescu <dann@ics.uci.edu>
To: michael@cadilhac.name (Michaël Cadilhac)
Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca
Subject: Re: Interactive specs of C functions.
Date: Mon, 10 Sep 2007 08:13:27 -0700 [thread overview]
Message-ID: <200709101513.l8AFDRIq029457@oogie-boogie.ics.uci.edu> (raw)
In-Reply-To: <87y7fed0hu.fsf@cadilhac.name> ("Michaël Cadilhac"'s message of "Mon\, 10 Sep 2007 17\:05\:33 +0200")
michael@cadilhac.name (Michaël Cadilhac) writes:
> Dan Nicolaescu <dann@ics.uci.edu> writes:
>
> > michael@cadilhac.name (Michaël Cadilhac) writes:
> >
> > > ** set-file-modes is now interactive and can take the mode value in
> > > symbolic notation thanks to auxiliary functions.
> >
> > This is great!
>
> Isn't it? :-) Wow, this patch concludes my very first post in
> emacs.devel :-)
>
> > Can you please add handling of the 'X' format?
>
> $ touch /dd/test && chmod 100 /dd/test && la /dd/test
> ---x------ 1 micha micha 0 2007-09-10 16:57 /dd/test
>
> M-x set-file-modes RET /dd/test RET o+X
>
> $ la /dd/test
> ---x-----x 1 micha micha 0 2007-09-10 16:57 /dd/test
>
> In which case is it ignored?
ls -l data.o
-rw------- 1 dann dann 143196 Sep 10 07:39 data.o
M-x set-file-modes RET data.o RET a+rX RET
ls -l data.o
-rw-r--r-- 1 dann dann 143196 Sep 10 07:39 data.o
>
> > And so is "-R"
>
> The (info "(coreutils)Symbolic Modes") node doesn't know about that. Do
> you mean the recursive feature of chmod? In which case, I don't think
> it really is the job of `set-file-modes' to handle this.
My point is that if set-file-modes does not handle -R, it should not
just ignore it.
next prev parent reply other threads:[~2007-09-10 15:13 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-07 14:58 Interactive specs of C functions Michaël Cadilhac
2007-09-07 18:01 ` Stefan Monnier
2007-09-07 21:52 ` Johan Bockgård
2007-09-08 2:18 ` Stefan Monnier
2007-09-08 19:48 ` Richard Stallman
2007-09-09 20:45 ` Stefan Monnier
2007-09-10 1:13 ` Richard Stallman
2007-09-10 2:29 ` Stefan Monnier
2007-09-12 23:59 ` Johan Bockgård
2007-09-08 7:01 ` Richard Stallman
2007-09-08 9:06 ` Michaël Cadilhac
[not found] ` <E1IUCIK-0008Ck-2z@fencepost.gnu.org>
2007-09-09 20:46 ` Michaël Cadilhac
2007-09-09 21:19 ` Stefan Monnier
2007-09-09 22:34 ` Michaël Cadilhac
2007-09-10 1:13 ` Richard Stallman
2007-09-10 11:06 ` Michaël Cadilhac
2007-09-10 14:52 ` Dan Nicolaescu
2007-09-10 15:05 ` Michaël Cadilhac
2007-09-10 15:13 ` Dan Nicolaescu [this message]
2007-09-10 15:27 ` Michaël Cadilhac
2007-09-10 15:39 ` Dan Nicolaescu
2007-09-10 15:55 ` Michaël Cadilhac
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=200709101513.l8AFDRIq029457@oogie-boogie.ics.uci.edu \
--to=dann@ics.uci.edu \
--cc=emacs-devel@gnu.org \
--cc=michael@cadilhac.name \
--cc=monnier@iro.umontreal.ca \
--cc=rms@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.