Skip to content
New issue

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

While in minibuffer, Ctrl-a to move cursor to beginning of line, returns Search failed #1107

Closed
dmerz75 opened this issue Jul 27, 2017 · 2 comments

Comments

@dmerz75
Copy link

dmerz75 commented Jul 27, 2017

When I run compile command:
M-x compile
cursor is in the mini-buffer:
Compile command: make -k
I enter Ctrl-a command to move the cursor to the first space in the mini-buffer, and enter a new compile command, I get a Search failed error message:
Search failed: "^[[:space:]]*"
before being allowed to continue... from the Messages buffer, it gives this output:
let: Search failed: "^[[:space:]]*"
apply: Command attempted to use minibuffer while in minibuffer
let: Search failed: "^[[:space:]]*"
Quit

Has anyone seen this error message when using (Ctrl-a) in the mini-buffer?
It occurs in my emacs with prelude with/without personal directory customization.
Emacs-version: 25.2.1

C-a runs the command crux-move-beginning-of-line (found in
prelude-mode-map), which is an interactive Lisp closure in ‘crux.el’.
It is bound to C-a.
(crux-move-beginning-of-line ARG)

@knilink
Copy link

knilink commented Aug 1, 2017

bbatsov/crux#46

@dmerz75
Copy link
Author

dmerz75 commented Aug 3, 2017

Thanks knilink!

@dmerz75 dmerz75 closed this as completed Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants