all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [MH-E] overlay-arrow-string in folder buffer
@ 2008-12-25  1:06 Katsumi Yamaoka
  2009-01-02 19:27 ` Bill Wohler
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2008-12-25  1:06 UTC (permalink / raw)
  To: emacs-devel

Hi,

MH-E folks, please try running MH-E in tty.  In September 2008 in
the fj.editor.emacs newsgroup, one reported that it is annoying
that ">" hides the message numbers as follows:

1001
>002+
1003

It is because MH-E uses overlay-arrow and `overlay-arrow-string'
is hard-coded to ">".  So I offered to him this hook then:

(add-hook 'mh-folder-mode-hook
	  (lambda nil
	    (setq overlay-arrow-string "")))

Isn't it better to mention this in the manual, to make it be ""
in non-window systems, or to make it customizable?

Regards,




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-02 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-25  1:06 [MH-E] overlay-arrow-string in folder buffer Katsumi Yamaoka
2009-01-02 19:27 ` Bill Wohler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.