From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 7e387c9: * lisp/man.el (Man-width-max): New defcustom (bug#32536, bug#9385) Date: Mon, 09 Dec 2019 15:30:55 +0200 Message-ID: <83k175d3sg.fsf@gnu.org> References: <83zhg2d78w.fsf@gnu.org> <87eexe33pn.fsf@mail.linkov.net> <83v9qqch1i.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="643"; mail-complaints-to="usenet@blaine.gmane.org" Cc: juri@jurta.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 09 14:32:55 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ieJ9h-0018Cy-QN for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2019 14:32:53 +0100 Original-Received: from localhost ([::1]:40180 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieJ9g-0008Az-LP for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2019 08:32:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51212) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ieJ83-0006ek-7N for emacs-devel@gnu.org; Mon, 09 Dec 2019 08:31:12 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:32967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ieJ82-0006AI-Lm; Mon, 09 Dec 2019 08:31:10 -0500 Original-Received: from [176.228.60.248] (port=2322 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ieJ81-0004Zu-2B; Mon, 09 Dec 2019 08:31:09 -0500 In-reply-to: (message from martin rudalics on Mon, 9 Dec 2019 10:20:38 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.devel:243261 Archived-At: > Cc: emacs-devel@gnu.org > From: martin rudalics > Date: Mon, 9 Dec 2019 10:20:38 +0100 > > > I was thinking about the > > default face being remapped, which can be easily tested. > > For some value of "easily". ??? face-remapping-alist is a simple alist, and there should be no difficulty in telling whether 'default' appears in it. Or what am I missing? > Emacs 28 should give 'window-body-height' a special interpretation > of the PIXELWISE argument which will let you get the body width in > terms of the remapped face. Hopefully. Isn't default-font-width provide the information necessary for man.el to do this calculation more accurately?