From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "mark" Newsgroups: gmane.emacs.help Subject: Re: alt v key Date: 28 Sep 2006 10:32:32 -0700 Organization: http://groups.google.com Message-ID: <1159464752.277038.83270@k70g2000cwa.googlegroups.com> References: <1159287309.063547.109850@h48g2000cwc.googlegroups.com> <1159304080.972857.265460@i42g2000cwa.googlegroups.com> <1159373690.838357.124910@m7g2000cwm.googlegroups.com> <871wpwbbni.fsf@trick.ulm.malte.spiess> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1159465297 14143 80.91.229.2 (28 Sep 2006 17:41:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Sep 2006 17:41:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 28 19:41:35 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GSzsy-0005rA-9r for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Sep 2006 19:41:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSzsx-0001gm-Hs for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Sep 2006 13:41:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k70g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 70 Original-NNTP-Posting-Host: 137.75.100.93 Original-X-Trace: posting.google.com 1159464757 5534 127.0.0.1 (28 Sep 2006 17:32:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 28 Sep 2006 17:32:37 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-1.2 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k70g2000cwa.googlegroups.com; posting-host=137.75.100.93; posting-account=rqRxLQ0AAADrMAzVKsv3Oy5UC_UJOlQ0 Original-Xref: shelby.stanford.edu gnu.emacs.help:142081 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37701 Archived-At: 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" 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