From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: indented meta-info in describe-variable Date: Tue, 9 Oct 2007 15:55:29 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191938208 16330 80.91.229.12 (9 Oct 2007 13:56:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2007 13:56:48 +0000 (UTC) Cc: Emacs development discussions To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 09 15:56:47 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 1IfFYn-0007ud-SG for ged-emacs-devel@m.gmane.org; Tue, 09 Oct 2007 15:55:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfFYi-0002KP-BT for ged-emacs-devel@m.gmane.org; Tue, 09 Oct 2007 09:55:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfFYd-0002JK-NP for emacs-devel@gnu.org; Tue, 09 Oct 2007 09:55:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfFYZ-0002Ih-Ai for emacs-devel@gnu.org; Tue, 09 Oct 2007 09:55:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfFYZ-0002Ie-4i for emacs-devel@gnu.org; Tue, 09 Oct 2007 09:55:31 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.233]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfFYY-0005Gp-0w for emacs-devel@gnu.org; Tue, 09 Oct 2007 09:55:30 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1477102wxc for ; Tue, 09 Oct 2007 06:55:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=FfxA//ltYRlr5XQH4rV1oRdzpT4Zl0yssQNaEs10aYI=; b=ms3gFjhLlJjTNugEzzJIM5/ybiOZSz4RvwPdEFF/oD7yD63nMRHA9I7iz22Gi+lXSYISSdoH+LJQworTTuGOo3qr19i06mD0lLEBbadS0XxOIVF79fq9SDY1DX1AUW/SZCF/ZPrl2+/1flUnirKdfqJXABmq+CtN644Ok0fpDmo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b5kRBLhR/nendKXQTPZXqA96jm7R9+i3DRd1MuhSFKPg/LxOWjXwujLLaVgUaWxbfsvnAgTIg1M0vmDkqoG43NQVFcmaFP7fdYk/AVosUVAyR3l0DostqpH9LNaxw8QrLlJoFoBbBPYHmkf8umJF1hKtEA8s/wyZH+YcQ7PtYmE= Original-Received: by 10.90.117.1 with SMTP id p1mr5817618agc.1191938129061; Tue, 09 Oct 2007 06:55:29 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Tue, 9 Oct 2007 06:55:29 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) 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:80466 Archived-At: On 10/9/07, Stefan Monnier wrote: > The reason I made this change is that when a variable has been made > buffer-local and is obsolete and has an safe-local property, the > docstring is pushed too far back for my taste and becomes difficult to > distinguish from that meta-info. I understand the reason, and I agree with the sentiment. However, the indenting looks ugly to me when the meta-info is a oneliner. I suspect most people would hate this even more, but I'd use faces. That's a good use of font-locking in my view :) Juanma