emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: request: face for „...“ at collapsed sections


From: Tassilo Horn
Subject: [Orgmode] Re: request: face for „...“ at collapsed sections
Date: Sun, 26 Aug 2007 22:42:35 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

"Daniel Clemente" <address@hidden> writes:

Hi Daniel,

>   now that we speak about new faces... I would like to change the
> color of the ... that can be seen when a section is rolled out. Why?
> Because I want to differentiate this:
>
> ** Some title...
>
>   From this:
>
> ** Some title...

I have this in my emacs:

,----
| ;;; Making fold markers ("...")  more visible
| 
| (defface selective-display
|   '((default :background "lightgrey")
|     (((supports :underline "red")) :underline "red"))
|   "Face used for fold markers like ...")
| 
| (unless standard-display-table
|   (setq standard-display-table (make-display-table)))
| 
| (set-display-table-slot standard-display-table 'selective-display
|                         (vconcat (mapcar
|                                   (lambda (c)
|                                     (make-glyph-code c 'selective-display))
|                                   "...")))
`----

Bye,
Tassilo
-- 
No person,  no idea, and no  religion deserves to be  illegal to insult,
not even the Church of Emacs. (Richard M. Stallman)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]