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 154] Re: List recently opened buffers
Date: Thu, 26 Jul 2018 21:26:10 +0900	[thread overview]
Message-ID: <87bmauyyhp.wl@id.domain> (raw)
In-Reply-To: <613781827.2639630.1532601932400@mail.yahoo.com>

Hi.

;; https://lists.osdn.me/mailman/archives/howm-eng/2018/000152.html
(defun my-howm-list-buffer-titles (&optional all)
  "Show titles in buffer list. If ALL is non-nil, hidden buffers are also listed."
  (interactive "P")
  (howm-list-buffers all)
  (howm-list-title-internal))

Or...

;; https://lists.osdn.me/mailman/archives/howm-eng/2018/000152.html
(defadvice howm-list-buffers (around list-titles activate)
  "Show titles in howm-list-buffers."
  (prog1
      ad-do-it
    (howm-list-title-internal)))

-- 
khi at users.osdn.me


      reply	other threads:[~2018-07-26 12:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <613781827.2639630.1532601932400.ref@mail.yahoo.com>
2018-07-26 10:45 ` [Howm-eng 151] " yacinechaouche
2018-07-26 12:26   ` khi [this message]

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=87bmauyyhp.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).