From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Font size innacuracies (Windows) Date: Wed, 02 Mar 2022 22:13:03 +0200 Message-ID: <83mti8jepc.fsf@gnu.org> References: <865yoy9dii.fsf@csic.es> <835yoxli7e.fsf@gnu.org> <86lexsn7nh.fsf@csic.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8351"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Mar 02 21:30:42 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nPVcP-00023X-W9 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 02 Mar 2022 21:30:42 +0100 Original-Received: from localhost ([::1]:52908 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nPVcP-0003WL-2o for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 02 Mar 2022 15:30:41 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPVLP-0005TD-75 for help-gnu-emacs@gnu.org; Wed, 02 Mar 2022 15:13:07 -0500 Original-Received: from [2001:470:142:3::e] (port=36210 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPVLO-0000hs-UW for help-gnu-emacs@gnu.org; Wed, 02 Mar 2022 15:13:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Tf14EuZd9NRYmug0JYWNFbeE8CnFm4K0yy5cx+3gg10=; b=oJM8UDunf3n6FwZWzsSZ 7yTZpp9myzS/j7rrRRU5nTIyNfihLM3FphhSy3TfPqLGGlCgRqvqhkQvrgNZLY1nYdjEmq5OFRYyi mkk1ue9m95MsQvO1jUmiYri1H1v2I0V9qJjmAPMn2qN/hFTB1mXHvNFujmkKVvegzLhdxmfq8twyU Y6XUud6kmcf5p3hWRODjaLp8Px3uNceVlcH0A3bYnL9Tobr2cEE0NbwIlvNTPwbqGP03qMnq/ZTIk g5iNooagTCXapnnbttXd82u33khsWP5W06wYuRaxmFzCAqG0gkbqlU2R9nlGiZ60k7mNBzJW9pPXt FZCdO+B7KkuyCA==; Original-Received: from [87.69.77.57] (port=4137 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPVLO-0008E0-Bx for help-gnu-emacs@gnu.org; Wed, 02 Mar 2022 15:13:06 -0500 In-Reply-To: <86lexsn7nh.fsf@csic.es> (juanjose.garciaripoll@gmail.com) X-Mailman-Approved-At: Wed, 02 Mar 2022 15:29:13 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136333 Archived-At: > From: Juan José García-Ripoll > > Date: Wed, 02 Mar 2022 08:19:30 +0100 > > Eli Zaretskii writes: > > I don't really understand what problems you are trying to solve. I > > see differences in font size and line spacing, but you seem to be > > bothered by other issues as well, in particular, with variable-pitch > > fonts, about which you didn't say anything specific > > I have given up variable pitch fonts for the moment. I would like first > to fix the monospaced font issue. That would make me happy. I mentioned > the variable pitch font differences, and can provide further examples, > but I feel monospaced should be easier to debug or understand, and maybe > solving that also corrects other discrepancies. Don't you agree? As I don't yet understand well enough what are your problems with variable-pitch fonts, I cannot say whether looking at fixed-pitch fonts will identify the same problems or quite different ones. But I'm okay talking about the latter if that's what you want. So what are your problems with fixed-pitch fonts? The size problem doesn't sound serious to me: why does it matter that you need to select a slightly different size in Emacs? Line spacing differences is probably due to spacing added by VSCode. You can do that in Emacs as well: see the documentation of the 'line-spacing' variable. The default in Emacs is not to add any spacing between lines.