From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23064 invoked from network); 12 Dec 2021 00:16:25 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 12 Dec 2021 00:16:25 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mwCXP-004NUv-5B for ml@inbox.vuxu.org; Sat, 11 Dec 2021 18:16:23 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1mwCXO-001j90-I1 for ml@inbox.vuxu.org; Sat, 11 Dec 2021 18:16:22 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1mwCXM-001j8r-Ai for ding@lists.math.uh.edu; Sat, 11 Dec 2021 18:16:20 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mwCXI-00DD45-Sk for ding@lists.math.uh.edu; Sat, 11 Dec 2021 18:16:19 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=IgdFgtAmcQeocXYAOxUQ9m67ykYpTvGF/GhQnEXhhws=; b=OH0Rf3PywRFVzLn3F3P734KIsO Zw29U1ODZxW/cju6rYkFsBP6SZ2yX7oL9s0WmGpH6kfZmitprX6HhiGWyf1LbCqzXwo2JVSut2Gva FYzseieWiH+75u2T1/ZkvMEyQSakWhNks3pWwk67vkDZpigo23B/RKku5XSIGNEILzQQ=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mwCXA-0008LH-6J for ding@gnus.org; Sun, 12 Dec 2021 01:16:11 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mwCX6-0004ZE-R0 for ding@gnus.org; Sun, 12 Dec 2021 01:16:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Eric Abrahamsen Subject: Re: Recent change on Emacs master: aggressive word-wrap of header lines in article display Date: Sat, 11 Dec 2021 16:15:57 -0800 Message-ID: <87pmq23cg2.fsf@ericabrahamsen.net> References: <87sfuzyudn.fsf@tullinup.koldfront.dk> <87y24qnccb.fsf@tullinup.koldfront.dk> <87pmq2nbo2.fsf@tullinup.koldfront.dk> <87k0ganb6c.fsf@tullinup.koldfront.dk> <875yrudgw6.fsf@tullinup.koldfront.dk> <87h7be27vg.fsf@ericabrahamsen.net> <87y24q684c.fsf@gmx.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:NYzK+fkFiTRxQd4ALGDRljeYpQg= List-ID: Precedence: bulk Stephen Berman writes: > On Sat, 11 Dec 2021 12:40:03 -0800 Eric Abrahamsen > wrote: > >> I realized I mostly don't like the variable pitch because it seems >> to >> display about 20% larger than the fixed-width fonts, which looks >> terrible (I've seen people complain about this elsewhere, can't >> remember >> what the issue was). > > Are you referring to the change in the Gnus header faces? This is due > to making them inherit from the new variable-pitch-text face, which > inherits from variable-pitch face but scales the height by 1.1. I > didn't like that either and after customizing it to removing the > scaling, it looks fine to me. (This is with DejaVu Sans for variable > pitch and DejaVu Sans Mono for fixed pitch.) Oh, that's better! Thanks for that suggestion, maybe I'll keep this.