From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: help-gnu-emacs@gnu.org
Subject: Re: linefeed ^L symbol
Date: Tue, 11 Dec 2007 23:32:03 +0200 [thread overview]
Message-ID: <877ijkx6i4.fsf@kobe.laptop> (raw)
In-Reply-To: slrnflttgf.fru.tyler.smith@blackbart.sedgenet
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 \f\|[ ]*$\|.* 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 =' :)
prev parent reply other threads:[~2007-12-11 21:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-11 16:41 linefeed ^L symbol Tyler Smith
2007-12-11 19:06 ` Peter Dyballa
2007-12-11 21:09 ` Xah Lee
2007-12-11 21:32 ` Giorgos Keramidas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877ijkx6i4.fsf@kobe.laptop \
--to=keramida@ceid.upatras.gr \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).