-
Notifications
You must be signed in to change notification settings - Fork 14
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
How do I install it? #17
Comments
and where is shut-up.el ? |
Hi @jpffitch package-install should resolve the dependencies since they are declared in the comments in an elpa specific way. But I notice that shup-up.el and multi.el have been either removed or renamed, so I'll need to have a look and fix them. shut-up.el can be removed I think (since it was just a way to prevent errors popping up in the message buffer which I've since fixed) and multi.el was a polymorphic multimethod dispatcher which can be found in many other emacs packages. I will fix and let you know asap! |
I'll add that I tested using sandboxed emacs 27.1 and added melpa, did M-x list-packages and found the listing for csound-mode, installed it
The "requires" seems to link correctly to the dependencies including shut-up.el, so it should work as is. |
I think you overthink my level of expertese. Despite using emacs since about 1981 I only recently heard about melpa but have no idea how to use it. Attempts to call package-install gave an error on emacs with a backtrace.
Manual install failed with missing shut-up and other similar
Get TypeApp for Android
…On 3 Mar 2021, 01:55, at 01:55, "Hlöðver Sigurðsson" ***@***.***> wrote:
I'll add that I tested using sandboxed emacs 27.1 and added melpa, did
M-x list-packages and found the listing for csound-mode, installed it
```
Package csound-mode is installed.
Status: Installed in ‘csound-mode-20200518.1546/’ (unsigned). Delete
Version: 20200518.1546
Commit: b6e8167
Summary: A major mode for interacting and coding Csound
Requires: emacs-25, shut-up-0.3.2, multi-2.0.1, dash-2.16.0,
highlight-0
Homepage: https://github.com/hlolli/csound-mode
Maintainer: Hlöðver Sigurðsson ***@***.***>
Author: Hlöðver Sigurðsson ***@***.***>
Other versions: 20200518.1546 (melpa).
This file stores mode-specific bindings to `csound-mode`,
"offline" csound-interactions and major-mode definition,
syntax table.
[back]
```
The "requires" seems to link correctly to the dependencies including
shut-up.el, so it should work as is.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#17 (comment)
|
Ok no problem. So you have two options: 1. (require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) You can restart emacs and these s-expressions should be evaluated every time you open emacs, alternatively you can evaluate these s-expressions when the cursor is located anywhere within the s-exp block by pressing ctrl+meta+x keysequence. With melpa added to package-archives list, you can use M-x (meta-x (alt and x)) and you'll be able to type a command into a mini-buffer, located usually at the bottom of the emacs window. There you can type There, if all is working right, you should be able to find csound-mode by searching for it (like you'd search normally). And when you see it listed, with the cursor you should be able to open it by pressing enter and yet another buffer should pop up, where there's a semi-graphical "Install" button which you can press by placing the cursor there and press enter. 2 so the files you'd want to add manually are: |
Can I in some way help fix the melpa way of installing this? New to CSound but not to Emacs. After a package refresh I try installing but it's unable to find |
How do I install it? Tried package-instal and it bombs
My stupidity I know but....
The text was updated successfully, but these errors were encountered: