From: zwz <zhangweize@gmail.com>
To: emacs-devel@gnu.org
Subject: might a bug in ido-mode
Date: Sun, 25 Apr 2010 20:57:42 +0800 [thread overview]
Message-ID: <87sk6jpu49.fsf@gmail.com> (raw)
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
next reply other threads:[~2010-04-25 12:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-25 12:57 zwz [this message]
2010-04-25 16:25 ` might a bug in ido-mode 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
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=87sk6jpu49.fsf@gmail.com \
--to=zhangweize@gmail.com \
--cc=emacs-devel@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.