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: [yamaoka@jpl.org: custom bug] Date: Sun, 04 Mar 2007 21:56:01 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1173063759 18061 80.91.229.12 (5 Mar 2007 03:02:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2007 03:02:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 05 04:02:33 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 1HO3T6-0001eL-I2 for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2007 04:02:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HO3T6-000895-24 for ged-emacs-devel@m.gmane.org; Sun, 04 Mar 2007 22:02:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HO3OS-0005AI-Ot for emacs-devel@gnu.org; Sun, 04 Mar 2007 21:57:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HO3OR-00059m-VP for emacs-devel@gnu.org; Sun, 04 Mar 2007 21:57:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HO3OR-00059e-N2 for emacs-devel@gnu.org; Sun, 04 Mar 2007 21:57:43 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HO3OR-0001ZY-7s for emacs-devel@gnu.org; Sun, 04 Mar 2007 21:57:43 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HO3Mn-0002ne-If; Sun, 04 Mar 2007 21:56:01 -0500 X-detected-kernel: 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:67340 Archived-At: Would someone please debug this, then ack? Is this the same issue as the problem we recently discussed (with the patch that needs to be removed)? ------- Start of forwarded message ------- Date: Wed, 21 Feb 2007 14:42:19 +0900 From: Katsumi Yamaoka To: emacs-pretest-bug@gnu.org Organization: Emacsen advocacy group MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: custom bug X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=failed version=3.0.4 Hi, Please try customizing the following option: (defcustom foo 'foo "doc string" :type '(choice (const foo) (const bar))) When I chose `bar', the value disappears in the screen. Even if I press the [Set for Current Session] button or the [Save for Future Sessions] button, the value is still hidden. I need to press the [Hide Value] button twice or the [Erase Customization] button to see the value. Regards, _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------