From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Several suggestions for image support Date: 29 Apr 2004 01:02:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083193535 15820 80.91.224.253 (28 Apr 2004 23:05:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2004 23:05:35 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 29 01:05:22 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIy7F-0002sd-00 for ; Thu, 29 Apr 2004 01:05:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIy7F-0006eY-00 for ; Thu, 29 Apr 2004 01:05:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIy6O-0001t3-Hm for emacs-devel@quimby.gnus.org; Wed, 28 Apr 2004 19:04:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIy5E-0001IW-Ot for emacs-devel@gnu.org; Wed, 28 Apr 2004 19:03:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIy4c-0000iu-I7 for emacs-devel@gnu.org; Wed, 28 Apr 2004 19:03:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIy4c-0000im-6S for emacs-devel@gnu.org; Wed, 28 Apr 2004 19:02:38 -0400 Original-Received: from fencepost.gnu.org ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.24) id 1BIy2K-0000C8-FM; Wed, 28 Apr 2004 19:00:16 -0400 Original-To: no-spam@cua.dk (Kim F. Storm) In-Reply-To: Original-Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22321 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22321 no-spam@cua.dk (Kim F. Storm) writes: > We could accomplish this by setting the line-height property to the > pixel height of a specific face *) The effect of this would be that > newlines would have the height of that face, rather than the current > font. Is there a particular reason to have the unit of the line-height be in pixels? We specify face dimensions in units of tenths of a point elsewhere. Not that I am convinced that is the best way, though. Anyway, it would be nice if one could specify this relative to a particular face. Something like '(line-height . (1.0 . small-face)) '(line-height . (1.2 . nil)) ;; means the current face '(line-height . (1.2 . default)) ;; same as the following '(line-height . 1.2) ;; relative to default Something like that. If somebody has a better idea to specify "current face", that would be nice. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum