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

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

Re: alt v key


From: mark
Subject: Re: alt v key
Date: 28 Sep 2006 10:32:32 -0700
User-agent: G2/1.0

Below are the outputs after C-h k

C-M-v:
M-b runs the command backward-word
   which is an interactive compiled Lisp function in `simple'.
(backward-word ARG)

Move backward until encountering the beginning of a word.
With argument, do this that many times.

M-c:
M-c runs the command capitalize-word
(capitalize-word ARG)
   which is an interactive built-in function.

Capitalize the following word (or ARG words), moving over.
This gives the word(s) a first character in upper case
and the rest lower case.
With negative argument, capitalize previous words but do not move.


C-v:
C-v runs the command scroll-up
(scroll-up &optional ARG)
   which is an interactive built-in function.

Scroll text of current window upward ARG lines; or near full screen if
no \
ARG.
A near full screen is `next-screen-context-lines' less than a full
screen.
Negative ARG means scroll downward.
If ARG is the atom `-', scroll downward by nearly full screen.
When calling from a program, supply as argument a number, nil, or `-'.

C-c: waits for further input

?:
? runs the command self-insert-command
(self-insert-command N)
   which is an interactive built-in function.

Insert the character you type.
Whichever character you type to run this command is inserted.

Thanks for help,
Mark

Malte Spiess wrote:
> "mark" <mzp3769@yahoo.com> writes:
>
> > no, no new keyboard, doubt about a joke - only sysadmin has access to
> > my PC.
> > v displays correctyl in emacs/other apps,
> > Mark
>
> This is really strange, as it says that you have input a "c".
>
> What happens when you press C-h k followed by
> C-M-v
> M-c
> C-v
> C-c
> ?
> (M = Alt, C = Ctrl)
> 
> Greetings 
> 
> Malte



reply via email to

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