From mboxrd@z Thu Jan 1 00:00:00 1970 From: khi at users.sourceforge.jp (khi at users.sourceforge.jp) Date: Fri, 28 Dec 2012 00:54:48 +0900 Subject: [Howm-eng 112] Re: Show title rather than file name in summaries In-Reply-To: <86wqxgb920.fsf@willehalm.reiner> References: <86wqxoy5wj.fsf@willehalm.reiner> <87ip98xuvp.wl@id.domain> <86ip92vuic.fsf@willehalm.reiner> <87mwycwi6n.wl@id.domain> <86wqxgb920.fsf@willehalm.reiner> Message-ID: <87zk0zcwxj.wl@id.domain> Hi, Albert-san. Would you try this adhoc-cheap-inefficient-experimental code on howm-test121227 or later? http://howm.sourceforge.jp/a/howm-test.tar.gz ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (setq howm-list-title t) ;; Show title in any case. (setq howm-view-list-title-type 2) ;; Show title before summary. (setq howm-view-summary-format "") ;; If you want to delete file names. ;; show titles in independent lines without headers "=" in summary buffer. ;; works only after (setq howm-view-list-title-type 2). ;; char-width is not considered. ;; tested on howm-test121227. (setq howm-entitle-items-style2-max-length 50) (setq howm-entitle-items-style2-format "%-0s|%s") ;; for title and summary (setq howm-entitle-items-style2-title-line t) ;; independent title line? ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;