unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Christian Engels <s9chenge@stud.uni-saarland.de>
To: emacs-pretest-bug@gnu.org
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	[thread overview]
Message-ID: <200809031959.21400.s9chenge@stud.uni-saarland.de> (raw)
In-Reply-To: <871w02gjoi.fsf@kfs-lx.rd.rdm>

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	other threads:[~2008-09-03 17:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <f7ccd24b0809040339q59d8cadch74b892855444e8d4@mail.gmail.com>
2008-08-26 15:32 ` bug#781: 23.0.60; C-x C-f after C-x 4 b doesn't work (perhaps ido-mode related) Christian Engels
2008-09-02  2:06   ` Stefan Monnier
2008-09-02  2:49     ` Glenn Morris
2008-09-02 12:12       ` martin rudalics
2008-09-03  0:25   ` Kim F. Storm
2008-09-03 17:59     ` Christian Engels [this message]
2008-09-04 10:03       ` Kim F. Storm
2008-09-04 10:45   ` bug#781: marked as done (23.0.60; C-x C-f after C-x 4 b doesn't work (perhaps ido-mode related)) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200809031959.21400.s9chenge@stud.uni-saarland.de \
    --to=s9chenge@stud.uni-saarland.de \
    --cc=781@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).