Re: Ireader mode not showing up in M-x

2010-11-09 Thread Gwern Branwen
On Mon, Nov 8, 2010 at 3:04 AM, Jean-Philippe Bernardy wrote: >> >> I happened to be trying this with Nothing, and when no completions >> appeared, on a lark I tried typing ireadMode and hitting enter anyway >> - which landed me in ireader-mode! So apparently it was present and >> ready to go, but

Re: Ireader mode not showing up in M-x

2010-11-08 Thread Jean-Philippe Bernardy
> > I happened to be trying this with Nothing, and when no completions > appeared, on a lark I tried typing ireadMode and hitting enter anyway > - which landed me in ireader-mode! So apparently it was present and > ready to go, but it was not showing up in completions. Maybe you could file a bug r

Re: Ireader mode not showing up in M-x

2010-11-07 Thread Gwern Branwen
On Fri, Sep 17, 2010 at 9:45 AM, Gwern Branwen wrote: > On Wed, Sep 1, 2010 at 12:10 PM, Jean-Philippe Bernardy > wrote: >> On Wed, Sep 1, 2010 at 3:28 PM, Gwern Branwen wrote: >>> On Sun, Aug 29, 2010 at 12:24 PM, Jean-Philippe Bernardy >>> wrote: Your function should be in the scope of t

Re: Ireader mode not showing up in M-x

2010-09-17 Thread Gwern Branwen
On Wed, Sep 1, 2010 at 12:10 PM, Jean-Philippe Bernardy wrote: > On Wed, Sep 1, 2010 at 3:28 PM, Gwern Branwen wrote: >> On Sun, Aug 29, 2010 at 12:24 PM, Jean-Philippe Bernardy >> wrote: >>> Your function should be in the scope of the interpreter. >>> >>> See Eval.hs: >>> >>> LHI.setImportsQ [(

Re: Ireader mode not showing up in M-x

2010-09-01 Thread Jean-Philippe Bernardy
On Wed, Sep 1, 2010 at 3:28 PM, Gwern Branwen wrote: > On Sun, Aug 29, 2010 at 12:24 PM, Jean-Philippe Bernardy > wrote: >> Your function should be in the scope of the interpreter. >> >> See Eval.hs: >> >> LHI.setImportsQ [("Yi", Nothing), ("Yi.Keymap",Just "Yi.Keymap")] - >> >> The set of import

Re: Ireader mode not showing up in M-x

2010-09-01 Thread Gwern Branwen
On Sun, Aug 29, 2010 at 12:24 PM, Jean-Philippe Bernardy wrote: > Your function should be in the scope of the interpreter. > > See Eval.hs: > > LHI.setImportsQ [("Yi", Nothing), ("Yi.Keymap",Just "Yi.Keymap")] - > > The set of imported stuff should probably be a config option. > > Cheers, > JP. W

Re: Ireader mode not showing up in M-x

2010-08-29 Thread Jean-Philippe Bernardy
Your function should be in the scope of the interpreter. See Eval.hs: LHI.setImportsQ [("Yi", Nothing), ("Yi.Keymap",Just "Yi.Keymap")] - The set of imported stuff should probably be a config option. Cheers, JP. On Sun, Aug 29, 2010 at 2:22 PM, Gwern Branwen wrote: > With darcs yi, and no app