[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] [panther]no such file or directory, sclang @ emacs



excellent, congrats.
now.... you may want to pay a visit here:
https://sourceforge.net/projects/sc3-plugins/

have fun,

x

On 12/23/06, BUYO-BUYO-IGOR <buyobuyo@xxxxxxxxxxxxxxxx> wrote:
my bash worked with ~/sclang to .bash_profile
and (osx's default)emacs reached

---8<---
numentries = 722553 / 7801080 = 0.093
     Method Table Size 4864656 bytes
     Number of Method Selectors 3765
     Number of Classes 2072
     big table size 31204320
     Number of Symbols 8865
     Byte Code Size 228779
     compiled 323 files in 2.18 seconds
compile done
Emacs: Initializing lisp interface.
Class tree inited in 0.14 seconds
StartUp done.
Emacs: Built symbol table in 0.424 seconds
---8<---

so now don't have to install carbon-emacs
thanx you are my santa

now
will have to study emacs again ;-D
i think ubuntu has emacs version when sc added from the menu
this encourages me to also learn emacs

On Dec 24, 2006, at 9:59 AM, blackrain wrote:

> hmm looks like the csh and bash will not expand the ~/ as your home
> dir path in the config fileso you need to type the whole path so for
> example for me it is:
>
> for the c shell:
>> setenv PATH "${PATH}:$HOME/sclang"
>
> or  for bash:
>> PATH=$PATH:$HOME/sclang
>
> save your changes and open a new term.
> now sclang is found:
>
> $ which sclang
> /Users/x/sclang/sclang
>
> cheers,
>
> x
>
>
>
> On 12/23/06, blackrain <blackrain.sc@xxxxxxxxx> wrote:
>> ahhh I think I got it.
>> btw this should (and will)  be added to that read me:
>>
>> sclang has to live in the shell's search path so emacs can find it
>> (start it):
>>
>> if you use csh, please add this line to your dot cshrc file
>> (~/.cshrc):
>>
>> setenv PATH "${PATH}:~/sclang"
>>
>> if you use bash (panther does) add this to the end of .bash_profile:
>>
>> PATH=$PATH:~/sclang
>>
>> save changes and open a new terminal. it should work now.
>>
>> hope this helps,
>>
>> x
>>
>>
>>
>> On 12/23/06, BUYO-BUYO-IGOR <buyobuyo@xxxxxxxxxxxxxxxx> wrote:
>> > yes i did
>> > but emacs couldn't find it
>> > i have nothing more than .emacs for emacs configurings
>> > maybe that's the problem
>> > the terminal(the emacs in it) says
>> > GNU Emacs 21.2.1 (powerpc-apple-darwin7.0)
>> > is the one working
>> >
>> > On Dec 24, 2006, at 7:23 AM, blackrain wrote:
>> >
>> > > ahh I misinterpreted (as in misread =) the error you are
>> receiving.
>> > > did you place the sclang folder in your home directory?
>> > > emacs isnt finding it.
>> > >
>> > >> > SCLang-gcc3-12.17.2006.bz2
>> > >> > too by doing the what the readme tells me:
>> > >> >
>> > >> > ---8<---
>> > >> >
>> > >> > add this two lines to your dot emacs file (eg. $ emacs
>> ~/.emacs)
>> > >> >
>> > >> > (add-to-list 'load-path "~/sclang/el")
>> > >> > (require 'sclang)
>> > >> >
>> > >> > then
>> > >> >
>> > >> > $ cd ~/sclang
>> > >> > $ emacs -sclang
>> > >> >
>> > >> > ---8<---
>> > >> >
>> > >> > this resulted into
>> > >> >
>> > >> > Searching for program: no such file or directory, sclang
>> >
>> >
>> > _______________________________________________
>> > sc-users mailing list
>> > sc-users@xxxxxxxxxxxxxxx
>> > http://www.create.ucsb.edu/mailman/listinfo/sc-users
>> >
>>
> _______________________________________________
> sc-users mailing list
> sc-users@xxxxxxxxxxxxxxx
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>

_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users