Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Hang interaction with ido-use-virtual-buffers and recentf #113

Open
dabrahams opened this issue Nov 27, 2022 · 0 comments
Open

Hang interaction with ido-use-virtual-buffers and recentf #113

dabrahams opened this issue Nov 27, 2022 · 0 comments

Comments

@dabrahams
Copy link

This took forever to track down!

With flx and flx-ido in your load-path, if put the following in /tmp/x.el and run emacs -Q -l /tmp/x.el, then type "TypeCheck," emacs will hang.

(load-library "flx.el")
(load-library "flx-ido.el")
(custom-set-variables
'(ido-use-virtual-buffers 'auto)
 '(ido-mode 'buffer nil (ido)))
(flx-ido-mode)
(setq recentf-list '("/tmp/TypeCheck.txt"))
(shell-command "touch /tmp/TypeCheck.txt")
(find-file "/tmp/TypedProgram.txt")
(ido-switch-buffer)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant