[Haskell] Re: xemacs & haskell major mode

2005-02-06 Thread Surendra Singhi
Stefan Monnier <[EMAIL PROTECTED]> wrote: > But now I have run into another trouble this time it is > Debugger entered--Lisp error: (void-function switch-to-haskell) > I have Hugs98 installed as well as configured on my path. > The solution is putting (require 'inf-haskell) in the

[Haskell] Re: xemacs & haskell major mode

2005-02-06 Thread Surendra Singhi
>>> But now I have run into another trouble this time it is >>> Debugger entered--Lisp error: (void-function switch-to-haskell) >>> Do I need to set some inferior haskell buffer variable? >>> Or why am I getting this error? >>> I have Hugs98 installed as well as configured on my path. >> The soluti

[Haskell] Re: xemacs & haskell major mode

2005-02-05 Thread Surendra Singhi
Surendra Singhi wrote: But now I have run into another trouble this time it is Debugger entered--Lisp error: (void-function switch-to-haskell) Do I need to set some inferior haskell buffer variable? Or why am I getting this error? I have Hugs98 installed as well as configured on my path. The soluti

[Haskell] Re: xemacs & haskell major mode

2005-02-05 Thread Surendra Singhi
Surendra Singhi wrote: I downloaded the haskell mode from that site and I was trying to configure it, but during the process I ran into this error Debugger entered--Lisp error: (void-function charsetp) I got over this error by commenting out the code dealing with japanese font and calling charsetp

Re: [Haskell] Re: xemacs & haskell major mode

2005-02-02 Thread Stefan Monnier
> However, the only use of that function which I can see in the > haskell-mode code is: >(and (fboundp 'make-char) (charsetp 'japanese-jisx0208) > So charsetp should only be called if the make-char function exists, > and that function should also only exist if XEmacs was built with the > MuLE

Re: [Haskell] Re: xemacs & haskell major mode

2005-02-02 Thread Glynn Clements
Surendra Singhi wrote: > > > Is there any ilisp or slime like package for haskell, which integrates > > > haskell with xemacs or emacs and provides a kind of integrated > > > development environment? > > > I am using Hugs 98. > > > > > > Does > http://www.haskell.org/pipermail/haskell/2004-N

[Haskell] Re: xemacs & haskell major mode

2005-02-01 Thread Surendra Singhi
Jon Fairbairn wrote: > On 2005-01-24 at 16:32MST Surendra Singhi wrote: > >>Is there any ilisp or slime like package for haskell, which integrates >>haskell with xemacs or emacs and provides a kind of integrated >>development environment? >>I am using Hugs 98. > > > Does http://www.haskell.org/pip