public inbox for howm-eng@lists.osdn.me
 help / color / mirror / Atom feed
* [Howm-eng 61]  Removing old notes
@ 2008-04-10 19:17 hugows
  2008-04-11 12:47 ` [Howm-eng 62] " khi
  0 siblings, 1 reply; 6+ messages in thread
From: hugows @ 2008-04-10 19:17 UTC (permalink / raw)


Hi again.

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.
Since this should be quite an easy thing to implement, the real question is:
why it doesn't exist ? Is it against howm's way (of letting old things sink,
etc) ?

Thanks in advance,
Hugo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sourceforge.jp/mailman/archives/howm-eng/attachments/20080410/934d0ff7/attachment.htm 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Howm-eng 62] Re: Removing old notes
  2008-04-10 19:17 [Howm-eng 61] Removing old notes hugows
@ 2008-04-11 12:47 ` khi
  2008-04-11 12:50   ` [Howm-eng 63] " hugows
  2008-04-12  0:00   ` [Howm-eng 67] " xma
  0 siblings, 2 replies; 6+ messages in thread
From: khi @ 2008-04-11 12:47 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Howm-eng 63] Re: Removing old notes
  2008-04-11 12:47 ` [Howm-eng 62] " khi
@ 2008-04-11 12:50   ` hugows
  2008-04-12  0:00   ` [Howm-eng 67] " xma
  1 sibling, 0 replies; 6+ messages in thread
From: hugows @ 2008-04-11 12:50 UTC (permalink / raw)


Cool... thanks once more khi!
-Hugo

On Fri, Apr 11, 2008 at 9:47 AM, <khi at users.sourceforge.jp> wrote:

> 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
>
> _______________________________________________
> Howm-eng mailing list
> Howm-eng at lists.sourceforge.jp
> http://lists.sourceforge.jp/mailman/listinfo/howm-eng
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sourceforge.jp/mailman/archives/howm-eng/attachments/20080411/c12784ee/attachment.htm 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Howm-eng 67] Re: Removing old notes
  2008-04-11 12:47 ` [Howm-eng 62] " khi
  2008-04-11 12:50   ` [Howm-eng 63] " hugows
@ 2008-04-12  0:00   ` xma
  2008-04-14 15:11     ` [Howm-eng 72] " khi
  1 sibling, 1 reply; 6+ messages in thread
From: xma @ 2008-04-12  0:00 UTC (permalink / raw)



   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.

Nicely done. Out of curiosity, will this approach work with "one
day per file" model -ie. several notes per file ? If so, how did
you do ?

Regards,

	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Howm-eng 72] Re: Removing old notes
  2008-04-12  0:00   ` [Howm-eng 67] " xma
@ 2008-04-14 15:11     ` khi
  2008-04-15 22:03       ` [Howm-eng 79] " xma
  0 siblings, 1 reply; 6+ messages in thread
From: khi @ 2008-04-14 15:11 UTC (permalink / raw)


At Sat, 12 Apr 2008 02:00:29 +0200,
Xavier Maillard wrote:
> Nicely done. Out of curiosity, will this approach work with "one
> day per file" model -ie. several notes per file ? If so, how did
> you do ?

Dired-X treats it as a long single file.  There is no special way
to delete an individual note in "one day per file" style.  Please edit
such notes by hand.

In howm-mode, "C-c , N" ("C-c , P") moves the cursor to the next
(previous) note.

-- 
khi at users.sourceforge.jp



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Howm-eng 79] Re: Removing old notes
  2008-04-14 15:11     ` [Howm-eng 72] " khi
@ 2008-04-15 22:03       ` xma
  0 siblings, 0 replies; 6+ messages in thread
From: xma @ 2008-04-15 22:03 UTC (permalink / raw)



   At Sat, 12 Apr 2008 02:00:29 +0200,
   Xavier Maillard wrote:
   > Nicely done. Out of curiosity, will this approach work with "one
   > day per file" model -ie. several notes per file ? If so, how did
   > you do ?

   Dired-X treats it as a long single file.  There is no special way
   to delete an individual note in "one day per file" style.  Please edit
   such notes by hand.

Damn it ! So I will have to fallback to the default
howm-file-name-format since I am producing something like, 20
notes a day... :)

Thank you.

	Xavier
-- 
http://www.gnu.org
http://www.april.org
http://www.lolica.org



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-15 22:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-10 19:17 [Howm-eng 61] Removing old notes hugows
2008-04-11 12:47 ` [Howm-eng 62] " khi
2008-04-11 12:50   ` [Howm-eng 63] " hugows
2008-04-12  0:00   ` [Howm-eng 67] " xma
2008-04-14 15:11     ` [Howm-eng 72] " khi
2008-04-15 22:03       ` [Howm-eng 79] " xma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).