emacs-devel
[Top][All Lists]
Advanced

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

Re: Overlay before-string property


From: Stefan Monnier
Subject: Re: Overlay before-string property
Date: Sat, 30 Sep 2006 23:31:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> Unfortunately, the depth-indicator overlay picks up the face used for the
> first character of the prompt string. I don't want that - I want it to have
> its own face (e.g. the default).

> So, I tried adding this at the end of the above code:

>     (overlay-put minibuf-depth-overlay 'face 'default)

Put the face property on the before-string string.


        Stefan




reply via email to

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