From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Re: Save Options vs. default-input-method Date: Thu, 7 Feb 2002 07:57:11 -0700 (MST) Message-ID: <200202071457.g17EvBK04629@aztec.santafe.edu> References: <200201302237.g0UMb1d24844@aztec.santafe.edu> <200202040927.g149RUF02434@aztec.santafe.edu> <200202051248.g15CmDb02207@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: quimby2.netfonds.no X-Trace: quimby2.netfonds.no 1013094529 16645 195.204.10.66 (7 Feb 2002 15:08:49 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 7 Feb 2002 15:08:49 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 16YqAK-0004KN-00 for ; Thu, 07 Feb 2002 16:08:48 +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 16Yq2H-0001uu-00; Thu, 07 Feb 2002 10:00:29 -0500 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16Ypz6-0001VX-00; Thu, 07 Feb 2002 09:57:12 -0500 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.9.3/8.9.3) with ESMTP id HAA13558; Thu, 7 Feb 2002 07:57:11 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g17EvBK04629; Thu, 7 Feb 2002 07:57:11 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: abraham@dina.kvl.dk In-reply-to: (message from Per Abrahamsen on Tue, 05 Feb 2002 18:08:25 +0100) 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:851 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:851 (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? 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? _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel