From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] custom saving fix Date: Wed, 29 Jan 2003 21:57:53 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87isw7bov2.fsf@china.shootybangbang.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043876984 22335 80.91.224.249 (29 Jan 2003 21:49:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 Jan 2003 21:49:44 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18e05X-0005ny-00 for ; Wed, 29 Jan 2003 22:49:43 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18e0At-0002UC-00 for ; Wed, 29 Jan 2003 22:55:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18e05o-00077h-0C for emacs-devel@quimby.gnus.org; Wed, 29 Jan 2003 16:50:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18e05I-0006oa-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 16:49:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18e054-0006QK-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 16:49:15 -0500 Original-Received: from host217-44-221-152.range217-44.btcentralplus.com ([217.44.221.152] helo=china.shootybangbang.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18e04o-0005yW-00 for emacs-devel@gnu.org; Wed, 29 Jan 2003 16:48:58 -0500 Original-Received: from jpw by china.shootybangbang.com with local (Exim 3.36 #1 (Debian)) id 18e0DR-0001Rm-00 for ; Wed, 29 Jan 2003 21:57:53 +0000 Original-To: emacs-devel@gnu.org In-Reply-To: (Didier Verna's message of "Tue, 28 Jan 2003 16:18:16 +0100") X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11202 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11202 Didier Verna wrote: > Start a brand new emacs from scratch, customize some stuff and save > from the options menu. Nothing actually gets saved. The following > patch fixes this The patch is installed. Thanks!