From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: ispell-region with M-$ in transient-mark-mode Date: Thu, 20 Jan 2005 09:18:29 +0100 Message-ID: References: <87zmz7m2qr.fsf@jurta.org> <01c4fd95$Blat.v2.2.2$b13f8120@zahav.net.il> <87651u6w4g.fsf@jurta.org> <01c4fde1$Blat.v2.2.2$f4f851c0@zahav.net.il> <87hdldkgim.fsf@jurta.org> <200501192130.j0JLUJN14421@raven.dms.auburn.edu> <200501200019.j0K0JE315959@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106209264 1771 80.91.229.6 (20 Jan 2005 08:21:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Jan 2005 08:21:04 +0000 (UTC) Cc: juri@jurta.org, eliz@gnu.org, k.stevens@ieee.org, ispell-el-bugs@itcorp.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 20 09:20:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CrXYk-0005Hj-00 for ; Thu, 20 Jan 2005 09:20:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrXk1-0003c9-6W for ged-emacs-devel@m.gmane.org; Thu, 20 Jan 2005 03:32:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CrXj3-0003aJ-Gp for emacs-devel@gnu.org; Thu, 20 Jan 2005 03:31:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CrXiz-0003YE-7n for emacs-devel@gnu.org; Thu, 20 Jan 2005 03:31:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrXiy-0003XI-Rw for emacs-devel@gnu.org; Thu, 20 Jan 2005 03:31:29 -0500 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1CrXWK-0005Lj-2A for emacs-devel@gnu.org; Thu, 20 Jan 2005 03:18:24 -0500 Original-Received: (qmail 8110 invoked from network); 20 Jan 2005 08:18:22 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 20 Jan 2005 08:18:22 -0000 Original-To: Luc Teirlinck In-Reply-To: <200501200019.j0K0JE315959@raven.dms.auburn.edu> (Luc Teirlinck's message of "Wed, 19 Jan 2005 18:19:14 -0600 (CST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32410 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32410 Luc Teirlinck writes: > What is wrong with `C-x C-u'? The region case commands are not used > that often that two keystrokes is too much. Because they are not used very often, it is hard to remember two different bindings for upcase. M-u in a region would mean "upcase every word in the region". M-$ in a region would mean "ispell every word in the region". That is simple and intuitive (IMO), at least with transient-mark-mode. -- Kim F. Storm http://www.cua.dk