"Daniel Clemente" <[EMAIL PROTECTED]> 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)



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to