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