[Howm-eng 154] Re: List recently opened buffers

Back to archive index

khi****@users***** khi****@users*****
Thu Jul 26 21:26:10 JST 2018


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****@users*****




More information about the Howm-eng mailing list
Back to archive index