From mboxrd@z Thu Jan 1 00:00:00 1970 From: khi at users.sourceforge.jp (khi at users.sourceforge.jp) Date: Fri, 11 Apr 2008 21:47:01 +0900 Subject: [Howm-eng 62] Re: Removing old notes In-Reply-To: <2f1c7d020804101217w4526f89vc2caa59f90c7a3e1@mail.gmail.com> References: <2f1c7d020804101217w4526f89vc2caa59f90c7a3e1@mail.gmail.com> Message-ID: Hi. At Thu, 10 Apr 2008 16:17:16 -0300, Hugo Schmitt wrote: > As I was quickly looking through notes using n-p (after a howm-list-all), I > wished that I could remove unwanted notes/files with a simple 'd'. > I haven't found anything related to delete. Some users required "delete", "copy", and "move" with a "mark and execute" style interface. Then I implemented a command to pass the current list to Dired-X. Type X on a list buffer (*howmS* or *howmC*) to call Dired-X. This may make you slightly happy. (setq howm-view-dired-keep-cursor t) It will be set by default from the next version. In addition, you can call a shell command by typing ! on the list buffer. You can customize its default histories as below. (setq howm-view-summary-shell-last-file "FILE") (setq howm-view-summary-shell-hist '("ls -l FILE" "FILE")) -- khi at users.sourceforge.jp