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.bugs Subject: bug#46878: 27.1; lisp-outline-level returns imprecise level number Date: Tue, 18 May 2021 23:36:42 +0300 Organization: LINKOV.NET Message-ID: <87mtsrye1x.fsf@mail.linkov.net> References: <871rcxuz4h.fsf@mail.linkov.net> <54FD8677-43E1-4806-9F8D-86850CBC3B29@gmail.com> <87mtvkcfr1.fsf@mail.linkov.net> <44DA0D54-D744-41A3-A7A1-D6A45B9536A4@gmail.com> <874khmkgcl.fsf@mail.linkov.net> <6A310565-0A96-416B-B476-EE5D26D72615@gmail.com> <87zgzdd7td.fsf@mail.linkov.net> <87tuplv8he.fsf@mail.linkov.net> <87wnu05k1w.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6199"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 46878@debbugs.gnu.org To: Howard Melman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue May 18 22:39:12 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1lj6Ui-0001SH-Dk for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 May 2021 22:39:12 +0200 Original-Received: from localhost ([::1]:48886 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lj6Uh-0004Xd-FQ for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 May 2021 16:39:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49232) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lj6UY-0004Uq-BP for bug-gnu-emacs@gnu.org; Tue, 18 May 2021 16:39:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45889) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lj6UY-0005ex-3n for bug-gnu-emacs@gnu.org; Tue, 18 May 2021 16:39:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lj6UY-0000f5-1l for bug-gnu-emacs@gnu.org; Tue, 18 May 2021 16:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 May 2021 20:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46878 X-GNU-PR-Package: emacs Original-Received: via spool by 46878-submit@debbugs.gnu.org id=B46878.16213703062482 (code B ref 46878); Tue, 18 May 2021 20:39:02 +0000 Original-Received: (at 46878) by debbugs.gnu.org; 18 May 2021 20:38:26 +0000 Original-Received: from localhost ([127.0.0.1]:57429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lj6Ty-0000dx-KR for submit@debbugs.gnu.org; Tue, 18 May 2021 16:38:26 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:39789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lj6Tw-0000dh-PL; Tue, 18 May 2021 16:38:25 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 30C1B1C0003; Tue, 18 May 2021 20:38:16 +0000 (UTC) In-Reply-To: (Howard Melman's message of "Mon, 17 May 2021 21:12:51 -0400") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:206840 Archived-At: tags 46878 fixed close 46878 28.0.50 thanks >>> Or maybe better just to apply the patch that Howard sent in the top message >>> of this bug report to change 'outline-level' in emacs-lisp-mode to count >>> from 1. >> >> FWIW, this seems cleaner to me :) > > So two months later, will this fix get applied? Sorry for the delay, I waited for more possible objections. Now pushed to master in the commit 502e3ce614.