patch applied (yi): marks and file deletion in Dired

2009-08-18 Thread Jean-Philippe Bernardy
Tue Aug 18 01:34:15 EDT 2009 Wen Pu * marks and file deletion in Dired Ignore-this: 7788f25f1d19e90adba0f1e3aad25437 Modified the original unused diredMarks field in DiredState, added several mark related functions, and a naive file deletion implementation. Also fixed an minor b

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

Issue 288 in yi-editor: Cursor status is not up to date

2009-08-18 Thread codesite-noreply
Comment #5 on issue 288 by jeffwheeler: Cursor status is not up to date http://code.google.com/p/yi-editor/issues/detail?id=288 As m.niloc pointed out, this breaks the Vim implementation. Iin the cmd mode, it never even refreshes from the box cursor (e.g. after entering with ':'). The first op

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 :