From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Backup Blacklist Date: Wed, 3 Jan 2007 13:30:11 +0100 Message-ID: References: <45990274.5060103@gatech.edu> <459A0379.6000508@gatech.edu> <459AC940.6060505@gatech.edu> <459B034F.5070206@gatech.edu> <459B43BB.70105@gatech.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167827432 20262 80.91.229.12 (3 Jan 2007 12:30:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Jan 2007 12:30:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 03 13:30:31 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 1H25GH-0007zE-8L for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 13:30:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H25GG-00035i-NZ for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jan 2007 07:30:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H25G3-00032k-9d for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 07:30:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H25G1-000325-LG for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 07:30:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H25G1-000321-6h for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 07:30:13 -0500 Original-Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H25G0-0001Ei-Qg for help-gnu-emacs@gnu.org; Wed, 03 Jan 2007 07:30:13 -0500 Original-Received: by nf-out-0910.google.com with SMTP id h2so336330nfe for ; Wed, 03 Jan 2007 04:30:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pUJqKertJ3D+6SIfCxJQSUbgSZBc2To5xGq4ozejshm/Ld+OZgu4u/3kJaA2ms0xl4xcIOiL7ZfARXF0ggU49hcmVzAppsREg/ttIwD1B699DO2AQ8gKioUdSRqkm/gRQhORUwgPqMOxyGYildJhMPBT/o9BpjmCTUrJUQ/y+6c= Original-Received: by 10.82.120.14 with SMTP id s14mr1625743buc.1167827411773; Wed, 03 Jan 2007 04:30:11 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Wed, 3 Jan 2007 04:30:11 -0800 (PST) Original-To: "Matthew Flaschen" In-Reply-To: Content-Disposition: inline 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:40121 Archived-At: On 1/3/07, Juanma Barranquero wrote: > (load-file "~/.emacs.d/persistent-excludes") For the sake of completeness, this is more user-friendly: (condition-case nil (load-file "~/.emacs.d/persistent-excludes") (error (message "Cannot load persistent excludes"))) /L/e/k/t/u