emacs-devel
[Top][All Lists]
Advanced

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

Re: shouldn't `delete-blank-lines' treat form-feed as whitespace?


From: Juri Linkov
Subject: Re: shouldn't `delete-blank-lines' treat form-feed as whitespace?
Date: Wed, 03 Mar 2010 21:32:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (x86_64-pc-linux-gnu)

> `delete-blank-lines' treats SPC, TAB, and newline as whitespace.
> Shouldn't it also treat form-feed (aka \f, aka ^L) as whitespace?

Maybe it should depend of the current buffer's syntax?  I mean using
"[:space:]" in `delete-blank-lines'.  This has a problem: e.g. in Lisp
mode \n has the `endcomment' syntax instead of `whitespace'.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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