help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: linefeed ^L symbol


From: Giorgos Keramidas
Subject: Re: linefeed ^L symbol
Date: Tue, 11 Dec 2007 23:32:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (berkeley-unix)

On 11 Dec 2007 16:41:56 GMT, Tyler Smith <tyler.smith@mail.mcgill.ca> wrote:
> Hi,
>
> I've just reinstalled Emacs 22.1 from source on Debian Lenny. I notice
> now that ^L shows up here and there, presumably where a newline should
> be. Does this mean I've messed something up something in the config? I
> shouldn't be seeing escape characters like this should I?
>
> Examples:
> From the Paragraph Start customize variable window:
> Paragraph Start: Hide Value \|[      ]*$\|.* wrote:$\|.* wrote:$
>
> The actual value of this variable is:
> "\f\\|[       ]*$\\|.* wrote:$\\|.* wrote:$\\|.* wrote:$\\|.* wrote:$"
>
> I'm also confused as to why I should have \f in there to begin with,
> since I think Unix-like systems use \n instead?

You are a bit confused.  ^L is not `line feed', but a different
character (with ASCII code 12 instead of 10).  It is commonly
represented by the C-like escape sequence "\f" in strings...

To see more information about the ^L character, type in a scratch buffer
the following:

    C-q C-l

Then move the point to that character and type `C-u C-x =' :)



reply via email to

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