GNU bug report logs -
#39556
27.0.60; Org Mode menu item comes before Elisp item?
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Mon, 10 Feb 2020 23:21:02 UTC
Severity: minor
Found in version 27.0.60
Done: Bastien <bzg <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39556 in the body.
You can then email your comments to 39556 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#39556
; Package
emacs
.
(Mon, 10 Feb 2020 23:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Drew Adams <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 10 Feb 2020 23:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
`C-h i' shows:
Emacs
* Emacs: (emacs). The extensible self-documenting text editor.
* Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.
* Emacs W32 FAQ: (efaq-w32). FAQs about Emacs on MS Windows.
* Org Mode: (org). Outline-based notes management and organizer.
* Elisp: (elisp). The Emacs Lisp Reference Manual.
* Emacs Lisp Intro: (eintr). A simple introduction to Emacs Lisp
programming.
Really? Was this intended?
How is Org mode different from, say, Gnus? Or Tramp? Or Dired? Or
Ediff? Or EWW? Or any number of other features? Why was it elevated
so? Before Elisp?
Here's one vote to move it back down with the other specific modes. At
least please move it out of the first group, which is for Emacs as a
whole and Elisp.
In GNU Emacs 27.0.60 (build 1, x86_64-w64-mingw32)
of 2019-12-28
Repository revision: 21c3020fcec0a32122d2680a391864a75393031b
Windowing system distributor `Microsoft Corp.', version 10.0.18362
Configured using:
`configure --without-dbus --host=x86_64-w64-mingw32
--without-compress-install -C 'CFLAGS=-O2 -static -g3''
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#39556
; Package
emacs
.
(Tue, 11 Feb 2020 16:28:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 39556 <at> debbugs.gnu.org (full text, mbox):
On Mon, 10 Feb 2020 15:20:29 -0800 (PST) Drew Adams <drew.adams <at> oracle.com> wrote:
> `C-h i' shows:
>
> Emacs
> * Emacs: (emacs). The extensible self-documenting text editor.
> * Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.
> * Emacs W32 FAQ: (efaq-w32). FAQs about Emacs on MS Windows.
> * Org Mode: (org). Outline-based notes management and organizer.
> * Elisp: (elisp). The Emacs Lisp Reference Manual.
> * Emacs Lisp Intro: (eintr). A simple introduction to Emacs Lisp
> programming.
>
> Really? Was this intended?
The change that caused this appears to be intended:
commit 165f7383822086d465519ebe6e4283723923f097
Author: Bastien <bzg <at> gnu.org>
Date: Tue Dec 3 23:27:04 2019 +0100
Update Org to 9.3
[...]
-@dircategory Emacs editing modes
+@dircategory Emacs
> How is Org mode different from, say, Gnus? Or Tramp? Or Dired? Or
> Ediff? Or EWW? Or any number of other features? Why was it elevated
> so? Before Elisp?
>
> Here's one vote to move it back down with the other specific modes. At
> least please move it out of the first group, which is for Emacs as a
> whole and Elisp.
+1
Steve Berman
Reply sent
to
Bastien <bzg <at> gnu.org>
:
You have taken responsibility.
(Wed, 12 Feb 2020 23:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Drew Adams <drew.adams <at> oracle.com>
:
bug acknowledged by developer.
(Wed, 12 Feb 2020 23:38:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 39556-done <at> debbugs.gnu.org (full text, mbox):
FWIW, the change was not intentional.
It is fixed in Org stable branch, it will be merged in Emacs when Org
next release is out.
Thanks for reporting this!
--
Bastien
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#39556
; Package
emacs
.
(Wed, 12 Feb 2020 23:42:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 39556-done <at> debbugs.gnu.org (full text, mbox):
> FWIW, the change was not intentional.
>
> It is fixed in Org stable branch, it will be merged in Emacs when Org
> next release is out.
>
> Thanks for reporting this!
Great. Thanks for fixing it!
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#39556
; Package
emacs
.
(Thu, 13 Feb 2020 00:01:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 39556-done <at> debbugs.gnu.org (full text, mbox):
On Thu, 13 Feb 2020 00:31:08 +0100 Bastien <bzg <at> gnu.org> wrote:
> FWIW, the change was not intentional.
>
> It is fixed in Org stable branch, it will be merged in Emacs when Org
> next release is out.
Thanks. Will that be merged to the emacs-27 branch prior to the release
of Emacs 27.1? If not, the fix should be separately committed to the
emacs-27 branch to ensure it's in the 27.1 release, since it fixes a
kind of regression.
Steve Berman
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#39556
; Package
emacs
.
(Thu, 13 Feb 2020 08:43:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 39556-done <at> debbugs.gnu.org (full text, mbox):
Hi Stephen,
Stephen Berman <stephen.berman <at> gmx.net> writes:
> On Thu, 13 Feb 2020 00:31:08 +0100 Bastien <bzg <at> gnu.org> wrote:
>
>> FWIW, the change was not intentional.
>>
>> It is fixed in Org stable branch, it will be merged in Emacs when Org
>> next release is out.
>
> Thanks. Will that be merged to the emacs-27 branch prior to the release
> of Emacs 27.1? If not, the fix should be separately committed to the
> emacs-27 branch to ensure it's in the 27.1 release, since it fixes a
> kind of regression.
I fixed this in the emacs-27 branch, thanks for the reminder.
--
Bastien
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 12 Mar 2020 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 96 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.