From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: File modes facilities. Date: Thu, 20 Oct 2005 14:41:49 +0200 Message-ID: References: <87hdbdxo94.fsf@mahaena.lrde> <87d5m1qm8w.fsf-monnier+emacs@gnu.org> <877jc92o37.fsf@mahaena.lrde> <17238.50816.352274.312799@kahikatea.snap.net.nz> <87u0fd9let.fsf@mahaena.lrde> <87fyqwxyge.fsf@mahaena.lrde> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1129816111 18146 80.91.229.2 (20 Oct 2005 13:48:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 13:48:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 15:48:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESalw-0000vW-O6 for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 15:47:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESalw-0001vY-7R for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 09:47:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESZk3-000492-IN for emacs-devel@gnu.org; Thu, 20 Oct 2005 08:41:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESZk1-00047h-94 for emacs-devel@gnu.org; Thu, 20 Oct 2005 08:41:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESZk1-00047b-0P for emacs-devel@gnu.org; Thu, 20 Oct 2005 08:41:53 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESZk1-000178-2A for emacs-devel@gnu.org; Thu, 20 Oct 2005 08:41:53 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-148-220.inter.net.il [80.230.148.220]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CTI12269 (AUTH halo1); Thu, 20 Oct 2005 14:41:45 +0200 (IST) Original-To: Michael Cadilhac In-reply-to: <87fyqwxyge.fsf@mahaena.lrde> (message from Michael Cadilhac on Thu, 20 Oct 2005 12:41:21 +0200) 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:44410 Archived-At: > Cc: emacs-devel@gnu.org > From: Michael Cadilhac > Date: Thu, 20 Oct 2005 12:41:21 +0200 > > > If we want dired-do-chmod to work on systems without an external chmod > > command, we can easily modify dired-do-chmod to use set-file-modes. > > Yep, please do, but please do it with symbol parsing > ([ugoa]*([+-=][rwxXstugo]+)+,...) too :-) I rather hoped that you will do that, and submit the changes here ;-)