bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dired "Cannot operate on `.' or `..'" for what good reason?


From: Dan Jacobson
Subject: dired "Cannot operate on `.' or `..'" for what good reason?
Date: Tue, 20 Jun 2006 02:06:14 +0800

Hurmf, somebody put
     ((and (not no-error-if-not-filep)
           (member file '("." "..")))
      (error "Cannot operate on `.' or `..'"))
in dired.el, meaning that I can no longer do
(dired-do-shell-command "du -s" nil (quote ("."))), i.e.,
! d u SPC - s <return>
There are no comments in the code saying why the new restriction.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]