From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; tiny font in Customize button Date: Sun, 20 Apr 2008 22:08:42 -0400 Message-ID: <87zlro5591.fsf@stupidchicken.com> References: <000001c8a28b$cb3e22e0$0200a8c0@us.oracle.com> <878wz8umix.fsf@jurta.org> <87fxtgrr3t.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208743746 29409 80.91.229.12 (21 Apr 2008 02:09:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2008 02:09:06 +0000 (UTC) Cc: Juri Linkov , emacs-pretest-bug@gnu.org, Drew Adams To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 21 04:09:40 2008 connect(): Connection refused 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 1JnlTO-0000YC-HC for ged-emacs-devel@m.gmane.org; Mon, 21 Apr 2008 04:09:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnlSj-0002ae-5L for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 22:08:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnlSf-0002a2-5c for emacs-devel@gnu.org; Sun, 20 Apr 2008 22:08:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnlSd-0002Zq-Oy for emacs-devel@gnu.org; Sun, 20 Apr 2008 22:08:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnlSd-0002Zn-Lc for emacs-devel@gnu.org; Sun, 20 Apr 2008 22:08:51 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnlSd-0000Wq-Cs for emacs-devel@gnu.org; Sun, 20 Apr 2008 22:08:51 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JnlSd-0006l2-4X for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 22:08:51 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JnlSa-0000W4-3H for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 22:08:51 -0400 Original-Received: from c-98-216-111-182.hsd1.ma.comcast.net ([98.216.111.182] helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnlSZ-0000Vy-QF for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 22:08:47 -0400 Original-Received: by furry (Postfix, from userid 1000) id 82F22C047; Sun, 20 Apr 2008 22:08:42 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Sun, 20 Apr 2008 21:07:59 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:95588 gmane.emacs.pretest.bugs:22104 Archived-At: Stefan Monnier writes: >>>> emacs -Q >>>> M-x customize-option adaptive-file-first-line-regexp >>>> >>>> The Hide Rest button has a tiny, tiny font. See attached screenshot. >>> >>> I wonder why the Hide Rest button has a link appearance? >>> Since it doesn't lead anywhere, I think it should be displayed >>> as a button. > >> It's pretty ugly as a button. > > Could we use one of those triangles that either points rightward > (closed/hidden/folded) or downward (open/shown/unfolded)? It's certainly doable, assuming someone is up for some widget hackery. (The `checkbox' widget in wid-edit.el is probably a good starting point; in this case, the checkbox is implemented as a Lisp string that defines an xbm image. A similar method is used in startup.el for the "Don't show this again" checkbox.)