public inbox for howm-eng@lists.osdn.me
 help / color / mirror / Atom feed
From: khi at users.sourceforge.jp (khi at users.sourceforge.jp)
Subject: [Howm-eng 112] Re: Show title rather than file name in summaries
Date: Fri, 28 Dec 2012 00:54:48 +0900	[thread overview]
Message-ID: <87zk0zcwxj.wl@id.domain> (raw)
In-Reply-To: <86wqxgb920.fsf@willehalm.reiner>

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?

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


  reply	other threads:[~2012-12-27 15:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-14  7:56 [Howm-eng 106] " areiner
2012-11-14 11:54 ` [Howm-eng 107] " khi
2012-11-19  8:58   ` [Howm-eng 108] " areiner
2012-11-20 12:52     ` [Howm-eng 109] " khi
2012-11-20 15:14       ` [Howm-eng 110] " areiner
2012-12-27 15:54         ` khi [this message]
2013-01-05 21:13           ` [Howm-eng 113] " areiner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zk0zcwxj.wl@id.domain \
    --to=howm-eng@lists.osdn.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).