[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rendering a string as a new line?
From: |
Oliver Scholz |
Subject: |
Re: rendering a string as a new line? |
Date: |
Thu, 18 Sep 2003 10:52:50 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) |
jsbien@mimuw.edu.pl (Janusz S. Bień) writes:
> On Tue, 16 Sep 2003 Kevin Rodgers <ihs_4664@yahoo.com> wrote:
>
>> If the tag is more than 1 character (e.g. an XML tag),
>
> That's the case.
That would probably rule out a coding system as a more efficient
alternative to font-lock. But you might want to consider using either
format.el or `after-insert-file-functions' and
`write-region-annotate-functions', instead.
[...]
> On Tue, 16 Sep 2003 "Stefan Monnier" <monnier@iro.umontreal.ca> wrote:
>
> [...]
>
>> You can put a string "\n" as a `display' property on those tags.
>
> as, if I understand the documentation correctly, "\n" is not a legal
> value for `display' property.
[...]
It is not documented (so one could indeed argue, that it is not
legal), but it is valid.
Both valid and documented is '((margin nil) "\n").
Oliver
--
Jour du Génie de l'Année 211 de la Révolution
Liberté, Egalité, Fraternité!
- regexp NOT matching an extension, Leo, 2003/09/15
- Re: regexp NOT matching an extension, Oliver Scholz, 2003/09/16
- rendering a string as a new line?, Janusz S. Bień, 2003/09/16
- Re: regexp NOT matching an extension, Gareth Rees, 2003/09/16
- Message not available
- Re: rendering a string as a new line?, Stefan Monnier, 2003/09/18
- Re: rendering a string as a new line?, Oliver Scholz, 2003/09/19
- Re: rendering a string as a new line?, Stefan Monnier, 2003/09/19
- Re: rendering a string as a new line?, Oliver Scholz, 2003/09/20
Message not available