From mboxrd@z Thu Jan 1 00:00:00 1970 From: khi at users.sourceforge.jp (khi at users.sourceforge.jp) Date: Wed, 22 Mar 2006 22:57:42 +0900 Subject: [Howm-eng 27] Re: How can I change summary format to show title insteadof file name? Message-ID: Hi. At Wed, 22 Mar 2006 18:52:47 +0800, highfly22 at gmail.com wrote: > default summary format is show file name first, but it makes no sense to me. > How can I replace the file name with the note title, just like the buffer > name? You can select one of these styles. file-name | matched-line file-name | title-of-matched-note (Please try M-x customize-variable RET howm-list-title RET.) If you like another style, title-of-matched-note | matched-line it's not implemented to the release version at now. I added an adhoc-cheap-inefficient-experimental code for it to the test version: http://howm.sourceforge.jp/a/howm-test.tar.gz You need this setting to activate that code. (setq howm-view-list-title-type 2) ;; Show title before summary. (setq howm-view-summary-format "") ;; If you want to delete file names. -- khi at users.sourceforge.jp