From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han Boetes Newsgroups: gmane.emacs.devel Subject: Re: ispell-region with M-$ in transient-mark-mode Date: Thu, 20 Jan 2005 23:36:19 +0100 Message-ID: <20050120223641.GK8344@boetes.org> 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> <01c4fe50$Blat.v2.2.2$b25e9bc0@zahav.net.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106261790 11960 80.91.229.6 (20 Jan 2005 22:56:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Jan 2005 22:56:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 20 23:56:13 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 1CrlDo-0006wg-00 for ; Thu, 20 Jan 2005 23:56:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrlPq-0000W7-4a for ged-emacs-devel@m.gmane.org; Thu, 20 Jan 2005 18:08:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CrlJu-0007ia-MG for emacs-devel@gnu.org; Thu, 20 Jan 2005 18:02:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CrlJd-0007Xx-4u for emacs-devel@gnu.org; Thu, 20 Jan 2005 18:02:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CrlJb-0007TY-C2 for emacs-devel@gnu.org; Thu, 20 Jan 2005 18:02:11 -0500 Original-Received: from [217.120.147.78] (helo=boetes.org) by monty-python.gnu.org with smtp (Exim 4.34) id 1Crkuf-0005Xl-0L for emacs-devel@gnu.org; Thu, 20 Jan 2005 17:36:25 -0500 Original-Received: (qmail 27917 invoked by uid 1000); 20 Jan 2005 22:36:42 -0000 Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i 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:32431 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32431 Richard Stallman wrote: > > Instead of this, I propose to call the command `ispell' > > which already checks a region or a buffer depending on the > > values of `transient-mark-mode' and `mark-active'. > > IMHO this is a good idea. In general, if we can do something > useful and sufficiently intuitive instead of throwing an > error, we should. > > I would not object to this change. Would this also apply to commands as downcase-word and upcase-word for instance? # Han