From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.devel Subject: Re: Variable pitch mode line Date: Thu, 23 Dec 2021 21:56:21 +0100 Message-ID: <87wnjvavm2.fsf@logand.com> References: <87zgosdbo1.fsf@gnus.org> <86mtkszhnq.fsf@mail.linkov.net> <87o858e5r2.fsf@gnu.org> <86fsqjcqd8.fsf@mail.linkov.net> <87zgorawar.fsf@logand.com> <8B7890FE-9DFB-4282-8391-955032220234@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37689"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Juri Linkov , Lars Ingebrigtsen , emacs-devel@gnu.org, Tassilo Horn To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 21:57:31 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 1n0V9S-0009Z7-Il for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 21:57:26 +0100 Original-Received: from localhost ([::1]:55560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0V9R-0006nv-H7 for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 15:57:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0V8V-00065r-1V for emacs-devel@gnu.org; Thu, 23 Dec 2021 15:56:27 -0500 Original-Received: from logand.com ([37.48.87.44]:47482) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0V8T-0004Ns-Du; Thu, 23 Dec 2021 15:56:26 -0500 Original-Received: by logand.com (Postfix, from userid 1001) id 0E62419EC74; Thu, 23 Dec 2021 21:56:23 +0100 (CET) X-Mailer: emacs 27.2 (via feedmail 11-beta-1 I) In-Reply-To: <8B7890FE-9DFB-4282-8391-955032220234@gmail.com> Received-SPF: pass client-ip=37.48.87.44; envelope-from=tom@logand.com; helo=logand.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:283043 Archived-At: On Thu 23 Dec 2021 at 12:51, Yuan Fu wrote: > I=E2=80=99ve tried that. Info files are not complex, but they can=E2=80= =99t be > reliably parsed 100% of the time. My code works for like 95% of the > nodes, but there are always some corner cases where it breaks. Why doesn't texinfo html output suffer from this problem?