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

<tab> when Sole action warning is not clear enough. #117

Closed
lewang opened this issue Sep 21, 2012 · 1 comment
Closed

<tab> when Sole action warning is not clear enough. #117

lewang opened this issue Sep 21, 2012 · 1 comment

Comments

@lewang
Copy link
Member

lewang commented Sep 21, 2012

User sees

Sole action: #[(candidate) ^H\203^G^@\302 \207 \207 [marked-candidates candidate helm-marked-candidates] 1]

Maybe a message like this makes it clearer what's going on:

"Sole action. Press to select."

See stackoverflow question:

thierryvolpiatto pushed a commit that referenced this issue Sep 22, 2012
@thierryvolpiatto
Copy link
Member

BTW

#[(candidate) ^H\203^G^@\302 \207 \207 [marked-candidates candidate helm-marked-candidates] 1]

is not an error message but the byte-compiled representation of the anonymous action function of source.
This was happening always in completing-read functions and should be now fixed.
It can happen in other sources that use (action . ,foo) when foo value is #'(lambda (candidate)), but well, it is not a big problem.

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

No branches or pull requests

2 participants