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 6914 invoked from network); 11 Dec 2021 19:08:26 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 11 Dec 2021 19:08:26 -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 1mw7jN-004C7J-9L for ml@inbox.vuxu.org; Sat, 11 Dec 2021 13:08:25 -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 1mw7jM-001hvS-Jg for ml@inbox.vuxu.org; Sat, 11 Dec 2021 13:08:24 -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 1mw7jL-001hvL-Hg for ding@lists.math.uh.edu; Sat, 11 Dec 2021 13:08:23 -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 1mw7jJ-00D3ZV-64 for ding@lists.math.uh.edu; Sat, 11 Dec 2021 13:08: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=cREEr5mhKyPsVcz95ND7fqkgWtPZLPH1/pogqPTLi28=; b=p2mIsHfZowKqo7RNkYBp6lcXmR vVItsZtBLBzdeluT91jSGwmQLwxJZ5Ga2NcwrtjxZnsEgM+/U5rI1Fo7TLOWwFXw9p0NxLgFnvcZM kHWoF2wjbav5D4BybTxOU+0grjraVEKxyj8OhpgE/CzO9fSfNMRY2YpmRwSbnYdkfXfg=; 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 1mw7jB-0006Ob-20 for ding@gnus.org; Sat, 11 Dec 2021 20:08:15 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mw7j8-00043I-NO for ding@gnus.org; Sat, 11 Dec 2021 20:08:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: "Jose A. Ortega Ruiz" Subject: Re: Recent change on Emacs master: aggressive word-wrap of header lines in article display Date: Sat, 11 Dec 2021 18:45:35 +0000 Message-ID: <87y24r6kvk.fsf@gnus.jao.io> References: <87sfuzyudn.fsf@tullinup.koldfront.dk> <87o85n1213.fsf@ericabrahamsen.net> <87sfuzt3zn.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:ZSnkfU5GZ6xm/aCoj0tdf86WYpI= X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: List-ID: Precedence: bulk On Sat, Dec 11 2021, Adam Sjøgren wrote: > Eric writes: > >> Does changing `gnus-article-normalized-header-length' change that wrap? > > The default value seems to be 40. I tried setting it to 200. The article > is rendered the same. > >> For my part, I'm going to figure out how to turn off variable-width >> fonts in the headers, that is fugly... > > I've been using that for years; I like it - different strokes for > different folks, I guess :-) I noticed it a week or so ago and managed to fix it with: (setq gnus-treat-fold-headers nil) I suspect its default value (or how it is used) was changed with the move to variable pitch (which i totally side-step everywhere by customizing variable-pitch and another new one if forgot to a fixed font family (Hack in my case)). Hope this helps, jao -- If languages had true garbage collection, most programs would delete themselves upon execution. - Robert Sewell, paraphrased