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 21545 invoked from network); 11 Dec 2021 20:40:27 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 11 Dec 2021 20:40:27 -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 1mw9AP-004GBV-Vu for ml@inbox.vuxu.org; Sat, 11 Dec 2021 14:40:26 -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 1mw9AP-001iYE-CX for ml@inbox.vuxu.org; Sat, 11 Dec 2021 14:40:25 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1mw9AO-001iY7-Az for ding@lists.math.uh.edu; Sat, 11 Dec 2021 14:40:24 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mw9AL-004GBF-Bb for ding@lists.math.uh.edu; Sat, 11 Dec 2021 14:40:23 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc: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=8DRb78pEh6WkKcch8wAmndBHuCXgTBV2/kHxb37SQDo=; b=uWvf6y/3dBFXbBZkMvDVgSuADb vWpIYlBtmEFbC1Hp4BsuWkm8wnEJ/WKcRifrzWr1LapONm+IOrVHbqARWA7LIh6ymPoQrPoF40ris kxlj8gMmaiTVvUPg4KKJ02WI4+21SfCMaNWNYsFc/B7yREki4JCyvG8rjkHMDBKPTUYk=; 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 1mw9AD-0006yf-SB for ding@gnus.org; Sat, 11 Dec 2021 21:40:16 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mw9AC-0009MU-Bw for ding@gnus.org; Sat, 11 Dec 2021 21:40:12 +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 12:40:03 -0800 Message-ID: <87h7be27vg.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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:Sni8ldwxKibtqyHaVtKh6wsUaK0= List-ID: Precedence: bulk Adam Sjøgren writes: > Adam writes: > >> Ok, so the reason is that the definition of a variable pitch face is >> whether it is, or inherits from, the face variable-pitch. >> >> I just used customize to set the font of gnus-header-name. > > So my fix is to change this line in the custom-set-faces call in my > ~/.emacs.d/init.el: > > '(gnus-header-name ((t (:foreground "maroon" :family "DejaVu Sans Condensed")))) > > to: > > '(gnus-header-name ((t (:foreground "maroon" :inherit variable-pitch :family "DejaVu Sans Condensed")))) > > And Bob's my uncle again: I didn't quite follow Bob's progress here, but do you think there's a bug to report? It seems weird that header wrapping would depend on variable-pitch or not... 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).