all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Strange things happens with C-v in read-file-name
@ 2010-01-27 22:16 Lennart Borgman
  2010-02-02 12:23 ` bug#5511: " Lennart Borgman
  0 siblings, 1 reply; 24+ messages in thread
From: Lennart Borgman @ 2010-01-27 22:16 UTC (permalink / raw)
  To: Emacs-Devel devel

I do not know if this is a bug in Emacs sources from 2010-01-26 or
something I had introduced in some way. However C-v does not work for
me in the read-file-name prompt (C-x C-f) any more. Checking the key
binding I get this in a normal buffer

  C-v is bound to `cua-paste' in `cua--cua-keys-keymap'

but in the C-x C-f prompt I get:

  C-v is bound to `cua-scroll-up' in `global-map'

I have no idea what has happened. However first I noticed some
problems with Viper (eh, yes, I use viper-mode and cua-mode
together...). I have customized viper so that C-v is not bound there,
but for some reason it showed up bound (to quote-insert) which it was
not before.

I looked a bit but could not find out what has happened so I did a
quick workaround for the viper problem. Then instead this cua-mode
problem emerged.

I do not know how to reproduce this from "emacs -Q" at the moment. And
I can't see what is wrong. All keymaps looks as I expect them to do
(including emulation-mode-map-alist). It just looks like
emulation-mode-map-alist is bypassed.

I can reproduce it with

   emacs --no-desktop
   C-x b somename RET RET
   C-x C-f C-v

The problem is there in the 2010-01-21 checkout (unpatched) but not in
2009-12-04 (patched). Unfortunately I have nothing in between there.


Anyone have any idea what is going on here? Writing this message it is
more and more clear to me there is some rather serious bug here. I
just have no idea how to track it down.




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

end of thread, other threads:[~2010-04-30  9:58 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-27 22:16 Strange things happens with C-v in read-file-name Lennart Borgman
2010-02-02 12:23 ` bug#5511: " Lennart Borgman
2010-03-24 12:37   ` Lennart Borgman
2010-03-24 17:09     ` bug#5765: " Chong Yidong
2010-03-24 17:09     ` Chong Yidong
2010-03-24 18:28       ` Lennart Borgman
2010-03-24 18:28       ` Lennart Borgman
2010-03-24 20:44         ` Chong Yidong
2010-03-25  1:17           ` Lennart Borgman
2010-03-25  1:17           ` Lennart Borgman
2010-04-29  1:23             ` Lennart Borgman
2010-04-29 11:37               ` Kim F. Storm
2010-04-29 15:42                 ` Chong Yidong
2010-04-29 15:45                   ` Lennart Borgman
2010-04-29 22:51                     ` Stefan Monnier
2010-04-29 23:54                       ` Lennart Borgman
2010-04-30  9:58                         ` Kim F. Storm
2010-04-30  9:58                         ` Kim F. Storm
2010-04-29 22:51                     ` Stefan Monnier
2010-04-29 15:45                   ` Lennart Borgman
2010-04-29 15:42                 ` Chong Yidong
2010-04-29 11:37               ` Kim F. Storm
2010-04-29  1:23             ` Lennart Borgman
2010-03-24 20:44         ` Chong Yidong

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.