[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shouldn't `delete-blank-lines' treat form-feed as whitespace?
From: |
Eli Zaretskii |
Subject: |
Re: shouldn't `delete-blank-lines' treat form-feed as whitespace? |
Date: |
Sat, 06 Mar 2010 20:56:57 +0200 |
> From: Juri Linkov <address@hidden>
> Cc: Stefan Monnier <address@hidden>, address@hidden
> Date: Sat, 06 Mar 2010 19:57:47 +0200
>
> > Btw, as long as we are on this subject: `delete-blank-lines' should
> > also support Unicode characters whose meaning is whitespace. Right
> > now, it's strictly ASCII.
>
> Does e.g. NBSP (#xa0) have whitespace meaning wrt `delete-blank-lines'?
No, not AFAICS: as currently written, `delete-blank-lines' considers
only spaces, tabs, and newlines. See its code.