From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Variable pitch mode line Date: Sun, 26 Dec 2021 09:39:20 +0200 Organization: LINKOV.NET Message-ID: <868rw74z0a.fsf@mail.linkov.net> 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> <83r1a2rzyu.fsf@gnu.org> <87bl162nnz.fsf@gnus.org> <87ee62chea.fsf@yahoo.com> <877dbu2mfw.fsf@gnus.org> <875yrecfjc.fsf@yahoo.com> <86ilvco9ix.fsf@mail.linkov.net> <87czlk6tph.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14861"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Lars Ingebrigtsen , emacs-devel@gnu.org, Eli Zaretskii , monnier@iro.umontreal.ca, tsdh@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 26 08:59:03 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 1n1OQo-0003gd-H8 for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 08:59:02 +0100 Original-Received: from localhost ([::1]:51400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1OQn-00065S-Fy for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 02:59:01 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1OQ8-0005HK-WE for emacs-devel@gnu.org; Sun, 26 Dec 2021 02:58:21 -0500 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:37107) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1OQ6-00059L-Iz; Sun, 26 Dec 2021 02:58:20 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 3551B240003; Sun, 26 Dec 2021 07:58:11 +0000 (UTC) In-Reply-To: <87czlk6tph.fsf@yahoo.com> (Po Lu's message of "Sun, 26 Dec 2021 09:27:54 +0800") Received-SPF: pass client-ip=217.70.178.230; envelope-from=juri@linkov.net; helo=relay10.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=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:283265 Archived-At: >> Assuming no styles are used that could hide content, it would be much >> simpler and fast just to strip all HTML tags from the HTML file, e.g. > >>

For information on extending Emacs, >> see Emacs Lisp in The >> Emacs Lisp Reference Manual.

> >> will become > >> For information on extending Emacs, >> see Emacs Lisp in The >> Emacs Lisp Reference Manual. > >> where you can search for "see Emacs Lisp". > > What about "The Emacs Lisp Reference Manual"? The search will ignore newlines like info.el already does with Info-search-whitespace-regexp containing newlines. BTW, Info-search-whitespace-regexp should have the same list of customizable choices as recently was added to search-whitespace-regexp.