Updates:
Status: Fixed
Comment #2 on issue 256 by DexterPu: dired should not have self-insertion
http://code.google.com/p/yi-editor/issues/detail?id=256
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this issue,
On Aug 24, 3:17 am, Jean-Philippe Bernardy
wrote:
> I should remind that the "B" suffix corresponds to BufferM operations.
> I wouldn't mind if
> this hungarian-like notation disappeared, but in any case one should
> take care not to
> use this suffix with other meanings.
Oh, sorry I forgot to
Mon Aug 24 15:55:34 BST 2009 Robin Green
* Update dollarify type, for consistency
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~--~~~~--~~--~--~---
New patc
If I try to build the latest yi with -fscion, I get
src/Yi/Eval.hs:93:32:
Overlapping instances for Monad (Either Yi.Interpreter.Err)
arising from a use of `addMakeAction' at src/Yi/Eval.hs:93:32-44
--~--~-~--~~~---~--~~
Yi development mailing list
yi-deve
I should remind that the "B" suffix corresponds to BufferM operations.
I wouldn't mind if
this hungarian-like notation disappeared, but in any case one should
take care not to
use this suffix with other meanings.
Cheers,
JP.
On Mon, Aug 24, 2009 at 10:14 AM, Jean-Philippe
Bernardy wrote:
> I don
I don't have time to review the Dired changes, but I trust you on this
one, so I applied.
It would be helpful if you'd give an explanation of the overarching
ideas in your Dired implementation
so that other people can follow what happens. (Best is to put it as
comment/haddock in the module)
Than
Mon Aug 24 01:54:25 EDT 2009 Wen Pu
* better infrustructure for diredOp
Ignore-this: 2baaeb125a2a45ce5292ca16ec2d3063
1. Add a better infrustructure for dired operations
2. moving promptFile to Misc.hs
M ./src/Yi/Dired.hs -33 +116
M ./src/Yi/Keymap/Emacs/Utils.hs -16 +3
M ./