-
Notifications
You must be signed in to change notification settings - Fork 347
haskell-session-change-target
should list available targets
#534
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
Comments
Isn't this already solved? |
Yes, though it's not as nice a representation as the one presented by |
("target1" "test") Have I understood you correctly, you want the target list to have descriptions as |
I do like having the And
Or fgl:
Included in here seems to be portions of the |
Must say this is the first time I see curly braces in
Seems |
Filter only sections bearing targets - fixes #534
Should somewhere be a note that |
Well, then that behaviour is wrong: it is perfectly acceptable to use braces to denote blocks in |
Looks like Indentation inside braces is another thing. |
Reopening due to curly braces. |
@vlatkoB it seems your patch doesn't work, as if you try and change to the library you get an error of:
As a workaround, hitting |
Yes, I became aware of that when I realized I tested it on a non-library project, but had no time to fix it before. |
Please create a test that covers this new knowledge.
|
There's already a few functions that deal with finding sections, but none to find all sections and return them in a list (e.g. for use with ido).
The text was updated successfully, but these errors were encountered: