From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Bug in Custom apparently due to Custom Themes. Date: Fri, 12 May 2006 21:45:42 -0500 (CDT) Message-ID: <200605130245.k4D2jgOL004323@jane.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1147488423 29449 80.91.229.2 (13 May 2006 02:47:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 May 2006 02:47:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 13 04:47:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fek9l-0005uB-2h for ged-emacs-devel@m.gmane.org; Sat, 13 May 2006 04:47:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fek9k-00068x-MK for ged-emacs-devel@m.gmane.org; Fri, 12 May 2006 22:47:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fek9Z-00068i-Ci for emacs-devel@gnu.org; Fri, 12 May 2006 22:46:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fek9X-00068V-6g for emacs-devel@gnu.org; Fri, 12 May 2006 22:46:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fek9X-00068S-15 for emacs-devel@gnu.org; Fri, 12 May 2006 22:46:47 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FekBO-0002pD-PW for emacs-devel@gnu.org; Fri, 12 May 2006 22:48:42 -0400 Original-Received: from jane.dms.auburn.edu (jane.dms.auburn.edu [131.204.53.201]) by manatee.dms.auburn.edu (8.13.6/8.13.6) with ESMTP id k4D2kj6k004311 for ; Fri, 12 May 2006 21:46:45 -0500 (CDT) Original-Received: from jane.dms.auburn.edu (localhost [127.0.0.1]) by jane.dms.auburn.edu (8.13.4+Sun/8.13.4) with ESMTP id k4D2jgg0004326 for ; Fri, 12 May 2006 21:45:42 -0500 (CDT) Original-Received: (from teirllm@localhost) by jane.dms.auburn.edu (8.13.4+Sun/8.13.3/Submit) id k4D2jgOL004323; Fri, 12 May 2006 21:45:42 -0500 (CDT) X-Authentication-Warning: jane.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org 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:54355 Archived-At: Use a .emacs containing only the single line: (blink-cursor-mode 0) Do `M-x customize-option desktop-save-mode RET' Enable the option and save for future sessions. Exit Emacs, using ~/ as the directory for desktop to save in. Start Emacs again. Do `M-x customize-option desktop-save-mode RET'. Choose "Erase Customization" from the State menu, for instance using the mouse. That should reset the State to STANDARD. Instead we see: CHANGED outside Customize; operating on it here may be unreliable. Edebugging custom-variable-state-set suggests that this bug is due to the fact that the theme-value property of desktop-save-mode at this stage is ((changed nil)). I am not using any Custom Themes so I should not be encountering any code related to Custom Themes. Since I know that the way I would fix this bug would be considered unacceptable, somebody else will have to take a look at it. Sincerely, Luc.