emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* M-RET is not working in the ogr-plus-contrib-20170918
@ 2017-09-18 13:34 Ярослав Данько
  2017-09-18 14:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Ярослав Данько @ 2017-09-18 13:34 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed
that M-RET is not working anymore to continue the list or to insert a new
heading. If this is a intended change, what combination of keys is now
instead of the old one? Thanks in advance.

[-- Attachment #2: Type: text/html, Size: 287 bytes --]

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

* Re: M-RET is not working in the ogr-plus-contrib-20170918
  2017-09-18 13:34 M-RET is not working in the ogr-plus-contrib-20170918 Ярослав Данько
@ 2017-09-18 14:06 ` Nicolas Goaziou
  2017-09-18 14:39   ` Alan Schmitt
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2017-09-18 14:06 UTC (permalink / raw)
  To: Ярослав Данько
  Cc: emacs-orgmode

Hello,

Ярослав Данько <yaroslavdanko@gmail.com> writes:

> Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed
> that M-RET is not working anymore to continue the list or to insert a new
> heading. If this is a intended change, what combination of keys is now
> instead of the old one? Thanks in advance.

We recently messed with M-RET binding, but it should still be there.
I cannot reproduce your problem. You may want to restart your Emacs
session.

Also, what is the return value for "F1 c M-RET"? Do you run Emacs from
a terminal?


Regards,

-- 
Nicolas Goaziou

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

* Re: M-RET is not working in the ogr-plus-contrib-20170918
  2017-09-18 14:06 ` Nicolas Goaziou
@ 2017-09-18 14:39   ` Alan Schmitt
  2017-09-18 15:17     ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Schmitt @ 2017-09-18 14:39 UTC (permalink / raw)
  To: Nicolas Goaziou
  Cc: emacs-orgmode,
	Ярослав Данько

[-- Attachment #1: Type: text/plain, Size: 984 bytes --]

On 2017-09-18 16:06, Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Ярослав Данько <yaroslavdanko@gmail.com> writes:
>
>> Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed
>> that M-RET is not working anymore to continue the list or to insert a new
>> heading. If this is a intended change, what combination of keys is now
>> instead of the old one? Thanks in advance.
>
> We recently messed with M-RET binding, but it should still be there.
> I cannot reproduce your problem. You may want to restart your Emacs
> session.
>
> Also, what is the return value for "F1 c M-RET"? Do you run Emacs from
> a terminal?

I'm using Spacemacs and I'm seeing the same thing. M-RET now has the
default Spacemacs binding (it's a prefix). I'm wondering if
evil-org-mode should be updated.

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2017-08: 405.07, 2016-08: 402.25

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* Re: M-RET is not working in the ogr-plus-contrib-20170918
  2017-09-18 14:39   ` Alan Schmitt
@ 2017-09-18 15:17     ` Nicolas Goaziou
  2017-09-19  6:57       ` Alan Schmitt
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Goaziou @ 2017-09-18 15:17 UTC (permalink / raw)
  To: Alan Schmitt
  Cc: emacs-orgmode,
	Ярослав Данько

Hello,

Alan Schmitt <alan.schmitt@polytechnique.org> writes:

> On 2017-09-18 16:06, Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>
>> Hello,
>>
>> Ярослав Данько <yaroslavdanko@gmail.com> writes:
>>
>>> Hi, all. After installing the latest ogr-plus-contrib 20170918 i noticed
>>> that M-RET is not working anymore to continue the list or to insert a new
>>> heading. If this is a intended change, what combination of keys is now
>>> instead of the old one? Thanks in advance.
>>
>> We recently messed with M-RET binding, but it should still be there.
>> I cannot reproduce your problem. You may want to restart your Emacs
>> session.
>>
>> Also, what is the return value for "F1 c M-RET"? Do you run Emacs from
>> a terminal?
>
> I'm using Spacemacs and I'm seeing the same thing. M-RET now has the
> default Spacemacs binding (it's a prefix). I'm wondering if
> evil-org-mode should be updated.

For the record, we changed

  (org-defkey org-mode-map [(meta return)] 'org-meta-return)

into

  (org-defkey org-mode-map (kbd "M-RET") #'org-meta-return)

This may be related to a binding priority order.


Regards,

-- 
Nicolas Goaziou

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

* Re: M-RET is not working in the ogr-plus-contrib-20170918
  2017-09-18 15:17     ` Nicolas Goaziou
@ 2017-09-19  6:57       ` Alan Schmitt
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Schmitt @ 2017-09-19  6:57 UTC (permalink / raw)
  To: Nicolas Goaziou
  Cc: emacs-orgmode,
	Ярослав Данько

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

On 2017-09-18 17:17, Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> For the record, we changed
>
>   (org-defkey org-mode-map [(meta return)] 'org-meta-return)
>
> into
>
>   (org-defkey org-mode-map (kbd "M-RET") #'org-meta-return)
>
> This may be related to a binding priority order.

Thank you. I updated my bug report on the Spacemacs issue tracker with
this information. The problem has been confirmed by other users there.

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2017-08: 405.07, 2016-08: 402.25

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2017-09-19  6:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-18 13:34 M-RET is not working in the ogr-plus-contrib-20170918 Ярослав Данько
2017-09-18 14:06 ` Nicolas Goaziou
2017-09-18 14:39   ` Alan Schmitt
2017-09-18 15:17     ` Nicolas Goaziou
2017-09-19  6:57       ` Alan Schmitt

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).