all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Juri Linkov <juri@jurta.org>
Cc: lekktu@gmail.com, Andreas Schwab <schwab@linux-m68k.org>,
	Nikos Pitsianis <nikos@cs.duke.edu>,
	9751@debbugs.gnu.org
Subject: bug#9751: 23.3; Alternative Keyboard Feature/Bug
Date: Tue, 25 Oct 2011 08:21:27 -0400	[thread overview]
Message-ID: <jwvlis9z2md.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87k47t249t.fsf@mail.jurta.org> (Juri Linkov's message of "Tue, 25 Oct 2011 07:33:46 +0300")

> But typing `;' in View mode does nothing, it doesn't run `View-quit'.
> `C-h k ;' in View mode says:
>   ; runs the command self-insert-command
> whereas in other modes (e.g. Dired and Help mode) it says:

That's because view-mode does not change key-bindings, it just overlays
its own and set buffer-read-only, so ; is still bound to
self-insert-command (which just signals an error).

Changing the keyboard.c code so that function-key-map applies also in
such a case would be pushing it too far.


        Stefan





  reply	other threads:[~2011-10-25 12:21 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-14  7:05 bug#9751: 23.3; Alternative Keyboard Feature/Bug Nikos Pitsianis
2011-10-14 11:48 ` Juanma Barranquero
2011-10-14 17:06   ` Nikos Pitsianis
2011-10-14 17:21     ` Eli Zaretskii
2011-10-14 17:47       ` Nikos Pitsianis
2011-10-14 18:49         ` Stefan Monnier
2011-10-20  0:12           ` Juri Linkov
2011-10-20  2:10             ` Stefan Monnier
2011-10-20  6:29               ` Juri Linkov
2011-10-20 13:19                 ` Stefan Monnier
2011-10-21 14:01                   ` Juri Linkov
2011-10-21 17:37                     ` Stefan Monnier
2011-10-22 15:36                       ` Juri Linkov
2011-10-23 20:08                         ` Stefan Monnier
2011-10-23 20:24                           ` Andreas Schwab
2011-10-24  3:05                             ` Stefan Monnier
2011-10-24  5:17                               ` Juri Linkov
2011-10-24 13:01                                 ` Stefan Monnier
2011-10-24 15:35                                   ` Juri Linkov
2011-10-24 16:05                                     ` Stefan Monnier
2011-10-24 16:20                                       ` Juri Linkov
2011-10-24 20:18                                         ` Stefan Monnier
2011-10-25  4:33                                           ` Juri Linkov
2011-10-25 12:21                                             ` Stefan Monnier [this message]
2011-10-25 12:54                                           ` Stefan Monnier
2011-10-25 15:45                                             ` Juri Linkov
2012-01-12  0:35               ` Juri Linkov
2012-01-12  2:48                 ` Stefan Monnier
2012-01-12 10:33                   ` Juri Linkov
2011-10-14 19:19     ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvlis9z2md.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=9751@debbugs.gnu.org \
    --cc=juri@jurta.org \
    --cc=lekktu@gmail.com \
    --cc=nikos@cs.duke.edu \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.