From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: bug#5765: Strange things happens with C-v in read-file-name Date: Wed, 24 Mar 2010 13:09:49 -0400 Message-ID: <87eij9r6hu.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269450627 23237 80.91.229.12 (24 Mar 2010 17:10:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2010 17:10:27 +0000 (UTC) Cc: 5765@debbugs.gnu.org, emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 24 18:10:21 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NuU61-0005Ys-2g for ged-emacs-devel@m.gmane.org; Wed, 24 Mar 2010 18:10:21 +0100 Original-Received: from localhost ([127.0.0.1]:36352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuU60-0003pA-Fp for ged-emacs-devel@m.gmane.org; Wed, 24 Mar 2010 13:10:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuU5g-0003iL-6i for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:10:00 -0400 Original-Received: from [140.186.70.92] (port=37243 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuU5e-0003hd-Rm for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:09:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuU5d-0007dw-8q for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:09:58 -0400 Original-Received: from pantheon-po34.its.yale.edu ([130.132.50.80]:48822) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuU5d-0007ds-75 for emacs-devel@gnu.org; Wed, 24 Mar 2010 13:09:57 -0400 Original-Received: from furry (dhcp128036014175.central.yale.edu [128.36.14.175]) (authenticated bits=0) by pantheon-po34.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o2OH9naE021038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 24 Mar 2010 13:09:49 -0400 Original-Received: by furry (Postfix, from userid 1000) id AB7FFC011; Wed, 24 Mar 2010 13:09:49 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Wed, 24 Mar 2010 13:37:44 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.94 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122613 Archived-At: Lennart Borgman writes: >> C-v does not work for me in the read-file-name prompt (C-x C-f) any >> more. >> >> 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. Please bisect your customizations to find the minimally reproducible test case.