bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#781: 23.0.60; C-x C-f after C-x 4 b doesn't work (perhaps ido-mode r


From: Christian Engels
Subject: bug#781: 23.0.60; C-x C-f after C-x 4 b doesn't work (perhaps ido-mode related)
Date: Wed, 3 Sep 2008 19:59:20 +0200
User-agent: KMail/1.9.9

On Wednesday 03 September 2008 02:25:01 you wrote:
> *** ido.el      03 Sep 2008 00:33:03 +0200      1.147
> --- ido.el      03 Sep 2008 02:23:35 +0200      
> ***************
> *** 3960,3966 ****
>   The buffer name is selected interactively by typing a substring.
>   For details of keybindings, see `ido-switch-buffer'."
>     (interactive)
> !   (ido-buffer-internal 'other-window 'switch-to-buffer-other-window))
>  
>   ;;;###autoload
>   (defun ido-display-buffer ()
> --- 3960,3966 ----
>   The buffer name is selected interactively by typing a substring.
>   For details of keybindings, see `ido-switch-buffer'."
>     (interactive)
> !   (ido-buffer-internal 'other-window 'switch-to-buffer-other-window nil
> nil nil 'ido-find-file-other-window)) 
>   ;;;###autoload
>   (defun ido-display-buffer ()
> ***************
> *** 3993,3999 ****
>   For details of keybindings, see `ido-switch-buffer'."
>     (interactive)
>     (if ido-mode
> !       (ido-buffer-internal 'other-frame)
>       (call-interactively 'switch-to-buffer-other-frame)))
>  
>   ;;;###autoload
> --- 3993,3999 ----
>   For details of keybindings, see `ido-switch-buffer'."
>     (interactive)
>     (if ido-mode
> !       (ido-buffer-internal 'other-frame nil nil nil nil
> 'ido-find-file-other-frame) (call-interactively
> 'switch-to-buffer-other-frame)))
>  
>   ;;;###autoload
> ***************
> *** 4054,4060 ****
>   The file name is selected interactively by typing a substring.
>   For details of keybindings, see `ido-find-file'."
>     (interactive)
> !   (ido-file-internal 'other-window 'find-file-other-window))
>  
>   ;;;###autoload
>   (defun ido-find-alternate-file ()
> --- 4054,4060 ----
>   The file name is selected interactively by typing a substring.
>   For details of keybindings, see `ido-find-file'."
>     (interactive)
> !   (ido-file-internal 'other-window 'find-file-other-window nil nil nil
> nil 'ido-switch-buffer-other-window)) 
>   ;;;###autoload
>   (defun ido-find-alternate-file ()
> ***************
> *** 4102,4108 ****
>   The file name is selected interactively by typing a substring.
>   For details of keybindings, see `ido-find-file'."
>     (interactive)
> !   (ido-file-internal 'other-frame 'find-file-other-frame))
>  
>   ;;;###autoload
>   (defun ido-write-file ()
> --- 4102,4108 ----
>   The file name is selected interactively by typing a substring.
>   For details of keybindings, see `ido-find-file'."
>     (interactive)
> !   (ido-file-internal 'other-frame 'find-file-other-frame nil nil nil nil
> 'ido-switch-buffer-other-frame)) 
>   ;;;###autoload
>   (defun ido-write-file ()

Hello.
Ok i am not really sure if it did the patching right, so perhaps somebody 
should verify this. But if i try to C-x 4 b and C-x C-f after that i get 
a "Command attempted to use minibuffer while in minibuffer". The same for C-x 
4 b C-x 4 f.

Greetings
Christian Engels







reply via email to

[Prev in Thread] Current Thread [Next in Thread]