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

use ?\s instead of ?(whitespace) #10

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

conao3
Copy link
Contributor

@conao3 conao3 commented Aug 1, 2020

? and ?\ and ?\s are return same value.
?\s is easier to read and understand.

(list ?  ?\  ?\s)
;;=> (32 32 32)

ref: https://www.gnu.org/software/emacs/manual/html_mono/elisp.html#Basic-Char-Syntax

@ikazuhiro
Copy link
Member

Emacs 21 and earlier don't support that syntax.
Please send PR to lexical-binding branch.

@conao3 conao3 changed the base branch from flim-1_14-wl to lexical-binding August 2, 2020 05:37
@conao3
Copy link
Contributor Author

conao3 commented Aug 2, 2020

OK, I changed the base branch.

@conao3
Copy link
Contributor Author

conao3 commented Aug 2, 2020

Resolve conflict.

? and ?\ and ?\s are return same value.
?\s is easier to read and understand.

(list ?  ?\  ?\s)
;;=> (32 32 32)
@conao3
Copy link
Contributor Author

conao3 commented Aug 2, 2020

Reindent under (setq indent-tabs-mode t).

@ikazuhiro ikazuhiro merged commit 39bdfa6 into wanderlust:lexical-binding Aug 3, 2020
@ikazuhiro
Copy link
Member

Merged, thank you!

@conao3
Copy link
Contributor Author

conao3 commented Aug 3, 2020

Thanks!

@conao3 conao3 deleted the change-space-char branch August 3, 2020 15:55
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.

None yet

2 participants