all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#11861: 24.1.1; ido-mode and interactive f
@ 2012-07-04 14:53 Michael Brand
  2013-07-09  5:28 ` Leo Liu
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Brand @ 2012-07-04 14:53 UTC (permalink / raw)
  To: 11861

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





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-07-11 15:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 14:53 bug#11861: 24.1.1; ido-mode and interactive f Michael Brand
2013-07-09  5:28 ` 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

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.