Hi, > > 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)) > | "..."))) > `---- >
Wow, that seems a very low-level solution, but it works. I think it would be better if org-mode would set the „..." directly with another face. Thanks for your instructive hack, Daniel _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode