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: Thu, 29 Apr 2010 11:42:31 -0400 Message-ID: <8739ye1d08.fsf@stupidchicken.com> References: <87eij9r6hu.fsf@stupidchicken.com> <87iq8l1mbc.fsf@stupidchicken.com> <877hnqpk08.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272555866 2974 80.91.229.12 (29 Apr 2010 15:44:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 29 Apr 2010 15:44:26 +0000 (UTC) Cc: 5765@debbugs.gnu.org, emacs-devel@gnu.org, Lennart Borgman , Stefan Monnier , "Kim F. Storm" To: no-spam@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 29 17:44:24 2010 connect(): No such file or directory 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 1O7VuZ-0006WE-W8 for ged-emacs-devel@m.gmane.org; Thu, 29 Apr 2010 17:44:24 +0200 Original-Received: from localhost ([127.0.0.1]:34615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7VuZ-0003Yo-54 for ged-emacs-devel@m.gmane.org; Thu, 29 Apr 2010 11:44:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7VtA-0001y9-KP for emacs-devel@gnu.org; Thu, 29 Apr 2010 11:42:56 -0400 Original-Received: from [140.186.70.92] (port=42643 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7Vt9-0001w0-3t for emacs-devel@gnu.org; Thu, 29 Apr 2010 11:42:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7Vt7-00054j-Lk for emacs-devel@gnu.org; Thu, 29 Apr 2010 11:42:55 -0400 Original-Received: from pantheon-po15.its.yale.edu ([130.132.50.71]:36572) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7Vt7-00054e-Je for emacs-devel@gnu.org; Thu, 29 Apr 2010 11:42:53 -0400 Original-Received: from furry (dhcp128036014104.central.yale.edu [128.36.14.104]) (authenticated bits=0) by pantheon-po15.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3TFgVMf008697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 29 Apr 2010 11:42:31 -0400 Original-Received: by furry (Postfix, from userid 1000) id 301B8C055; Thu, 29 Apr 2010 11:42:31 -0400 (EDT) In-Reply-To: <877hnqpk08.fsf@kfs-lx.rd.rdm> (Kim F. Storm's message of "Thu, 29 Apr 2010 13:37:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (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:124321 Archived-At: no-spam@cua.dk (Kim F. Storm) writes: >> Nothing happened to this so I am sending this again. Could this please >> be fixed before the release? >> >> Kim, could you perhaps comment on this? Could the line >> >> (setq cua-inhibit-cua-keys t) >> >> be removed? > > IIRC, the reason for this was the following binding in ido file mode: > > (define-key map "\C-v" 'ido-toggle-vc) > > If cua-mode is enabled, C-v is processed by cua (as paste), shadowing the > above command. > > I guess nobody really uses that specific feature of ido. > I used to use it a lot back when I wrote ido, but never uses it these days. > > So the best thing to do would be to remove the above binding - then you > can also remove the setting of cua-inhibit-cua-keys. Done. (In the trunk, not in the branch; this is not serious enough to make an exception to the regressions-only policy).