emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#11861: closed (24.1.1; ido-mode and interactive f)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11861: closed (24.1.1; ido-mode and interactive f)
Date: Thu, 11 Jul 2013 15:44:03 +0000

Your message dated Thu, 11 Jul 2013 23:42:47 +0800
with message-id <address@hidden>
and subject line Re: bug#11861: 24.1.1; ido-mode and interactive f
has caused the debbugs.gnu.org bug report #11861,
regarding 24.1.1; ido-mode and interactive f
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11861: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11861
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.1.1; ido-mode and interactive f Date: Wed, 4 Jul 2012 16:53:08 +0200
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



--- End Message ---
--- Begin Message --- Subject: Re: bug#11861: 24.1.1; ido-mode and interactive f Date: Thu, 11 Jul 2013 23:42:47 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.4)
Fixed in trunk.

On 2013-07-11 15:02 +0800, Michael Brand wrote:
> Tested with Emacs 24.3 with your change for revision 113366 applied on
> the original lisp/ido.el: Bug resolved, thank you.

Thanks for the confirmation.

Leo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]