File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 58
58
(defvar psci/buffer-name " psci"
59
59
" Buffer name of the psci buffer." )
60
60
61
- (defconst *psci/version* " 0.0.4" " The version of psci." )
62
-
63
- ;;;### autoload
64
- (defun psci/version ()
65
- " Display the version of the mode."
66
- (interactive )
67
- (message " psci-mode version - %s " *psci/version*))
68
-
69
61
(defun psci/process-name (buffer-name )
70
62
" Compute the buffer's process name based on BUFFER-NAME."
71
63
(format " *%s * " buffer-name))
@@ -256,8 +248,5 @@ We chose to load the .psci file's content (the purescript doc proposes its use).
256
248
:keymap inferior-psci-mode-map
257
249
:group 'psci )
258
250
259
- ; ; Add some default bindings through hook customisation
260
- ; ; (add-hook 'purescript-mode-hook 'inferior-psci-mode)
261
-
262
251
(provide 'psci )
263
252
; ;; psci.el ends here
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ CLOSED: [2014-10-29 Wed 18:54]
27
27
- [X] Add to el-get - https://github.com/ardumont/el-get/blob/add-psci-recipe/recipes/psci.rcp
28
28
- [X] Update documentation regarding installation steps
29
29
- [X] Update documentation regarding usage
30
- * DONE 0.0.4 [100 %]
30
+ * DONE 0.0.4 [90 %]
31
31
CLOSED: [2014-10-29 Wed 20:08]
32
32
- [X] Update version
33
33
- [X] Add an interactive command for displaying the current version
@@ -38,3 +38,5 @@ CLOSED: [2014-10-29 Wed 20:08]
38
38
- [X] Add a minor mode instead of modifying purescript-mode-map
39
39
- [X] Update heading information about the minor-mode activation and setup
40
40
- [X] Update documentation about the minor-mode activation and setup
41
+ - [X] Avoid version function and var. Use directly the package information.
42
+ - [ ] Avoid using / in delimiter and use - instead.
You can’t perform that action at this time.
0 commit comments