Matt Hodges <[EMAIL PROTECTED]> writes:

>     (setq header-line-format
>           (concat (propertize " " 'display `(space :align-to (+ left-fringe 
> 10))) "foo"))

Try:

   (setq header-line-format
        (concat " " (propertize " " 'display `(space :align-to (+ left-fringe 
10))) "foo"))



-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to