unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* might a bug in ido-mode
@ 2010-04-25 12:57 zwz
  2010-04-25 16:25 ` Eli Zaretskii
  2010-04-25 18:44 ` Chong Yidong
  0 siblings, 2 replies; 12+ messages in thread
From: zwz @ 2010-04-25 12:57 UTC (permalink / raw)
  To: emacs-devel

I found a problem that crashes emacs.
The problem seems a little random, but I produced it twice by:

1. start the emacs: emacs -q
2. eval the elisp code below in the scratch buffer:

(setq ido-save-directory-list-file "~/.emacs.d/.ido.last"
      ido-create-new-buffer 'always
      ido-enable-flex-matching t
      ido-enable-tramp-completion t)
(ido-mode t)

3. C-x C-f, and input a file name like "main.c".
   Wait a second, while the the ido-mode is looking for "main.c", hit
   the keys C-j (if no problem, then a buffer "main.c" is created)
4. do 3 again, with the same file name in the same directory.
   When you hit C-j during the ido-mode's searching, emacs crashes!
   (maybe you have to try more times to get the problem)

By the way, I am using GNU Emacs 24.0.50.1 (i386-mingw-nt6.0.6002) of
2010-04-24 On Window Vista





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

end of thread, other threads:[~2010-04-29  4:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25 12:57 might a bug in ido-mode zwz
2010-04-25 16:25 ` Eli Zaretskii
2010-04-26 11:27   ` zwz
2010-04-26 17:24     ` Eli Zaretskii
2010-04-26 17:32       ` Andreas Schwab
2010-04-27  8:21         ` zwz
2010-04-27 17:55           ` Eli Zaretskii
2010-04-28  4:23             ` zwz
2010-04-28 17:18               ` Eli Zaretskii
2010-04-29  4:39                 ` zwz
2010-04-27  7:52       ` zwz
2010-04-25 18:44 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).