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

Fix for issue with justl-pop-to-buffer-on-display #73

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

bbbscarter
Copy link
Contributor

Fixes #72

When running 'justl' while justl-pop-to-buffer-on-display was set to nil, a blank buffer would be displayed.

This was caused by a misunderstanding of the purpose of justl--pop-to-buffer; the new option is only intended to apply to compilation/output buffers, rather than interaction buffers, and justl--pop-to-buffer is only used for interaction buffers.

The fix is to simply revert the behaviour of justl--pop-to-buffer, so it is unaffected by the new option.

Also updated the option description and the changelog to be more explicit about which buffers the option is for.

When running 'justl' while `justl-pop-to-buffer-on-display` was set to nil, a blank buffer would be displayed.

This was caused by a misunderstanding of the purpose of `justl--pop-to-buffer`; the new option is only intended to apply to compilation/output buffers, rather than interaction buffers, and `justl--pop-to-buffer` is only used for interaction buffers.

The fix is to simply revert the behaviour of `justl--pop-to-buffer`, so it is unaffected by the new option.

Also updated the option description and the changelog to be more explicit about which buffers the option is for.
Copy link
Owner

@psibi psibi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

@psibi psibi merged commit 1c3d055 into psibi:master Dec 12, 2024
5 checks passed
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.

justl doesn't work when justl-pop-to-buffer-on-display is nil
2 participants