all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#39556: 27.0.60; Org Mode menu item comes before Elisp item?
@ 2020-02-10 23:20 Drew Adams
  2020-02-11 16:27 ` Stephen Berman
  0 siblings, 1 reply; 6+ messages in thread
From: Drew Adams @ 2020-02-10 23:20 UTC (permalink / raw)
  To: 39556

`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''





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#39556: 27.0.60; Org Mode menu item comes before Elisp item?
  2020-02-10 23:20 bug#39556: 27.0.60; Org Mode menu item comes before Elisp item? Drew Adams
@ 2020-02-11 16:27 ` Stephen Berman
  2020-02-12 23:31   ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Berman @ 2020-02-11 16:27 UTC (permalink / raw)
  To: Drew Adams; +Cc: 39556

On Mon, 10 Feb 2020 15:20:29 -0800 (PST) Drew Adams <drew.adams@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@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#39556: 27.0.60; Org Mode menu item comes before Elisp item?
  2020-02-11 16:27 ` Stephen Berman
@ 2020-02-12 23:31   ` Bastien
  2020-02-12 23:41     ` Drew Adams
  2020-02-13  0:00     ` Stephen Berman
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien @ 2020-02-12 23:31 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 39556-done

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#39556: 27.0.60; Org Mode menu item comes before Elisp item?
  2020-02-12 23:31   ` Bastien
@ 2020-02-12 23:41     ` Drew Adams
  2020-02-13  0:00     ` Stephen Berman
  1 sibling, 0 replies; 6+ messages in thread
From: Drew Adams @ 2020-02-12 23:41 UTC (permalink / raw)
  To: Bastien, Stephen Berman; +Cc: 39556-done

> 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!





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#39556: 27.0.60; Org Mode menu item comes before Elisp item?
  2020-02-12 23:31   ` Bastien
  2020-02-12 23:41     ` Drew Adams
@ 2020-02-13  0:00     ` Stephen Berman
  2020-02-13  8:42       ` Bastien
  1 sibling, 1 reply; 6+ messages in thread
From: Stephen Berman @ 2020-02-13  0:00 UTC (permalink / raw)
  To: Bastien; +Cc: 39556-done

On Thu, 13 Feb 2020 00:31:08 +0100 Bastien <bzg@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#39556: 27.0.60; Org Mode menu item comes before Elisp item?
  2020-02-13  0:00     ` Stephen Berman
@ 2020-02-13  8:42       ` Bastien
  0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2020-02-13  8:42 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 39556-done

Hi Stephen,

Stephen Berman <stephen.berman@gmx.net> writes:

> On Thu, 13 Feb 2020 00:31:08 +0100 Bastien <bzg@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-13  8:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 23:20 bug#39556: 27.0.60; Org Mode menu item comes before Elisp item? Drew Adams
2020-02-11 16:27 ` Stephen Berman
2020-02-12 23:31   ` Bastien
2020-02-12 23:41     ` Drew Adams
2020-02-13  0:00     ` Stephen Berman
2020-02-13  8:42       ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.