From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Interactive specs of C functions. Date: Mon, 10 Sep 2007 08:13:27 -0700 Message-ID: <200709101513.l8AFDRIq029457@oogie-boogie.ics.uci.edu> References: <87sl5qr093.fsf@cadilhac.name> <87ps0tttkt.fsf@cadilhac.name> <87fy1nr2ht.fsf@cadilhac.name> <87bqcbqxh3.fsf@cadilhac.name> <87bqcag4pk.fsf@cadilhac.name> <200709101452.l8AEqK7N028806@oogie-boogie.ics.uci.edu> <87y7fed0hu.fsf@cadilhac.name> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189439393 26128 80.91.229.12 (10 Sep 2007 15:49:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 15:49:53 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, monnier@iro.umontreal.ca To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 11 01:49:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IUsTK-0003nQ-Aj for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 01:15:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUkyx-0001iQ-PW for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 11:15:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUky4-0001Jg-0C for emacs-devel@gnu.org; Mon, 10 Sep 2007 11:14:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUky2-0001I6-5n for emacs-devel@gnu.org; Mon, 10 Sep 2007 11:14:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUky1-0001Hq-TE for emacs-devel@gnu.org; Mon, 10 Sep 2007 11:14:25 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUkxu-0003Ql-NA; Mon, 10 Sep 2007 11:14:19 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l8AFDRIq029457; Mon, 10 Sep 2007 08:13:27 -0700 (PDT) In-Reply-To: <87y7fed0hu.fsf@cadilhac.name> (=?iso-8859-1?Q?=22Micha=EBl?= Cadilhac"'s message of "Mon\, 10 Sep 2007 17\:05\:33 +0200") Original-Lines: 43 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.24, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_12 0.60, J_CHICKENPOX_55 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:78458 Archived-At: michael@cadilhac.name (Micha=EBl Cadilhac) writes: > Dan Nicolaescu writes: >=20 > > michael@cadilhac.name (Micha=EBl Cadilhac) writes: > > > > > ** set-file-modes is now interactive and can take the mode value = in > > > symbolic notation thanks to auxiliary functions. > > > > This is great! >=20 > Isn't it?=A0:-) Wow, this patch concludes my very first post in > emacs.devel=A0:-) >=20 > > Can you please add handling of the 'X' format? >=20 > $ touch /dd/test && chmod 100 /dd/test && la /dd/test > ---x------ 1 micha micha 0 2007-09-10 16:57 /dd/test >=20 > M-x set-file-modes RET /dd/test RET o+X >=20 > $ la /dd/test > ---x-----x 1 micha micha 0 2007-09-10 16:57 /dd/test >=20 > 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 >=20 > > And so is "-R" >=20 > 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.=20=20 My point is that if set-file-modes does not handle -R, it should not just ignore it.