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: Called for effect Date: Sun, 20 Oct 2002 08:53:31 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021018171300.2D9C.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035096916 2705 80.91.224.249 (20 Oct 2002 06:55:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 06:55:16 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1839zW-0000hO-00 for ; Sun, 20 Oct 2002 08:55:14 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 183Asn-0007Df-00 for ; Sun, 20 Oct 2002 09:52:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1839yT-0006YA-00; Sun, 20 Oct 2002 02:54:09 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1839xp-0005Qp-00 for emacs-devel@gnu.org; Sun, 20 Oct 2002 02:53:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1839xm-0005Go-00 for emacs-devel@gnu.org; Sun, 20 Oct 2002 02:53:27 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1839xk-00057p-00 for emacs-devel@gnu.org; Sun, 20 Oct 2002 02:53:25 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA07676; Sun, 20 Oct 2002 08:53:31 +0200 (IST) X-Sender: eliz@is Original-To: Juanma Barranquero In-Reply-To: <20021018171300.2D9C.LEKTU@terra.es> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8591 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8591 On Fri, 18 Oct 2002, Juanma Barranquero wrote: > >From `ispell-show-choices' (lisp/textmodes/ispell.el): > > > (progn > > (framepop-display-buffer (get-buffer ispell-choices-buffer)) > > ** (get-buffer-window ispell-choices-buffer t) > > (select-window (previous-window))) ; *Choices* window > > Is the marked line executed for some good reason? I'm not sure the maintainer of ispell.el reads this list, so CC'ing him would be a good idea.