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

Config for NS build #3

Merged
merged 1 commit into from
Jan 9, 2020
Merged

Config for NS build #3

merged 1 commit into from
Jan 9, 2020

Conversation

takaxp
Copy link
Contributor

@takaxp takaxp commented Jan 9, 2020

I have checked the default configuration in NS build and EMP build.
And I found we can only use fit-frame-to-buffer to show input keys.

However, in that case, we have to specify keycaster-use-child-frame as t for NS build.
When I use nil for NS build, then an error related to keycaster-pre-commend is reported.

|                           | NS  | NS  | EMP | EMP |
|---------------------------+-----+-----+-----+-----|
| fit-frame-to-buffer       | YES | YES | YES | YES |
| keycaster-use-child-frame | nil | t   | nil | t   |
|---------------------------+-----+-----+-----+-----|
|                           | NG  | OK! | OK! | OK! |

NS build: Emacs 27.0.60, 26.3.50
EMP build: Emacs 26.3

@chuntaro chuntaro merged commit ebba8c5 into chuntaro:master Jan 9, 2020
@chuntaro
Copy link
Owner

chuntaro commented Jan 9, 2020

Thanks!

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.

2 participants