unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@RUM.cs.yale.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Problem with latest CVS version of keyboard.c
Date: Wed, 12 Jun 2002 09:47:57 -0400	[thread overview]
Message-ID: <200206121347.g5CDlvY18059@rum.cs.yale.edu> (raw)
In-Reply-To: 11AACFDB.619B1F60.00A66750@netscape.net

> I just did a "make bootstrap" with today CVS Emacs 21 and noticed
> that the keyboard mapping don't work correctly now :-(
> 
> A few examples of what I observed:
> 
> C-x C-f is interpreted as C-f and I see "Search for string:" prompt
> in the minibuffer instead of "Find file: ...".
> 
> C-x C-c just displays C-c C-c in the minibuffer!
> 
> Many other keyboard shortcuts don't work as expected.
> 
> The problem has gone after I reverted keyboard.c to the version before
> these changes:
> 
> 2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
> 
>         * keyboard.c (read_key_sequence):
>         Remove prev_(fkey|keytran}_(map|start|end) since we don't want
>         to pass things through those maps after downcasing events.
>         Enforce that keytran_end <= fkey_start, i.e. that
>         key-translation-map applies after function-key-map.
>         Make sure that keytran can be done in the middle in the
>         sequence.  Be careful not to throw away events past the one we
>         downcase.
> 
> 2002-06-11  Richard M. Stallman  <rms@gnu.org>
> 
>         * keyboard.c (readable_events): Ignore any number of
>         FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
> 
> I run GNU Emacs 21.3.50.1 (i386-mingw-nt4.0.1381) of 2002-06-12.
> 
> Someone else got this problem?

Hmm... I don't see it here.  I suspect that it's due to my change
(Richard's seems unrelated), but could you try to revert only one
of the two changes, just to make sure which of the two is posing
problems ?

Does it happen with `-q --no-site-file' ?
How about with/without -nw ?
Could you show us the content of your function-key-map
and key-translation-map ?


	Stefan

  reply	other threads:[~2002-06-12 13:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-12 12:49 Problem with latest CVS version of keyboard.c David Ponce
2002-06-12 13:47 ` Stefan Monnier [this message]
2002-06-12 14:09 ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=200206121347.g5CDlvY18059@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@rum.cs.yale.edu \
    --cc=emacs-devel@gnu.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 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).