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

add optional single-line-p in haskell-process-show-repl-response #1797

Closed
wants to merge 1 commit into from

Conversation

Inc0n
Copy link

@Inc0n Inc0n commented Nov 24, 2022

With SINGLE-LINE-P as nil, it echos the response as is. This allows the response to remain multi lined, which is better for error reponses.

With `SINGLE-LINE-P` as nil, it echos the response as is.  This allows the response to remain multi lined, which is better for error reponses.
@purcell
Copy link
Member

purcell commented Mar 3, 2023

This isn't an interactive command, so it's not clear to me who would actually call this function with that new additional parameter. What am I missing?

@Inc0n
Copy link
Author

Inc0n commented Mar 6, 2023

Well actually, this is for my personal use. I was working on my inferior haskell mode and found that modification to this function would be deseriable. But it may not be beneficial to other users, plus I had not been working with haskell since, so I will close it.

@Inc0n Inc0n closed this Mar 6, 2023
@purcell
Copy link
Member

purcell commented Mar 7, 2023

Great, thanks for confirming.

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