From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: custom-save-all leaves custom-file buffer Date: Sat, 27 Aug 2005 15:56:19 +0300 Message-ID: References: <5EC167A5-90DA-482F-B0CA-9617820FAEC9@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1125148544 4545 80.91.229.2 (27 Aug 2005 13:15:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Aug 2005 13:15:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 27 15:15:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E90W8-0001FA-Br for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2005 15:14:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E90a6-0006Vo-Eb for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2005 09:18:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E90XT-00067M-8i for emacs-devel@gnu.org; Sat, 27 Aug 2005 09:16:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E90XR-00067A-En for emacs-devel@gnu.org; Sat, 27 Aug 2005 09:16:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E90Wz-0005hQ-9X for emacs-devel@gnu.org; Sat, 27 Aug 2005 09:15:33 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E90G8-00043N-QI for emacs-devel@gnu.org; Sat, 27 Aug 2005 08:58:09 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-149-78.inter.net.il [80.230.149.78]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BGT44294 (AUTH halo1); Sat, 27 Aug 2005 15:56:17 +0300 (IDT) Original-To: David Reitter In-reply-to: <5EC167A5-90DA-482F-B0CA-9617820FAEC9@gmail.com> (message from David Reitter on Sat, 27 Aug 2005 11:25:47 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42447 Archived-At: > From: David Reitter > Date: Sat, 27 Aug 2005 11:25:47 +0100 > > On 27 Aug 2005, at 04:41, Richard M. Stallman wrote: > > > I wrote a cleaner patch to do a job like this, but I have not had time > > to test it, so I have not installed it. Can you test it? > > OK, it works so far, but now custom-file turns up in the recentf list. > That was Eli's 05/08/12 patch was about: > > Log message: > (custom-save-all, custom-save-delete): Bind recentf-exclude to exclude > custom-file. That change wasn't mine; Richard asked me to install that.