From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: ispell-region with M-$ in transient-mark-mode Date: Fri, 21 Jan 2005 18:26:01 +0200 Message-ID: <01c4ffd6$Blat.v2.4$0a821d00@zahav.net.il> 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> <200501202311.j0KNBpa25055@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1106325389 5190 80.91.229.6 (21 Jan 2005 16:36:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2005 16:36:29 +0000 (UTC) Cc: juri@jurta.org, geoff@cs.hmc.edu, k.stevens@ieee.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 21 17:36:14 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 1Cs1le-0000x3-00 for ; Fri, 21 Jan 2005 17:36:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs1xi-0001Zp-7E for ged-emacs-devel@m.gmane.org; Fri, 21 Jan 2005 11:48:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs1xY-0001Yg-Ae for emacs-devel@gnu.org; Fri, 21 Jan 2005 11:48:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cs1xU-0001Wx-E2 for emacs-devel@gnu.org; Fri, 21 Jan 2005 11:48:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs1xT-0001VQ-8F for emacs-devel@gnu.org; Fri, 21 Jan 2005 11:48:27 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cs1fz-00020l-RT for emacs-devel@gnu.org; Fri, 21 Jan 2005 11:30:24 -0500 Original-Received: from zaretski (IGLD-83-130-252-165.inter.net.il [83.130.252.165]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AIR09901 (AUTH halo1); Fri, 21 Jan 2005 18:29:58 +0200 (IST) Original-To: Luc Teirlinck X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <200501202311.j0KNBpa25055@raven.dms.auburn.edu> (message from Luc Teirlinck on Thu, 20 Jan 2005 17:11:51 -0600 (CST)) 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:32457 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32457 > Date: Thu, 20 Jan 2005 17:11:51 -0600 (CST) > From: Luc Teirlinck > CC: dak@gnu.org, juri@jurta.org, eliz@gnu.org, k.stevens@ieee.org, > emacs-devel@gnu.org > > What we are talking about is the following. (Unless I am totally > misunderstanding things.) > > Currently C-u M-$ resumes an ispell session is there is a session to > resume. Otherwise, it currently throws an error. The proposal is to > make C-u M-$ call `ispell' if there is no ispell session to resume > (instead of throwing an error). Nothing would change in any situation > where currently no error is thrown. Yes, this is what was being discussed. And no, it will not change anything wrt active region or M-$ operation when such a region exists.