Juanma Barranquero wrote:

On 7/3/05, Lennart Borgman <[EMAIL PROTECTED]> wrote:

This gets incorrectly indented after :background.

         (put-text-property 0 (length s)
                            'face '(:background "red"
                                                :foreground "black"
                                                :height 1.5) s)

What do you mean? After C-M-q (indent-pp-sexp), it is:

 (put-text-property 0 (length s)
                    'face '(:background "red"
                            :foreground "black"
                            :height 1.5) s)

which seems OK to me.

It would be ok with me, but that is not what I see ;-)

:foreground is right under "red". Tested with emacs -Q.


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

Reply via email to