We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
flx
flx-ido
load-path
/tmp/x.el
emacs -Q -l /tmp/x.el
(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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This took forever to track down!
With
flx
andflx-ido
in yourload-path
, if put the following in/tmp/x.el
and runemacs -Q -l /tmp/x.el
, then type "TypeCheck," emacs will hang.The text was updated successfully, but these errors were encountered: