all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
To: Christian Engels <s9chenge@stud.uni-saarland.de>
Cc: 781@emacsbugs.donarmstrong.com, 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, 03 Sep 2008 02:25:01 +0200	[thread overview]
Message-ID: <871w02gjoi.fsf@kfs-lx.rd.rdm> (raw)
In-Reply-To: <200808261732.03275.s9chenge@stud.uni-saarland.de> (Christian Engels's message of "Tue\, 26 Aug 2008 17\:32\:02 +0200")

Christian Engels <s9chenge@stud.uni-saarland.de> writes:

> Perhaps this is only ido-mode related, i don't really now but here the bug 
> report.
> If you type C-x b you get a list of buffer and if your buffer you searched for 
> is not there, you can type right here C-x C-f to get the find-file dialog.
>
> Now do this with C-x 4 b. If you now try C-x C-f you get to the find-file 
> dialog, but if you now enter one it doesn't open it in a new window but in 
> the old one. I think this is a very unlogic behaviour.
>

There is a similar problem for C-x 4 C-f C-x C-b,
and C-x 5 ...

Does the following patch fix the problem for you?


*** 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 ()







  parent reply	other threads:[~2008-09-03  0:25 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 [this message]
2008-09-03 17:59     ` Christian Engels
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

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

  git send-email \
    --in-reply-to=871w02gjoi.fsf@kfs-lx.rd.rdm \
    --to=storm@cua.dk \
    --cc=781@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=s9chenge@stud.uni-saarland.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.