From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: ispell-region with M-$ in transient-mark-mode Date: Fri, 21 Jan 2005 15:25:55 -0600 (CST) Message-ID: <200501212125.j0LLPtN07802@raven.dms.auburn.edu> 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> <20050120223641.GK8344@boetes.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106344340 32661 80.91.229.6 (21 Jan 2005 21:52:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2005 21:52:20 +0000 (UTC) Cc: han@mijncomputer.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 21 22:52:12 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 1Cs6hP-00069z-00 for ; Fri, 21 Jan 2005 22:52:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs6tU-0007Ht-0q for ged-emacs-devel@m.gmane.org; Fri, 21 Jan 2005 17:04:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs6tL-0007Hi-9D for emacs-devel@gnu.org; Fri, 21 Jan 2005 17:04:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cs6tK-0007HU-Qw for emacs-devel@gnu.org; Fri, 21 Jan 2005 17:04:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs6pJ-0005vl-Dk for emacs-devel@gnu.org; Fri, 21 Jan 2005 17:00:21 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cs6Ii-000266-4o; Fri, 21 Jan 2005 16:26:40 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j0LLQd9N002060; Fri, 21 Jan 2005 15:26:39 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j0LLPtN07802; Fri, 21 Jan 2005 15:25:55 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Fri, 21 Jan 2005 15:10:53 -0500) 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:32465 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32465 Richard Stallman wrote: No, because those are word commands. This proposal has nothing to do with word commands. Or at least I thought it did not. The proposal had nothing to do with word commands. While M-$ is a word command, C-u M-$ is not a word command. It resumes an interrupted ispell session. The proposal was that C-u M-$ would start a new ispell process if there was no process to resume instead of throwing an error, as it currently does. Sincerely, Luc.