From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Docstring line length Date: Thu, 22 Dec 2005 22:43:34 +0200 Organization: JURTA Message-ID: <878xuc9825.fsf@jurta.org> References: <43A9CCD2.9080805@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1135285046 12560 80.91.229.2 (22 Dec 2005 20:57:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Dec 2005 20:57:26 +0000 (UTC) Cc: rms@gnu.org, drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 22 21:57:24 2005 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 1EpXV1-0007yU-2P for ged-emacs-devel@m.gmane.org; Thu, 22 Dec 2005 21:57:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EpXW2-0008M9-0g for ged-emacs-devel@m.gmane.org; Thu, 22 Dec 2005 15:58:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EpXVJ-00088A-Px for emacs-devel@gnu.org; Thu, 22 Dec 2005 15:57:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EpXVI-00087M-Rz for emacs-devel@gnu.org; Thu, 22 Dec 2005 15:57:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EpXVI-000872-KC for emacs-devel@gnu.org; Thu, 22 Dec 2005 15:57:36 -0500 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EpXUS-00036C-4T; Thu, 22 Dec 2005 15:56:44 -0500 Original-Received: from mail.neti.ee (80-235-40-84-dsl.mus.estpak.ee [80.235.40.84]) by Relayhost1.neti.ee (Postfix) with ESMTP id 4CC24211E; Thu, 22 Dec 2005 22:56:48 +0200 (EET) Original-To: Lennart Borgman In-Reply-To: <43A9CCD2.9080805@student.lu.se> (Lennart Borgman's message of "Wed, 21 Dec 2005 22:44:50 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:48222 Archived-At: > ! (defcustom apropos-label-face 'italic > "*Face for label (`Command', `Variable' ...) in Apropos output. > A value of nil means don't use any special font for them, and also > turns off mouse highlighting." > --- 85,91 ---- > :group 'apropos > :type 'face) > > ! (defcustom apropos-label-face '(:underline t :foreground "blue" :slant italic) I think the right face to use here is `button': (defcustom apropos-label-face 'button -- Juri Linkov http://www.jurta.org/emacs/