File tree Expand file tree Collapse file tree 12 files changed +19
-12
lines changed
Expand file tree Collapse file tree 12 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ ## [ 0.1.1]
3+
4+ ### Bug fixes
5+ - Csound'd eldoc function was missing from the major-mode function.
Original file line number Diff line number Diff line change 22; ; Copyright (C) 2017 Hlöðver Sigurðsson
33
44; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
5- ; ; Version: 0.1
5+ ; ; Version: 0.1.1
66; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
77
88; ; This program is free software; you can redistribute it and/or modify
6565 (let ((result nil )
6666 (opdoce nil )
6767 (last-open-paren (save-excursion (search-backward " (" (line-beginning-position ) t 1 )))
68- (last-close-paren (save-excursion (search-backward " )" (line-beginning-position ) t 1 ))))
68+ (last-close-paren (save-excursion (search-backward " )" (line-beginning-position ) t 1 ))))
6969 ; ; Functional syntax lookup
7070 (when (and last-open-paren
7171 (> last-open-paren
Original file line number Diff line number Diff line change 22; ; Copyright (C) 2017 Hlöðver Sigurðsson
33
44; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
5- ; ; Version: 0.1
5+ ; ; Version: 0.1.1
66; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
77
88; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2017 Hlöðver Sigurðsson
44
55; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
6- ; ; Version: 0.1
6+ ; ; Version: 0.1.1
77; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
88
99; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 22; ; Copyright (C) 2017 Hlöðver Sigurðsson
33
44; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
5- ; ; Version: 0.1
5+ ; ; Version: 0.1.1
66; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
77
88; ; This program is free software; you can redistribute it and/or modify
179179 prog-mode " Csound Mode"
180180 " A major mode for interacting and coding Csound"
181181 :syntax-table csound-mode-syntax-table
182-
182+ ( setq-local eldoc-documentation-function 'csound-eldoc-function )
183183 (setq-local comment-start " ;; " )
184184 (setq-local comment-end " " )
185185 (setq-local indent-line-function 'csound-indentation-line )
Original file line number Diff line number Diff line change 22; ; Copyright (C) 2017 Hlöðver Sigurðsson
33
44; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
5- ; ; Version: 0.1
5+ ; ; Version: 0.1.1
66; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
77
88; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2017 Hlöðver Sigurðsson
44
55; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
6- ; ; Version: 0.1
6+ ; ; Version: 0.1.1
77; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
88
99; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2017 Hlöðver Sigurðsson
44
55; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
6- ; ; Version: 0.1
6+ ; ; Version: 0.1.1
77; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
88
99
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2017 Hlöðver Sigurðsson
44
55; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
6- ; ; Version: 0.1
6+ ; ; Version: 0.1.1
77; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
88
99; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 33; ; Copyright (C) 2017 Hlöðver Sigurðsson
44
55; ; Author: Hlöðver Sigurðsson <hlolli@gmail.com>
6- ; ; Version: 0.1
6+ ; ; Version: 0.1.1
77; ; Package-Requires: ((emacs "25") (shut-up "0.3.2") (multi "2.0.1"))
88
99; ; This program is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments