From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Anand S. Dhankshirur" Newsgroups: gmane.emacs.help Subject: Re: How to convert the case for a single letter Date: Thu, 20 Nov 2008 16:59:50 +0530 Organization: C-DOT Message-ID: <49254A2E.4020300@cdotb.ernet.in> References: <492542F3.5080508@cdotb.ernet.in> <368BF4A6-3510-4080-8BF9-6B05CCADB0B5@Web.DE> Reply-To: asd@cdotb.ernet.in NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1227180305 16751 80.91.229.12 (20 Nov 2008 11:25:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 11:25:05 +0000 (UTC) To: Peter Dyballa , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 12:26:07 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L37fd-0004qh-DI for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 12:26:01 +0100 Original-Received: from localhost ([127.0.0.1]:45791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L37eU-0001sq-81 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 06:24:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L37e9-0001q7-DA for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:24:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L37e7-0001nO-MY for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:24:29 -0500 Original-Received: from [199.232.76.173] (port=36447 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L37e7-0001n3-Gf for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:24:27 -0500 Original-Received: from ws9.cdotb.ernet.in ([202.41.72.121]:49113) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L37e2-0000RS-V5 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 06:24:27 -0500 Original-Received: from ws9.cdotb.ernet.in (localhost [127.0.0.1]) by localhost.cdotb.ernet.in (Postfix) with ESMTP id D14F9A50C; Thu, 20 Nov 2008 16:53:59 +0530 (IST) Original-Received: from universe (universe.cdotb.ernet.in [192.168.42.10]) by ws9.cdotb.ernet.in (Postfix) with ESMTP id B74F5A509; Thu, 20 Nov 2008 16:53:59 +0530 (IST) Original-Received: from [192.168.16.119] (vishwa.cdotb.ernet.in [192.168.16.119]) by universe (8.12.2+Sun/8.12.2) with ESMTP id mAKBNmmC006749; Thu, 20 Nov 2008 16:53:48 +0530 (IST) User-Agent: Thunderbird 1.5 (X11/20051201) In-Reply-To: <368BF4A6-3510-4080-8BF9-6B05CCADB0B5@Web.DE> X-TM-AS-Product-Ver: IMSS-7.0.0.7138-5.5.0.1026-16290.005 X-TM-AS-Result: No--7.633-5.0-31-1 X-imss-scan-details: No--7.633-5.0-31-1 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:59962 Archived-At: That almost does the job. Peter Dyballa wrote: > > Am 20.11.2008 um 11:58 schrieb Anand S. Dhankshirur: > >> How do i convert the case of the letter (in the word) from lower to=20 >> upper or vice versa. > > Upcase-region, downcase-region. Or create something own. > > --=20 > Greetings > > Pete > > The human animal differs from the lesser primates in his passion for=20 > lists of "Ten Best." > =96 H. Allen Smith > > >