From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Font height issue Date: Thu, 25 Feb 2016 21:07:49 +0100 Message-ID: <8737sgd04q.fsf@gnu.org> References: <87oab4fusj.fsf@gnu.org> <83ziuoeeuy.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456430894 10412 80.91.229.3 (25 Feb 2016 20:08:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2016 20:08:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 25 21:08:03 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aZ2Cg-0006kg-Ph for ged-emacs-devel@m.gmane.org; Thu, 25 Feb 2016 21:08:02 +0100 Original-Received: from localhost ([::1]:45580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ2Cg-0005MC-2N for ged-emacs-devel@m.gmane.org; Thu, 25 Feb 2016 15:08:02 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ2Cc-0005LF-W7 for emacs-devel@gnu.org; Thu, 25 Feb 2016 15:07:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZ2CX-00017s-6j for emacs-devel@gnu.org; Thu, 25 Feb 2016 15:07:58 -0500 Original-Received: from out2-smtp.messagingengine.com ([66.111.4.26]:44016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ2CX-000171-2g for emacs-devel@gnu.org; Thu, 25 Feb 2016 15:07:53 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id AB830219FA for ; Thu, 25 Feb 2016 15:07:52 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Thu, 25 Feb 2016 15:07:52 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=xzfW2OtKJ+o2rZizOr8a1mQSdpM=; b=UdD1z MgwEpQJ+5l7CLCUuc/SLTZwu+1sVC2tHuD0Zd01J2exNtfu+AQg6tLRPuMpDtPz6 NBsGulg0s9c0cqVfo1gJt0S5qQQ4ujntE+ZRuq5bwUEtxe1fworWBGdLccrCC7pH iJ2ijLwXwLcefqiFXLUTSK91WiFDhhiTAUPMd8= X-Sasl-enc: gKC0oUoyWKiUQcb3NTVwo/Q4g0sAxMzQlO/AJN0jMNEq 1456430872 Original-Received: from thinkpad-t440p (unknown [2.160.80.154]) by mail.messagingengine.com (Postfix) with ESMTPA id A6145680134; Thu, 25 Feb 2016 15:07:51 -0500 (EST) Mail-Followup-To: Eli Zaretskii , emacs-devel@gnu.org In-Reply-To: <83ziuoeeuy.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 25 Feb 2016 22:04:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.26 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:200675 Archived-At: Eli Zaretskii writes: Hi Eli, >> And indeed, that does solve the issue for me. Now the regular and >> the bold version are displayed with the same height. > > Sorry, this is bug #22383, where the conclusion was already reached > that the workaround was not needed anymore. I thought the change was > committed, but I see that it wasn't, so I committed it now to the > emacs-25 branch. Ah, you are right, and I can confirm that my issue is solved now. Thanks a ton! Bye, Tassilo