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

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

Re: What's the meaning of "^A" in emacs?


From: Emanuel Berg
Subject: Re: What's the meaning of "^A" in emacs?
Date: Tue, 28 Jul 2015 23:34:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Navy Cheng <navych@126.com> writes:

> What't the meaning of "^-characters" such as ^A, ^_,
> ^O ? I see this characters in some files. And How
> can I input this characters? Thanks.

^ is the Control key, so ^A is C-a in Emacs'
"human" notation.

\[ is the Meta key, so ^[m is M-m.

When you say "input", do you mean to *insert* them as
chars into a buffer? If so, just hit C-q first.
But I don't think you should do this too often (?).

If you mean input them as keystrokes, just hit the
Control and Meta keys, of course :)

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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