From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Re: Save Options vs. default-input-method Date: Thu, 07 Feb 2002 17:31:41 +0100 Organization: The Church of Emacs Message-ID: References: <200201302237.g0UMb1d24844@aztec.santafe.edu> <200202040927.g149RUF02434@aztec.santafe.edu> <200202051248.g15CmDb02207@aztec.santafe.edu> <200202071457.g17EvBK04629@aztec.santafe.edu> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: quimby2.netfonds.no 1013100092 21165 195.204.10.66 (7 Feb 2002 16:41:32 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Feb 2002 16:41:32 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16Yrc3-0005VG-00 for ; Thu, 07 Feb 2002 17:41:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16YrTx-0001x8-00; Thu, 07 Feb 2002 11:33:09 -0500 Original-Received: from sheridan.dina.kvl.dk ([130.225.40.227]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16YrSZ-0001UM-00; Thu, 07 Feb 2002 11:31:43 -0500 Original-Received: from ssv2.dina.kvl.dk (ssv2.dina.kvl.dk [130.225.40.226]) by sheridan.dina.kvl.dk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id RAA22954; Thu, 7 Feb 2002 17:31:41 +0100 Original-Received: from abraham by ssv2.dina.kvl.dk with local (Exim 3.12 #1 (Debian)) id 16YrSX-0001cZ-00; Thu, 07 Feb 2002 17:31:41 +0100 Original-To: rms@gnu.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: <200202071457.g17EvBK04629@aztec.santafe.edu> (Richard Stallman's message of "Thu, 7 Feb 2002 07:57:11 -0700 (MST)") Original-Lines: 24 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:857 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:857 Richard Stallman writes: > (custom-set-variables > ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! > ;; Your init file should contain only one such instance. > '(current-language-environment "Latin-1") > '(default-frame-alist (quote ((tool-bar-lines . 1) (menu-bar-lines . 1)))) > '(default-input-method "latin-1-prefix")) > > 1. The code that sets the three variables at startup should also set > their standard-value, so they won't be seen as modified (assuming > my previous patch is applied). > > Do you mean all three, including default-frame-alist? Or just the > other two? All three, unless there is some special reason default-frame-alist shouldn't be included. > Anyway, if Save Options is changed so that it only saves the options > that the Options menu can set, won't that fix this problem? This was with the changed code. All three can be set from the Options menu (form the Mule and Show/Hide submenus, respectively). _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel