Re: Newbie major-mode and elisp question

2005-09-08 Thread Stefan Monnier
> I'm writing my first major mode to run Nyquist in a buffer. Nyquist is an > extension of XLISP for audio synthesis and composition. Nyquist-mode is a > derivative of inferior-lisp mode, If so, it should look somewhat similar to inferior-lisp-mode. Or probably even use define-derived-mode direct

Re: Newbie major-mode and elisp question

2005-09-08 Thread Kevin Rodgers
sj wrote: > I'm writing my first major mode to run Nyquist in a buffer. Nyquist is an > extension of XLISP for audio synthesis and composition. Nyquist-mode is a > derivative of inferior-lisp mode, its working pretty well except for one > annoying side effect. Whenever I issue (nyquist-mode) to

Re: Newbie major-mode and elisp question

2005-09-08 Thread rgb
sj wrote: > I'm writing my first major mode to run Nyquist in a buffer. Nyquist is an > extension of XLISP for audio synthesis and composition. Nyquist-mode is a > derivative of inferior-lisp mode, its working pretty well except for one > annoying side effect. Whenever I issue (nyquist-mode) to st

Newbie major-mode and elisp question

2005-09-08 Thread sj
I'm writing my first major mode to run Nyquist in a buffer. Nyquist is an extension of XLISP for audio synthesis and composition. Nyquist-mode is a derivative of inferior-lisp mode, its working pretty well except for one annoying side effect. Whenever I issue (nyquist-mode) to start a new Nyquist