pretty print.
This commit is contained in:
parent
48b54d2fcd
commit
b548f1dbcf
@ -72,13 +72,12 @@
|
|||||||
(insert title "\n\n")
|
(insert title "\n\n")
|
||||||
(mapc (lambda (x) (insert (ghc-replace-character x ghc-null ghc-newline) "\n")) errs)
|
(mapc (lambda (x) (insert (ghc-replace-character x ghc-null ghc-newline) "\n")) errs)
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (re-search-forward "In the [^:\n]+: \\|Expected type: \\|Inferred type: " nil t)
|
(while (re-search-forward "In the [^:\n]+: \\|Expected type: \\|Inferred type: \\|Possible fix: " nil t)
|
||||||
(replace-match (concat "\n" (match-string 0) "\n ")))
|
(replace-match (concat "\n" (match-string 0) "\n ")))
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(while (re-search-backward "In the [a-z]+ argument" nil t)
|
(while (re-search-backward "In the [a-z]+ argument" nil t)
|
||||||
(insert "\n"))))
|
(insert "\n"))))
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(defun ghc-flymake-insert-from-warning ()
|
(defun ghc-flymake-insert-from-warning ()
|
||||||
|
Loading…
Reference in New Issue
Block a user