Re: Patch for marks and deletion in Dired

2009-08-19 Thread Jean-Philippe Bernardy
On Wed, Aug 19, 2009 at 5:02 AM, Wen Pu wrote: > > Thanks for your detailed explanation. Incidentally Deniz' explanation is also valid for Yi. > I've never tried to find out how it works on Emacs, though I'm so used > to hit C-g :) If you want to bind C-g to some special functionality in dired,

Re: Patch for marks and deletion in Dired

2009-08-18 Thread Wen Pu
Thanks for your detailed explanation. I've never tried to find out how it works on Emacs, though I'm so used to hit C-g :) Emacs has perfect functionality, but elisp makes me sick. Maybe I should bind C-g to sth else in my yi.sh -Wen On Aug 18, 5:42 pm, Deniz Dogan wrote: > 2009/8/18 Wen Pu :

Re: Patch for marks and deletion in Dired

2009-08-18 Thread Deniz Dogan
2009/8/18 Wen Pu : > > On Aug 18, 2:46 am, Jean-Philippe Bernardy > wrote: >> On Tue, Aug 18, 2009 at 7:51 AM, Wen Pu wrote: >> > btw: is there a "keyboard-quit" function in Yi, just like the one on >> > emacs? >> >> I guess there is, but my emacs-fu is lacking so I'm not sure what you mean. >> W

Re: Patch for marks and deletion in Dired

2009-08-18 Thread Wen Pu
On Aug 18, 2:46 am, Jean-Philippe Bernardy wrote: > On Tue, Aug 18, 2009 at 7:51 AM, Wen Pu wrote: > > > Hi, > > > This patch implements basic mark functions in Dired, as well as naive > > file deletions. > > I reviewed only for style (which is good), trusting you for the functionality. > > > I

Re: Patch for marks and deletion in Dired

2009-08-18 Thread Jean-Philippe Bernardy
On Tue, Aug 18, 2009 at 7:51 AM, Wen Pu wrote: > > Hi, > > This patch implements basic mark functions in Dired, as well as naive > file deletions. I reviewed only for style (which is good), trusting you for the functionality. > I'm planning to keep enhancing Dired to a usable status. Great! FYI

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

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