** Archive Mode has basic support to browse 7z archives.
+** In ido-mode, C-v is no longer bound to ido-toggle-vc.
+The reason is that this interferes with cua-mode.
+
** partial-completion-mode is now obsolete.
You can get the same behavior with
(setq completion-styles '(partial-completion initials)).
2010-04-29 Chong Yidong <cyd@stupidchicken.com>
- * ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).
+ * ido.el (ido-init-completion-maps): Remove C-v binding.
+ (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
2010-04-29 Chong Yidong <cyd@stupidchicken.com>
;;; Code:
-(defvar cua-inhibit-cua-keys)
(defvar recentf-list)
;;; User Variables
(when (ido-active)
(add-hook 'pre-command-hook 'ido-tidy nil t)
(add-hook 'post-command-hook 'ido-exhibit nil t)
- (setq cua-inhibit-cua-keys t)
(when (featurep 'xemacs)
(ido-exhibit)
(goto-char (point-min)))