all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Brand <michael.ch.brand@gmail.com>
To: 11861@debbugs.gnu.org
Subject: bug#11861: 24.1.1; ido-mode and interactive f
Date: Wed, 4 Jul 2012 16:53:08 +0200	[thread overview]
Message-ID: <CALn3zoi1EM1oq=urs4-Ad-4o2xLKg3s--KkWD5iGZ5bvbp7QFQ@mail.gmail.com> (raw)

Hi all

There is an unexpected behaviour of ido-mode that I could only drill
down from org-babel-load-file but not analyse further. Emacs 23.3.1
shows test.el as the first ido suggestion as expected, 24.1.1 does
not. Is this a bug in 24.1.1?

The issue is easily reproduced with the shell command:
emacs -q test.el --eval '(eval-buffer)'

and this file test.el:
#+BEGIN_SRC emacs-lisp
  (ido-mode 1)
  (ido-everywhere 1)
  (defun my-test (file)
    (interactive "fFile to load: ")
    (message "my-test file: %s" file))
  (call-interactively 'my-test)
#+END_SRC

Michael





             reply	other threads:[~2012-07-04 14:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-04 14:53 Michael Brand [this message]
2013-07-09  5:28 ` bug#11861: 24.1.1; ido-mode and interactive f Leo Liu
2013-07-09 14:08   ` Michael Brand
2013-07-09 15:25     ` Leo Liu
2013-07-09 20:28       ` Michael Brand
2013-07-10  2:48         ` Leo Liu
2013-07-10 13:20           ` Michael Brand
2013-07-11  3:13             ` Leo Liu
2013-07-11  7:02               ` Michael Brand
2013-07-11 15:42                 ` Leo Liu

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='CALn3zoi1EM1oq=urs4-Ad-4o2xLKg3s--KkWD5iGZ5bvbp7QFQ@mail.gmail.com' \
    --to=michael.ch.brand@gmail.com \
    --cc=11861@debbugs.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 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.