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.devel Subject: Re: Variable pitch mode line Date: Fri, 24 Dec 2021 13:42:33 +0200 Message-ID: <83r1a2rzyu.fsf@gnu.org> References: <87zgosdbo1.fsf@gnus.org> <86mtkszhnq.fsf@mail.linkov.net> <87o858e5r2.fsf@gnu.org> <86fsqjcqd8.fsf@mail.linkov.net> <87zgor41oc.fsf@gnus.org> <86lf0b6uf0.fsf@mail.linkov.net> <87v8zf40qw.fsf@gnus.org> <8635mj5ept.fsf@mail.linkov.net> <86ee62o4bs.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9497"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, tsdh@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 24 12:43:39 2021 Return-path: Envelope-to: ged-emacs-devel@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 1n0iz3-0002JF-KD for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Dec 2021 12:43:37 +0100 Original-Received: from localhost ([::1]:37188 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0iz2-0006YK-C4 for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Dec 2021 06:43:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:41518) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0iy7-0005nv-5x for emacs-devel@gnu.org; Fri, 24 Dec 2021 06:42:39 -0500 Original-Received: from [2001:470:142:3::e] (port=40016 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 1n0ixy-00062l-Sc; Fri, 24 Dec 2021 06:42:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=uBGTYlTgxe6nBQy9VErMvx3MbYEeffFqHv2aiMHJd3U=; b=oU7nc4pi/KXg ZPtoZDyVbhHQyfqe38IQng8vmeloaqAYVKhjYx9I1mf5OvSJWJ0QnSK3idOQkJC0DTtyHoLxlnAmi 6mgPuGYnz6WTBu9wu6YUPBklBFlgjQGnGY2y5xXg04b2XF25Yjw0YnPIoUg7rKaCceIWjduMIpVX5 bEIcaVNmmb+gsW/sOmeaqwPiVwffRqBsO2aaoH9/s2pQcaJ2NU7qzg4s58dxUDUOFFMi7ZOBK0KDO 8vKP0K5ml3owhFSCQ4h9HkqQoFx9dl7NUhqDbIpR9Wi9NPVhFUXeN6jfssPw/47Ce8S+gwMhr9Axx pTZt/tTsOOf4d7r5QxWyBg==; Original-Received: from [87.69.77.57] (port=4774 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 1n0ixu-0000UZ-NS; Fri, 24 Dec 2021 06:42:28 -0500 In-Reply-To: <86ee62o4bs.fsf@mail.linkov.net> (message from Juri Linkov on Fri, 24 Dec 2021 10:21:59 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:283122 Archived-At: > From: Juri Linkov > Date: Fri, 24 Dec 2021 10:21:59 +0200 > Cc: Lars Ingebrigtsen , Tassilo Horn , > emacs-devel@gnu.org > > Currently HTML files are generated in the source dir, that is wrong: > > doc/emacs/emacs.html > > The correct place would be in the Info output dir: > > info/emacs.html No, it should have its own subdirectory, probably html/. Mixing Info and HTML files is asking for trouble, particularly for "make install". > so it could reuse INFOPATH to find HTML Info manuals as well. No, INFOPATH should be reserved for Info files only. Its rules (like "::" at the beginning and end of the value) don't fit HTML docs. > Then after visiting the generated HTML with eww, when proportional fonts > are enabled with `eww-toggle-fonts`, the output looks nice. > But rendering a large HTML file takes too much time. So while > a single HTML file is still preferable over multifile Info manuals, > the Info reader should limit rendering to the currently displayed > Info node only. Which probably means we should produce a separate file per node or chapter.