Emacs can't find Supercollider package

Bug #1176385 reported by Peter Shultz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
supercollider (Ubuntu)
New
Undecided
Unassigned

Bug Description

After installing Emacs24 and supercollider-emacs on Ubuntu 13.04 (via apt-get), none of the SuperColider stuff (sclang-mode, etc.) is recognized.

M-x sclang-mode gives [no match], even though the *Messages* buffer shows "Loading /etc/emacs/site-start.d/50supercollider-emacs.el (source)...done"

Revision history for this message
Peter Shultz (pashultz) wrote :

I seem to have solved it by changing one line in /etc/emacs/site-start.d/50supercollider-emacs.el

Old:
(let ((package-dir (concat "/usr/share/"
        (symbol-name flavor)
        "/site-lisp/supercollider")))

New:
(let ((package-dir (concat "/usr/share/"
        (symbol-name flavor)
        "/site-lisp/SuperCollider")))

[Note the capital letters.] I'm guessing the directory name changed at some point, so this may be related to bug 1000936, though I didn't experience that.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.