unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18146: 24.3.92; hebrew tutorial says C-c is rebound.
@ 2014-07-29 12:59 Nicolas Richard
  2014-07-29 13:05 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Nicolas Richard @ 2014-07-29 12:59 UTC (permalink / raw)
  To: 18146

Hi,

I reproduce the problem with:

emacs -Q -f winner-mode -f help-with-tutorial-spec-language

I hit "H e b <tab>" at the prompt to enter Hebrew tutorial.

I scroll down to line 590 which reads :
** C-c has been rebound, but you can use M-x mode-specific-command-prefix instead [More] **

If I click on "more" and then "more info" I get:
> Your Emacs customizations override the default binding for this key:

> The default Emacs binding for the key C-c is the command
> `mode-specific-command-prefix'.  However, your customizations have
> rebound it to the command `(keymap (keymap (right . winner-redo) (left
> . winner-undo)) mode-specific-command-prefix)'.

That does not happen in the english or french tutorial.

-- 
Nico





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

* bug#18146: 24.3.92; hebrew tutorial says C-c is rebound.
  2014-07-29 12:59 bug#18146: 24.3.92; hebrew tutorial says C-c is rebound Nicolas Richard
@ 2014-07-29 13:05 ` Eli Zaretskii
  2014-07-29 13:16   ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-07-29 13:05 UTC (permalink / raw)
  To: Nicolas Richard; +Cc: 18146

> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> Date: Tue, 29 Jul 2014 14:59:51 +0200
> 
> I reproduce the problem with:
> 
> emacs -Q -f winner-mode -f help-with-tutorial-spec-language
> 
> I hit "H e b <tab>" at the prompt to enter Hebrew tutorial.
> 
> I scroll down to line 590 which reads :
> ** C-c has been rebound, but you can use M-x mode-specific-command-prefix instead [More] **
> 
> If I click on "more" and then "more info" I get:
> > Your Emacs customizations override the default binding for this key:
> 
> > The default Emacs binding for the key C-c is the command
> > `mode-specific-command-prefix'.  However, your customizations have
> > rebound it to the command `(keymap (keymap (right . winner-redo) (left
> > . winner-undo)) mode-specific-command-prefix)'.
> 
> That does not happen in the english or french tutorial.

It happens for me with any tutorial, including English and French, in
the current emacs-24 branch.

The root cause is, obviously, in winner.el.

Not sure if this is worth fixing: newbies are not supposed to enable
winner-mode before reading the tutorial.





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

* bug#18146: 24.3.92; hebrew tutorial says C-c is rebound.
  2014-07-29 13:05 ` Eli Zaretskii
@ 2014-07-29 13:16   ` Eli Zaretskii
  2014-07-29 13:43     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-07-29 13:16 UTC (permalink / raw)
  To: theonewiththeevillook; +Cc: 18146

> Date: Tue, 29 Jul 2014 16:05:41 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 18146@debbugs.gnu.org
> 
> > From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> > Date: Tue, 29 Jul 2014 14:59:51 +0200
> > 
> > I reproduce the problem with:
> > 
> > emacs -Q -f winner-mode -f help-with-tutorial-spec-language
> > 
> > I hit "H e b <tab>" at the prompt to enter Hebrew tutorial.
> > 
> > I scroll down to line 590 which reads :
> > ** C-c has been rebound, but you can use M-x mode-specific-command-prefix instead [More] **

Sorry, I failed to realize that you only talk about line 590.  I see
the red warning about rebound keys right at the beginning, and that
warning is shown in all tutorials.

But why should we care about only one of the warnings?  What is
special about line 590 when there's another warning about rebound keys
right at the beginning?





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

* bug#18146: 24.3.92; hebrew tutorial says C-c is rebound.
  2014-07-29 13:16   ` Eli Zaretskii
@ 2014-07-29 13:43     ` Eli Zaretskii
  2014-07-29 13:59       ` Nicolas Richard
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-07-29 13:43 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: theonewiththeevillook, 18146

> Date: Tue, 29 Jul 2014 16:16:23 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 18146@debbugs.gnu.org
> 
> > Date: Tue, 29 Jul 2014 16:05:41 +0300
> > From: Eli Zaretskii <eliz@gnu.org>
> > Cc: 18146@debbugs.gnu.org
> > 
> > > From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> > > Date: Tue, 29 Jul 2014 14:59:51 +0200
> > > 
> > > I reproduce the problem with:
> > > 
> > > emacs -Q -f winner-mode -f help-with-tutorial-spec-language
> > > 
> > > I hit "H e b <tab>" at the prompt to enter Hebrew tutorial.
> > > 
> > > I scroll down to line 590 which reads :
> > > ** C-c has been rebound, but you can use M-x mode-specific-command-prefix instead [More] **
> 
> Sorry, I failed to realize that you only talk about line 590.  I see
> the red warning about rebound keys right at the beginning, and that
> warning is shown in all tutorials.
> 
> But why should we care about only one of the warnings?  What is
> special about line 590 when there's another warning about rebound keys
> right at the beginning?

I fixed this anyway (r117416 on the emacs-24 branch).

Thanks.





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

* bug#18146: 24.3.92; hebrew tutorial says C-c is rebound.
  2014-07-29 13:43     ` Eli Zaretskii
@ 2014-07-29 13:59       ` Nicolas Richard
  2014-07-29 14:06         ` Eli Zaretskii
  2014-09-02  6:50         ` Glenn Morris
  0 siblings, 2 replies; 7+ messages in thread
From: Nicolas Richard @ 2014-07-29 13:59 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: theonewiththeevillook, 18146

Eli Zaretskii <eliz@gnu.org> writes:
> I fixed this anyway (r117416 on the emacs-24 branch).

That was quick !

Btw, perhaps we could also remove the bigger warning at the beginning by
not adding C-c to tutorial--default-keys ? Or is it there for a reason ?

-- 
Nico.





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

* bug#18146: 24.3.92; hebrew tutorial says C-c is rebound.
  2014-07-29 13:59       ` Nicolas Richard
@ 2014-07-29 14:06         ` Eli Zaretskii
  2014-09-02  6:50         ` Glenn Morris
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2014-07-29 14:06 UTC (permalink / raw)
  To: Nicolas Richard; +Cc: theonewiththeevillook, 18146

> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> Cc: theonewiththeevillook@yahoo.fr,  18146@debbugs.gnu.org
> Date: Tue, 29 Jul 2014 15:59:11 +0200
> 
> Btw, perhaps we could also remove the bigger warning at the beginning by
> not adding C-c to tutorial--default-keys ? Or is it there for a reason ?

I have no idea, sorry.





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

* bug#18146: 24.3.92; hebrew tutorial says C-c is rebound.
  2014-07-29 13:59       ` Nicolas Richard
  2014-07-29 14:06         ` Eli Zaretskii
@ 2014-09-02  6:50         ` Glenn Morris
  1 sibling, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2014-09-02  6:50 UTC (permalink / raw)
  To: Nicolas Richard; +Cc: 18146

Nicolas Richard wrote:

> Btw, perhaps we could also remove the bigger warning at the beginning by
> not adding C-c to tutorial--default-keys ? Or is it there for a reason ?

There was a comment in the source that got lost along the way:

   These [keys] are not mentioned but are basic:

I can't disagree with that, so I don't want to remove C-c from the list.





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

end of thread, other threads:[~2014-09-02  6:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-29 12:59 bug#18146: 24.3.92; hebrew tutorial says C-c is rebound Nicolas Richard
2014-07-29 13:05 ` Eli Zaretskii
2014-07-29 13:16   ` Eli Zaretskii
2014-07-29 13:43     ` Eli Zaretskii
2014-07-29 13:59       ` Nicolas Richard
2014-07-29 14:06         ` Eli Zaretskii
2014-09-02  6:50         ` Glenn Morris

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).