issues Search Results · repo:purescript-emacs/purescript-mode language:"Emacs Lisp"
Filter by
11 results
(60 ms)11 results
inpurescript-emacs/purescript-mode (press backspace or delete to remove)For some reason, purescript-indentation.el instead of implementing just a single indentation function has implemented
two of them: purescript-newline-and-indent and purescript-indentation-indent-line (aka ...
Hi-Angel
- Opened on Feb 20
- #37
Hemlo!
Since https://github.com/purescript-emacs/purescript-mode/commit/9a9f55043872b9621286c5e2752f7f09fb07450e the function
purescript-ds-create-imenu-index throws an error:
Scanning declarations in ...
niklas
- 1
- Opened on Oct 28, 2024
- #25
Hi, all.
I am using emacs 28.2 on debian stable (bookworm), and purescript-mode is installed via use-package:
(use-package purescript-mode
:ensure t)
(use-package psc-ide
:ensure t)
then I open ...
kalxd
- 2
- Opened on May 3, 2024
- #17
Hi!
I ve noticed that comments like this
--| ...
foo x = y
fail to properly hightlight as comments, and what I see is this: img width= 870 alt= Screenshot 2023-11-17 at 5 17 59 PM
src= https://github.com/purescript-emacs/purescript-mode/assets/16632804/d5dc967e-4b1d-4270-beba-3cc25b5d882f ...
alenkis
- 7
- Opened on Nov 18, 2023
- #16
I don t want to auto sort the imports when adding a new import. Please help me if there is any way I can do that.
sridattayalla
- 2
- Opened on Jul 12, 2022
- #14
purescript-indentation-mode globally overrides RET, making emacs essentially unusable for me as counsel and anything
that requires using the enter key no longer responds.
bitmappergit
- 1
- Opened on Sep 21, 2021
- #13
In let and case expressions
test1 a
= let { x } = a
in x -- parse error from here
test2 a
= let { x: y } = a
in y -- parse error from here
test3 a
= case a of
{ x }
- x -- parse ...
gomain
- 5
- Opened on Jun 27, 2021
- #12
Howdy!
I maintain a source code formatter: purty. I d like to add support for using it from emacs.
Is this something that could be added to purescript-mode? If so, I d like the burden on you to be as ...
joneshf
- 4
- Opened on Jun 21, 2019
- #5
Given the apparently-legal snippet:
type MyRec = {
data :: Number
}
the indentation explodes with Illegal token: data after hitting TAB twice. It seems that all reserved words can legally
be used as ...
purcell
- 1
- Opened on Feb 18, 2019
- #4
Currently, there s only one name for the inf buffer with the PS IDE process - *psc-ide-server-*. So it s not possible to
have multiple servers running.
Maybe related, but psc-ide-server-quit never finds ...
reactormonk
- Opened on Nov 29, 2018
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.