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

Preserve the behavior of 'space' when rebinding inside a minibuffer #497

Merged
merged 1 commit into from
Oct 23, 2020

Conversation

wlandry
Copy link
Contributor

@wlandry wlandry commented Oct 23, 2020

In minibuffers, the usual binding for 'space' is 'complete-word. When
completing filenames, it is overriden to allow literal spaces. This
fix preserves that override.

Fixes #471

In minibuffers, the usual binding for 'space' is 'complete-word.  When
completing filenames, it is overriden to allow literal spaces.  This
fix preserves that override.

Fixes ergoemacs#471
@mattfidler mattfidler merged commit 2091646 into ergoemacs:master Oct 23, 2020
@wlandry wlandry deleted the space_in_filenames branch October 25, 2020 03:53
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

Successfully merging this pull request may close these issues.

Disabling the SPC binding in minibuffer
2 participants