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
It appears there is no default candidate for completing read.
Reproduction:
emux-session-load-template
Debugger entered--Lisp error: (file-error "Cannot open load file" "/Users/adam/.emacs.d/emux-templates/.el") load("/Users/adam/.emacs.d/emux-templates/.el" nil nil t) load-file("~/.emacs.d/emux-templates/.el") (progn (emux-session-create (list (quote :name) template)) (load-file (concat "~/.emacs.d/emux-templates/" template ".el")) (message "%s template loaded" template)) (if (cond ((not (emux-session-from-name template)) t) (t (yes-or-no-p (format "session %s already exists, really load?" template)))) (progn (emux-session-create (list (quote :name) template)) (load-file (concat "~/.emacs.d/emux-templates/" template ".el")) (message "%s template loaded" template))) (let ((template (emux-completing-read "load emux session template: " (mapcar (function (lambda (filename) (substring filename 0 -3))) (directory-files "~/.emacs.d/emux-templates" nil "^[^#].*.el"))))) (if (cond ((not (emux-session-from-name template)) t) (t (yes-or-no-p (format "session %s already exists, really load?" template)))) (progn (emux-session-create (list (quote :name) template)) (load-file (concat "~/.emacs.d/emux-templates/" template ".el")) (message "%s template loaded" template)))) emux-session-load-template() call-interactively(emux-session-load-template nil nil)
The text was updated successfully, but these errors were encountered:
This does not reproduce if I set emacs-completing-read-command to "ido-completing-read"
emacs-completing-read-command
Sorry, something went wrong.
No branches or pull requests
It appears there is no default candidate for completing read.
Reproduction:
emux-session-load-template
The text was updated successfully, but these errors were encountered: