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: 26 Sep 2006 13:54:41 -0700 Organization: http://groups.google.com Message-ID: <1159304080.972857.265460@i42g2000cwa.googlegroups.com> References: <1159287309.063547.109850@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1159306839 31734 80.91.229.2 (26 Sep 2006 21:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Sep 2006 21:40:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 26 23:40:37 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 1GSKfE-0008Vm-1e for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Sep 2006 23:40:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSKfD-0004XQ-Hd for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Sep 2006 17:40:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i42g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 137.75.100.93 Original-X-Trace: posting.google.com 1159304086 8893 127.0.0.1 (26 Sep 2006 20:54:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 26 Sep 2006 20:54:46 +0000 (UTC) In-Reply-To: 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: i42g2000cwa.googlegroups.com; posting-host=137.75.100.93; posting-account=rqRxLQ0AAADrMAzVKsv3Oy5UC_UJOlQ0 Original-Xref: shelby.stanford.edu gnu.emacs.help:142036 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:37656 Archived-At: Kevin: after Ctrl-h k Alt-v 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. thanks, Mark Kevin Rodgers wrote: > mark wrote: > > sysadmin just upgraded my PC to suse 10.1 and emacs to 21.3 along with > > it. > > Before the Alt v key scrolled up but now it capitalizes. How can I set > > it up to have > > the previous binding? > > What does `Ctrl-h k Alt-v' display? > > -- > Kevin