all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 781@emacsbugs.donarmstrong.com,
	Christian Engels <s9chenge@stud.uni-saarland.de>
Subject: bug#781: 23.0.60; C-x C-f after C-x 4 b doesn't work (perhaps ido-mode related)
Date: Mon, 01 Sep 2008 22:49:33 -0400	[thread overview]
Message-ID: <dfk5dv1cua.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <jwvk5dvqp36.fsf-monnier+emacsbugreports@gnu.org> (Stefan Monnier's message of "Mon, 01 Sep 2008 22:06:30 -0400")

Stefan Monnier wrote:

>> 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.
>
> I must be missing something: C-x C-f always opens the file in the
> current (i.e. old) window, doesn't it?

If ido is active, C-x 4 b runs ido-switch-buffer-other-window.

This calls ido-buffer-internal with method = 'other-window.

If you call C-x C-f from inside this, ido-file-internal gets called.

But it gets called with method = ido-default-file-method rather than
'other-window (though other-window is an option). The OP would prefer
the latter.






  reply	other threads:[~2008-09-02  2:49 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 [this message]
2008-09-02 12:12       ` martin rudalics
2008-09-03  0:25   ` Kim F. Storm
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=dfk5dv1cua.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=781@emacsbugs.donarmstrong.com \
    --cc=monnier@iro.umontreal.ca \
    --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.