From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: lawrence mitchell Newsgroups: gmane.emacs.help Subject: Re: shell and ispell Date: Thu, 05 Sep 2002 22:18:41 +0100 Organization: funfunfun Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031261670 27520 127.0.0.1 (5 Sep 2002 21:34:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 21:34:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17n4Gi-00079T-00 for ; Thu, 05 Sep 2002 23:34:28 +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 17n4IL-0002lj-00; Thu, 05 Sep 2002 17:36:09 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!m512-mp1.cvx1-a.swa.dial.ntli.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: m512-mp1.cvx1-a.swa.dial.ntli.net (213.105.230.0) Original-X-Trace: fu-berlin.de 1031260894 57914936 213.105.230.0 (16 [97657]) X-No-Yes: No Mail-Copies-To: nobody User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i386-mingw-windows98.2222) Cancel-Lock: sha1:0U9EMnN9axLB7uUiSbi2kZPEEJc= Original-Xref: nntp.stanford.edu gnu.emacs.help:104522 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1081 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1081 ahall@no-spam-world.std.com wrote: [...] most-positive-fixnum. > That variable is not defined (C-h v most-[tab] does not complete. > Is there another way in which I might test that? Ah sorry, it's defined when cl is loaded, but you can find the value by evaluating: (lsh -1 -1). -- lawrence mitchell