From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: Backup Blacklist Date: Wed, 24 Jan 2007 20:15:54 -0500 Message-ID: <45B804CA.6090006@gatech.edu> References: <45990274.5060103@gatech.edu> <459AC940.6060505@gatech.edu> <459B034F.5070206@gatech.edu> <459B43BB.70105@gatech.edu> <459CAA61.8070305@gatech.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0049240026==" X-Trace: sea.gmane.org 1169687787 23657 80.91.229.12 (25 Jan 2007 01:16:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Jan 2007 01:16:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Juanma Barranquero Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 25 02:16:17 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H9tDr-0002HI-CR for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Jan 2007 02:16:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9tDq-0001Qh-Rn for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Jan 2007 20:16:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9tDc-0001Pb-Vb for help-gnu-emacs@gnu.org; Wed, 24 Jan 2007 20:16:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9tDZ-0001Ob-IR for help-gnu-emacs@gnu.org; Wed, 24 Jan 2007 20:16:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9tDZ-0001OY-CO for help-gnu-emacs@gnu.org; Wed, 24 Jan 2007 20:15:57 -0500 Original-Received: from deliverator6.gatech.edu ([130.207.165.168]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1H9tDZ-0002t9-0r for help-gnu-emacs@gnu.org; Wed, 24 Jan 2007 20:15:57 -0500 Original-Received: from deliverator6.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 4AFDE1914; Wed, 24 Jan 2007 20:15:56 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx2.gatech.edu (mailprx2.prism.gatech.edu [130.207.171.21]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator6.gatech.edu (Postfix) with ESMTP id 0CFC318B6; Wed, 24 Jan 2007 20:15:55 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx2.gatech.edu, sender=n/a) by mailprx2.gatech.edu (Postfix) with ESMTP id CC44F236D; Wed, 24 Jan 2007 20:15:54 -0500 (EST) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.9 (X11/20070103) In-Reply-To: X-Enigmail-Version: 0.94.1.2 X-GT-Spam-Rating: (7%) X-GT-Spam-Details: The following antispam rules were triggered by this message: Rule Score Description LEO_OBFU_SUBJ_RE 0.100 Subject contains a generic 'Re:' pattern X-GT-AVAS-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2007.1.24.170432 X-detected-kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40622 Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0049240026== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigABC5E456E2E42135C5024396" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigABC5E456E2E42135C5024396 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Juanma Barranquero wrote: > When you test it, use this version of `bex-enable-predicate': >=20 > (defun bex-enable-predicate (file) > "Alternate `backup-enable-predicate' function that excludes from > backups those files registered with `bex-exclude-files' or > `bex-exclude-file-from-backup'." > (if bex-previous-backup-predicate > (let ((regexp (get 'backup-exclude :regexp))) > (if (and regexp > (let ((case-fold-search bex-case-fold-search)) > (string-match regexp (expand-file-name file)))) > nil > (funcall bex-previous-backup-predicate file))) > nil)) >=20 > It's a small change to support the case that `backup-enable-predicate' > is nil (which is uncommon, but possible). Note that in this case, no > file is ever backed up (because backup-exclude can only exclude files, > and there's no function ever returning t for any of them). >=20 Thanks, I updated it. :) It's still been working fine (though I haven't used it all that often). Matthew Flaschen --------------enigABC5E456E2E42135C5024396 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFuATKQ5LSyju97VkRAmU5AJ9vWr+Ff6WsP7/6DK08hH2m7j33ZwCfSi38 nyNOSNsWcDmlV+Z7W+7xNXo= =D/en -----END PGP SIGNATURE----- --------------enigABC5E456E2E42135C5024396-- --===============0049240026== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0049240026==--