Re: Patch for read-only dired buffer

2009-08-17 Thread Jean-Philippe Bernardy
On Mon, Aug 17, 2009 at 3:31 AM, Wen Pu wrote: > Hi, > > This is a patch for read-only Dired buffer, and adding key 'u' for > diredUnmark. Thanks! > I use Dired a lot on Emacs, just want to make Yi's more Emacs-like. That's certainly ok for the dired mode, which is a spoof of emacs' anyway :)

patch applied (yi): Read-only Dired, 'u' to undo mark

2009-08-17 Thread Jean-Philippe Bernardy
Sun Aug 16 21:06:07 EDT 2009 Wen Pu * Read-only Dired, 'u' to undo mark Ignore-this: a5b4193b614509e15a77662a6cb8ac8f M ./src/Yi/Dired.hs -7 +15 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi

patch applied (yi): Fix indentation of guards in precise mode

2009-08-17 Thread Anders Karlsson
Mon Aug 17 04:37:19 EDT 2009 anders...@gmail.com * Fix indentation of guards in precise mode Ignore-this: 3e202f311f9aed63b6844679e4cd325d M ./src/Yi/Mode/Haskell.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://

Re: patch applied (yi): Fix indentation of guards in precise mode

2009-08-17 Thread Jean-Philippe Bernardy
mmm, I think it I just had forgotten the recursive call, so it should read [tokCol pipe | lineStartsWith (ReservedOp Haskell.Pipe)] :stopsOf ts' Cheers, JP. On Mon, Aug 17, 2009 at 10:39 AM, Anders Karlsson wrote: > > Mon Aug 17 04:37:19 EDT 2009  anders...@gmail.com >  * Fix indentation of gua

Re: patch applied (yi): Fix indentation of guards in precise mode

2009-08-17 Thread Anders Karlsson
ah that seems like a better fix ;) --Anders On Mon, Aug 17, 2009 at 10:51 AM, Jean-Philippe Bernardy wrote: > > mmm, I think it I just had forgotten the recursive call, so it should read > > [tokCol pipe | lineStartsWith (ReservedOp Haskell.Pipe)] :stopsOf ts' > > Cheers, > JP. > > On Mon, Aug 1

patch applied (yi): Fix the indentation in guards for real

2009-08-17 Thread Anders Karlsson
Mon Aug 17 04:57:59 EDT 2009 anders...@gmail.com * Fix the indentation in guards for real Ignore-this: 732c74e19a361607c4788e33da42b2dd M ./src/Yi/Mode/Haskell.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://gro

patch applied (yi): syntax focusing: better handling of empty subtrees

2009-08-17 Thread Jean-Philippe Bernardy
Mon Aug 17 05:23:30 EDT 2009 jeanphilippe.berna...@gmail.com * syntax focusing: better handling of empty subtrees Ignore-this: dd8770e07d0df998181dc5756ebdb5cc M ./src/Yi/Syntax/Tree.hs -6 +7 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@goog

patch applied (yi): haskell: treat 'newtype' as 'data'

2009-08-17 Thread Jean-Philippe Bernardy
Mon Aug 17 10:51:31 EDT 2009 jeanphilippe.berna...@gmail.com * haskell: treat 'newtype' as 'data' Ignore-this: f875497db2e3ff16e20a4c41f24c6d0d M ./src/Yi/Syntax/Haskell.hs -2 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com

Patch for marks and deletion in Dired

2009-08-17 Thread Wen Pu
Hi, This patch implements basic mark functions in Dired, as well as naive file deletions. I'm planning to keep enhancing Dired to a usable status. It also fixed a minor bug in setting readonly flag in Dired. btw: is there a "keyboard-quit" function in Yi, just like the one on emacs? Thanks

Re: Patch for marks and deletion in Dired

2009-08-17 Thread Wen Pu
Sorry I forgot the attachment... --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~~~--~~--~--~--- marks-and-file-deletion-in-dired.dpatch Description: Binary