Skip to content

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

Description

@dabrahams

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions