Skip to content

Conversation

pickardjoe
Copy link

This should fix #75.

Copy link
Collaborator

@jcs090218 jcs090218 left a comment

Choose a reason for hiding this comment

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

Minor review.

Sorry for the late review! 😅

"Kill quickrun buffer."
(when (get-buffer quickrun--buffer-name)
(kill-buffer quickrun--buffer-name)))
(let (quickrun--buffer (get-buffer quickrun--buffer-name))
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think there is a syntax error over here? Can you check this? Thanks!

Copy link
Collaborator

Choose a reason for hiding this comment

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

How come this patch works? The variable quickrun--buffer will always return nil hence it will never run. 😕

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

Successfully merging this pull request may close these issues.

quickrun leaves an empty buffer each time
2 participants