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 07:52:15 -0700 Message-ID: <200709101452.l8AEqK7N028806@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> 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 1189440880 31630 80.91.229.12 (10 Sep 2007 16:14:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 16:14:40 +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 02:14:26 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 1IUs97-0001Xr-Sz for ged-emacs-devel@m.gmane.org; Tue, 11 Sep 2007 00:54:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUkel-00068i-Fn for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 10:54:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUkdc-0005fm-L8 for emacs-devel@gnu.org; Mon, 10 Sep 2007 10:53:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUkdb-0005fI-6l for emacs-devel@gnu.org; Mon, 10 Sep 2007 10:53:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUkdb-0005f8-47 for emacs-devel@gnu.org; Mon, 10 Sep 2007 10:53:19 -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 1IUkdW-0005oU-NN; Mon, 10 Sep 2007 10:53:14 -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 l8AEqK7N028806; Mon, 10 Sep 2007 07:52:20 -0700 (PDT) In-Reply-To: <87bqcag4pk.fsf@cadilhac.name> (=?iso-8859-1?Q?=22Micha=EBl?= Cadilhac"'s message of "Mon\, 10 Sep 2007 13\:06\:15 +0200") Original-Lines: 9 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) 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:78461 Archived-At: 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! Can you please add handling of the 'X' format? Right now it is silently ignored. And so is "-R"=20 Thanks!