From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David O'Toole" Newsgroups: gmane.emacs.devel Subject: Re: Spreadsheet display mode Date: Fri, 23 Nov 2007 09:00:08 -0500 Message-ID: <64bfe3d50711230600u7199bb9fq2558518434ed7c32@mail.gmail.com> References: <64bfe3d50711221703n6a2aa803refcae006b68a022a@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1195826438 27979 80.91.229.12 (23 Nov 2007 14:00:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2007 14:00:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 23 15:00:45 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvZ5B-0004gI-5w for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 15:00:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvZ4x-0000xb-2Y for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 09:00:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvZ4s-0000xI-QW for emacs-devel@gnu.org; Fri, 23 Nov 2007 09:00:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvZ4r-0000wr-BH for emacs-devel@gnu.org; Fri, 23 Nov 2007 09:00:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvZ4r-0000wk-3K for emacs-devel@gnu.org; Fri, 23 Nov 2007 09:00:17 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvZ4q-0000xS-Px for emacs-devel@gnu.org; Fri, 23 Nov 2007 09:00:16 -0500 Original-Received: by nz-out-0506.google.com with SMTP id f1so2482137nzc for ; Fri, 23 Nov 2007 06:00:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=10JrPWdXFGIJL3oe0RrNaEACXFBaMsueXzTuQr/YXWo=; b=ljXYmqeaVEg4IfktrxYqWbpqF9nxnPiPGpEmC787eun5VGXLSRKwIFOYrcl/70bLgsiNK4+JKJ/mUkmAOEOfaKNols07A8lB2BcQpDua2F02oIT01ShDua72nET3vT5dWsWLjXDM6BHosP5Kh3uZBhzO3azCpD+gRyzNKzxaNU8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=B9oh7n++xrRfx2UVz3qF+5lPzn6a2smQg4gbRXWhHOMw+Snd7bB7kKoelbTNrzWV/tIevnpaISWJtlhytKbwxW7Xy8ae105Xlt3OFDkFc62f57c6gn9pGt78o8bPWnMkejQI2YtuwS70J7rxu3hxghqJuyBXBPsz0e6kN2PuKlU= Original-Received: by 10.114.177.1 with SMTP id z1mr454550wae.1195826408313; Fri, 23 Nov 2007 06:00:08 -0800 (PST) Original-Received: by 10.114.169.15 with HTTP; Fri, 23 Nov 2007 06:00:08 -0800 (PST) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: 69b8813851116c46 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.devel:83957 Archived-At: I never could get that to work, but perhaps I missed something. On Nov 23, 2007 7:03 AM, Johan Bockg=E5rd wro= te: > > `cursor' > Normally, the cursor is displayed at the end of any overlay and > text property strings present at the current window position. You > can place the cursor on any desired character of these strings by > giving that character a non-`nil' CURSOR text property. >