From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: always put Customizations in `custom-file', never in `user-init-file' Date: Tue, 11 Dec 2007 14:01:11 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1197399829 24072 80.91.229.12 (11 Dec 2007 19:03:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2007 19:03:49 +0000 (UTC) Cc: stephen@xemacs.org, lennart.borgman@gmail.com, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 11 20:03:59 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J2AOQ-0003Ln-JG for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2007 20:03:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2AO8-0001Wg-Ts for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2007 14:03:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2ALy-00007N-HX for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2ALx-00006H-0Z for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2ALw-00006B-Pt for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:12 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2ALw-00029U-Mf for emacs-devel@gnu.org; Tue, 11 Dec 2007 14:01:12 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J2ALv-0004PY-TE; Tue, 11 Dec 2007 14:01:11 -0500 In-reply-to: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:85060 Archived-At: Currently, if a user doesn't have an init file, then s?he can use Customize but s?he cannot save Customize customizations. If that's true, it is a bug. Can you provide a precise test case? I think Customize will create the .emacs file if there is none.