From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: set-face-attribute and floating point :height values Date: Mon, 31 Jan 2011 15:42:21 -0500 Message-ID: <4zd3ncg5zm.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296845587 16726 80.91.229.12 (4 Feb 2011 18:53:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2011 18:53:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: Giorgos Keramidas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 31 21:43:41 2011 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.69) (envelope-from ) id 1Pk0aF-0002vQ-HE for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 21:42:51 +0100 Original-Received: from localhost ([127.0.0.1]:49823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0a2-0004Bs-S3 for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 15:42:34 -0500 Original-Received: from [140.186.70.92] (port=44927 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk0Zx-0004Az-11 for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:42:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk0Zv-0006af-3S for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:42:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk0Zv-0006ab-1F for emacs-devel@gnu.org; Mon, 31 Jan 2011 15:42:27 -0500 Original-Received: from localhost ([127.0.0.1]:46773) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pk0Zq-00029n-6s; Mon, 31 Jan 2011 15:42:22 -0500 X-Spook: Rule Psix Semtex PGP BATF Firewalls Commecen Firefly Forte X-Ran: VVeVp8.1wTms, (Giorgos Keramidas's message of "Mon\, 31 Jan 2011 12\:33\:49 -0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:135585 Archived-At: Giorgos Keramidas wrote: > (set-face-attribute 'default nil :family "DejaVu Sans Mono" :height 1.4) > > a debugger pops up with the following backtrace: > > Debugger entered--Lisp error: (error "Invalid default face height" 1.4) You're saying: make the default font height be 1.4 times the default font height. The default font height must be absolute. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2659