This website requires JavaScript.
Explore
Help
Register
Sign in
zzkt
/
scel
Watch
1
Star
0
Fork
You've already forked scel
0
Code
Issues
7
Pull requests
Projects
Activity
Actions
fcfa17b6be
scel
/
.gitignore
5 lines
47 B
Text
Raw
Normal View
History
Unescape
Escape
Conditionally respect sclang-vars Only when compiling with cmake will sclang-vars.el be written. This commit moves relevant constants into customizable vars. Only if the `sclang-system-data-dir` exists is it respected, otherwise it will guess the proper location by looking at the system-type. The purpose of this is to make it possible to build and distribute a package independent of the SuperCollider build process, while ensuring that those users who have become accustomed to the current install process are not disrupted.
2021-07-25 18:58:21 +00:00
.DS_Store
Add test to expose a load-time issue The issue manifests when sclang is compiled. Steps to reproduce in real emacs config: 1. Install the package and compile it 2. Open a file with a `.sc` or `.scd` extension 3. Witness the error `(void-function sclang-make-buffer-name)` Steps to reproduce with the test: 0. install [eldev](https://github.com/doublep/eldev#installation) 1. `eldev compile` 2. `eldev test`
2021-08-09 15:57:27 +00:00
*.elc
.eldev
/el/sclang-autoloads.el
Reference in a new issue
Copy permalink