From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Dired permission warning and marking such files Date: Sat, 15 Mar 2008 17:51:31 +0100 Message-ID: <7dbe73ed0803150951v11f26359y10c7d2af5d862022@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205599910 25091 80.91.229.12 (15 Mar 2008 16:51:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2008 16:51:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 15 17:52:19 2008 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 1JaZcF-0000h2-1e for ged-emacs-devel@m.gmane.org; Sat, 15 Mar 2008 17:52:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaZbf-0004gD-Po for ged-emacs-devel@m.gmane.org; Sat, 15 Mar 2008 12:51:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaZbb-0004fF-RX for emacs-devel@gnu.org; Sat, 15 Mar 2008 12:51:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaZbZ-0004eo-VT for emacs-devel@gnu.org; Sat, 15 Mar 2008 12:51:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaZbZ-0004el-Px for emacs-devel@gnu.org; Sat, 15 Mar 2008 12:51:33 -0400 Original-Received: from hs-out-0708.google.com ([64.233.178.251]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaZbZ-0006w7-O5 for emacs-devel@gnu.org; Sat, 15 Mar 2008 12:51:33 -0400 Original-Received: by hs-out-0708.google.com with SMTP id 55so3518854hsc.10 for ; Sat, 15 Mar 2008 09:51:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=AiVEKZuv97JnVvdoJvJT3FxRH5aKtowTONcTLH/OnEA=; b=sJS6yQH1Sznem2w+6wmgJf+ENgP1j0yiGyO9zRqdZZHie7CdBsorhj+27pagoSqHmvQu6rPI0yl5gdx+b06YJIRV/YK8MdHCE42g8Wkw6DoUK6vT5Ob1xpu39ZgSU1XBBZ0GRe51xM0l1aYOj3vuUSm8j7YEexFQwL8R1dKngVY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TlqmKLjKxuzCUkIiD0dsckRCYI9c+h46y5vCkRv7ZcLGcumwmgeJg96TzvNbYTOW3wSd84yT6ycXHrbMkbvfSuIn3JOBKiQSr7p52A/xLp3O/N3Cze0miXMWOaIlP35HY0R7t5z/WpxW0FVBBwgkXP+x3rNqK41aEq0uVN2p3LA= Original-Received: by 10.115.60.1 with SMTP id n1mr14270169wak.37.1205599891618; Sat, 15 Mar 2008 09:51:31 -0700 (PDT) Original-Received: by 10.114.146.9 with HTTP; Sat, 15 Mar 2008 09:51:31 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:92684 Archived-At: I have been following the recent discussion about the warning that Dired emits in the form of a font locked "w". I don't care much about the face really but something that struck me was that there doesn't seem to be any easy way to fix the "problem" that Dired warns about. I had to record a keyboard macro, searching for the specific pattern and marking those lines, and then I had to run this macro until all "warned" lines was marked. Then I could use M-! and do a `chmod' to fix the permissions. I would have expected to find some command to mark files with certain permissions under the Mark menu. What do others think? /Mathias