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
>>> 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
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
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
> 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
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
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