From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: rb Newsgroups: gmane.emacs.help Subject: Re: blank cells in ses range Date: 27 Nov 2004 19:54:13 -0500 Organization: PANIX Public Access Internet and UNIX, NYC Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101603347 15433 80.91.229.6 (28 Nov 2004 00:55:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Nov 2004 00:55:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 28 01:55:43 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CYDLq-0006Dz-00 for ; Sun, 28 Nov 2004 01:55:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CYDVA-0008PN-Gy for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Nov 2004 20:05:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: panix5.panix.com Original-X-Trace: reader1.panix.com 1101603253 14738 166.84.1.5 (28 Nov 2004 00:54:13 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Sun, 28 Nov 2004 00:54:13 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:126982 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22385 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22385 Stefan Monnier writes: [...] > Have you tried (apply 'ses+ (ses-range E1 E9)) ? Thank you again for solving this. One other problem I've had using ses is that I don't know how to specify a printer function which will insert a comma separator. In other words, which will print 116789 as 116,789. If you can help clarify how to do this, I would be grateful. rb --