From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs exiting
Date: Thu, 08 Dec 2011 11:24:23 +0100 [thread overview]
Message-ID: <4EE09057.7030904@easy-emacs.de> (raw)
In-Reply-To: <87d3bz4jix.fsf@tsdh.uni-koblenz.de>
> 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/
next prev parent reply other threads:[~2011-12-08 10:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-07 22:16 emacs exiting sergio
2011-12-08 4:07 ` Alexander
2011-12-08 6:27 ` sergio
2011-12-08 7:20 ` Tassilo Horn
2011-12-08 10:20 ` sergio
2011-12-08 10:24 ` Andreas Röhler [this message]
2011-12-08 8:57 ` Eric S Fraga
2011-12-08 16:11 ` Peter Münster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EE09057.7030904@easy-emacs.de \
--to=andreas.roehler@easy-emacs.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).