unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27140: Different key bindings between GUI emacs and terminal emacs
@ 2017-05-30  3:00 Jean-Christophe Helary
  2017-05-30  6:11 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Christophe Helary @ 2017-05-30  3:00 UTC (permalink / raw)
  To: 27140

The thread is here:
http://lists.gnu.org/archive/html/help-gnu-emacs/2017-05/msg00306.html

It looks like even when launching with -Q, depending on whether emacs is launched in GUI mode or in a terminal, some org-mode bindings are not respected in the GUI version.

The error was found on macOS, in Aquamacs, on Xubuntu and GTK+3/GNU/Linux.

Jean-Christophe Helary




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

* bug#27140: Different key bindings between GUI emacs and terminal emacs
  2017-05-30  3:00 bug#27140: Different key bindings between GUI emacs and terminal emacs Jean-Christophe Helary
@ 2017-05-30  6:11 ` Eli Zaretskii
  2017-05-30  6:14   ` Jean-Christophe Helary
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2017-05-30  6:11 UTC (permalink / raw)
  To: Jean-Christophe Helary; +Cc: 27140

> From: Jean-Christophe Helary <jean.christophe.helary@gmail.com>
> Date: Tue, 30 May 2017 12:00:31 +0900
> 
> The thread is here:
> http://lists.gnu.org/archive/html/help-gnu-emacs/2017-05/msg00306.html
> 
> It looks like even when launching with -Q, depending on whether emacs is launched in GUI mode or in a terminal, some org-mode bindings are not respected in the GUI version.
> 
> The error was found on macOS, in Aquamacs, on Xubuntu and GTK+3/GNU/Linux.

Thanks, but I think this should be reported to Org developers first,
since I don't immediately see a core bug here, just a lack of bindings
for some function keys related to Org.  If the Org developers feel
this is a core bug, I'd like them to explain why.





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

* bug#27140: Different key bindings between GUI emacs and terminal emacs
  2017-05-30  6:11 ` Eli Zaretskii
@ 2017-05-30  6:14   ` Jean-Christophe Helary
  2018-01-15 15:17     ` Nicolas Goaziou
       [not found]     ` <87vag3yww9.fsf@nicolasgoaziou.fr>
  0 siblings, 2 replies; 6+ messages in thread
From: Jean-Christophe Helary @ 2017-05-30  6:14 UTC (permalink / raw)
  To: 27140

Ok Eli. I'm sending them a report.

Jean-Christophe 

> On May 30, 2017, at 15:11, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Jean-Christophe Helary <jean.christophe.helary@gmail.com>
>> Date: Tue, 30 May 2017 12:00:31 +0900
>> 
>> The thread is here:
>> http://lists.gnu.org/archive/html/help-gnu-emacs/2017-05/msg00306.html
>> 
>> It looks like even when launching with -Q, depending on whether emacs is launched in GUI mode or in a terminal, some org-mode bindings are not respected in the GUI version.
>> 
>> The error was found on macOS, in Aquamacs, on Xubuntu and GTK+3/GNU/Linux.
> 
> Thanks, but I think this should be reported to Org developers first,
> since I don't immediately see a core bug here, just a lack of bindings
> for some function keys related to Org.  If the Org developers feel
> this is a core bug, I'd like them to explain why.






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

* bug#27140: Different key bindings between GUI emacs and terminal emacs
  2017-05-30  6:14   ` Jean-Christophe Helary
@ 2018-01-15 15:17     ` Nicolas Goaziou
       [not found]     ` <87vag3yww9.fsf@nicolasgoaziou.fr>
  1 sibling, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2018-01-15 15:17 UTC (permalink / raw)
  To: Jean-Christophe Helary; +Cc: 27140

Hello,

Jean-Christophe Helary <jean.christophe.helary@gmail.com> writes:

> Ok Eli. I'm sending them a report.

Thank you.

I think I fixed it in Org's master branch (aka Org 9.2).

Meanwhile, I think setting `org-use-extra-keys' to a non-nil value
should do the trick.

Could you confirm it?

Regards,

-- 
Nicolas Goaziou                                                0x80A93738





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

* bug#27140: Different key bindings between GUI emacs and terminal emacs
       [not found]     ` <87vag3yww9.fsf@nicolasgoaziou.fr>
@ 2018-07-07 11:12       ` Nicolas Goaziou
  2018-07-07 13:51         ` Jean-Christophe Helary
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2018-07-07 11:12 UTC (permalink / raw)
  To: Jean-Christophe Helary; +Cc: 27140-done

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> I think I fixed it in Org's master branch (aka Org 9.2).
>
> Meanwhile, I think setting `org-use-extra-keys' to a non-nil value
> should do the trick.
>
> Could you confirm it?

I'm closing this report. Since there was no answer from the OP, I assume
the issue is fixed.





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

* bug#27140: Different key bindings between GUI emacs and terminal emacs
  2018-07-07 11:12       ` Nicolas Goaziou
@ 2018-07-07 13:51         ` Jean-Christophe Helary
  0 siblings, 0 replies; 6+ messages in thread
From: Jean-Christophe Helary @ 2018-07-07 13:51 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 27140-done

Sorry, I missed that. Proceed with closing and if there is an issue I'll send a report again.

Jean-Christophe 

> On Jul 7, 2018, at 20:12, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> 
> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> 
>> I think I fixed it in Org's master branch (aka Org 9.2).
>> 
>> Meanwhile, I think setting `org-use-extra-keys' to a non-nil value
>> should do the trick.
>> 
>> Could you confirm it?
> 
> I'm closing this report. Since there was no answer from the OP, I assume
> the issue is fixed.





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

end of thread, other threads:[~2018-07-07 13:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-30  3:00 bug#27140: Different key bindings between GUI emacs and terminal emacs Jean-Christophe Helary
2017-05-30  6:11 ` Eli Zaretskii
2017-05-30  6:14   ` Jean-Christophe Helary
2018-01-15 15:17     ` Nicolas Goaziou
     [not found]     ` <87vag3yww9.fsf@nicolasgoaziou.fr>
2018-07-07 11:12       ` Nicolas Goaziou
2018-07-07 13:51         ` Jean-Christophe Helary

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

	https://git.savannah.gnu.org/cgit/emacs.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).