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

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

Re: emacs exiting


From: Andreas Röhler
Subject: Re: emacs exiting
Date: Thu, 08 Dec 2011 11:24:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.24) Gecko/20111101 SUSE/3.1.16 Thunderbird/3.1.16


But I don't think it's a good idea to turn off auto saving.

Bye,
Tassilo


+1

made a script, which deletes files I usually don't want to see then.

a version runs from Emacs called on a dired-buffer, the other from bash

from Emacs it reads

(defun dak ()
  "Delete files not wanted. "
  (interactive)
  (shell-command "
rm \$(find . -maxdepth 1 -type f -name \"\\#\*#\" \\
-o -type f -name \"\*.OTHER\" \\
-o -type f -name \"\*.THIS\" \\
-o -type f -name \"\*.BASE\" \\
-o -type f -name \"\*.\* \*~\" \\
...



Andreas

--
http://launchpad.net/python-mode
http://launchpad.net/s-x-emacs-werkstatt/




reply via email to

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