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#41198: bug#41130: bug#41198: 27.0.60; [PATCH] heading cycling command for outline Date: Wed, 14 Oct 2020 22:24:10 +0300 Message-ID: <87mu0ozntx.fsf@mail.linkov.net> References: <452A6049-893A-4E7E-8349-541D276FAD19@gmail.com> <92D944EF-6BF9-4635-AC05-4B51B386D5C7@gmail.com> <878sca7r43.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22871"; 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: 41130@debbugs.gnu.org, Yuan Fu , Stefan Kangas , 41198@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 14 21:52:07 2020 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 1kSmog-0005pP-AK for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Oct 2020 21:52:06 +0200 Original-Received: from localhost ([::1]:47184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSmof-0008Ly-C1 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Oct 2020 15:52:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47344) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSmnf-0007pE-1T for bug-gnu-emacs@gnu.org; Wed, 14 Oct 2020 15:51:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41515) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSmne-0005TV-Nk for bug-gnu-emacs@gnu.org; Wed, 14 Oct 2020 15:51:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSmne-0004XS-NI for bug-gnu-emacs@gnu.org; Wed, 14 Oct 2020 15:51: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: Wed, 14 Oct 2020 19:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41198 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 41198-submit@debbugs.gnu.org id=B41198.160270503317374 (code B ref 41198); Wed, 14 Oct 2020 19:51:02 +0000 Original-Received: (at 41198) by debbugs.gnu.org; 14 Oct 2020 19:50:33 +0000 Original-Received: from localhost ([127.0.0.1]:53053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSmnA-0004W3-TO for submit@debbugs.gnu.org; Wed, 14 Oct 2020 15:50:33 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:47379) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSmn9-0004Vl-Ib; Wed, 14 Oct 2020 15:50:32 -0400 X-Originating-IP: 91.129.102.160 Original-Received: from mail.gandi.net (m91-129-102-160.cust.tele2.ee [91.129.102.160]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 4938F60005; Wed, 14 Oct 2020 19:50:22 +0000 (UTC) In-Reply-To: <878sca7r43.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 13 Oct 2020 05:16:12 +0200") 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:190520 Archived-At: > Skimming this thread, it seemed that everybody was in agreement that > this was a good change, but the patch was never applied, so I did that > now. Now finally org keys are available in etc/NEWS, nice! But typing S-TAB at the beginning of etc/NEWS signals the error: Debugger entered--Lisp error: (error "Before first heading") signal(error ("Before first heading")) This is not how org-mode works - S-TAB doesn't fail before first heading in org-mode.