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:39:14 -0700 Message-ID: <200709101539.l8AFdEkO000247@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> <200709101513.l8AFDRIq029457@oogie-boogie.ics.uci.edu> <87tzq2czhx.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 1189444369 13143 80.91.229.12 (10 Sep 2007 17:12:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 17:12:49 +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 03:12:35 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 1IUssZ-0007FU-6x for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 01:41:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUlOC-0006A0-KF for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 11:41:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUlO8-00066o-QR for emacs-devel@gnu.org; Mon, 10 Sep 2007 11:41:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUlO7-00063I-2F for emacs-devel@gnu.org; Mon, 10 Sep 2007 11:41:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUlO6-00063B-US for emacs-devel@gnu.org; Mon, 10 Sep 2007 11:41:22 -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 1IUlO2-0001ya-Jb; Mon, 10 Sep 2007 11:41:18 -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 l8AFdEkO000247; Mon, 10 Sep 2007 08:39:14 -0700 (PDT) In-Reply-To: <87tzq2czhx.fsf@cadilhac.name> (=?iso-8859-1?Q?=22Micha=EBl?= Cadilhac"'s message of "Mon\, 10 Sep 2007 17\:27\:06 +0200") Original-Lines: 35 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_12 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:78467 Archived-At: michael@cadilhac.name (Micha=EBl Cadilhac) writes: > Dan Nicolaescu writes: >=20 > > > > Can you please add handling of the 'X' format? >=20 > > 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 this is utterly fine, isn't it? Sure it is, I realized that in the shower, too early in the morning to think straight. Sorry about that.=20 > > > The (info "(coreutils)Symbolic Modes") node doesn't know about th= at. 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. >=20 > And it doesn't=A0: > M-x set-file-modes RET /dd/temp RET -R RET > yields=20 > file-modes-symbolic-to-number: Parse error in modes near `-R' >=20 > Don't you have this message? Hmm, not sure what I did, I didn't get that message before, but I got it now. Might be early morning brain malfunction :-(