From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Newsgroups: gmane.emacs.devel Subject: Re: SES local variables to define printers Date: Thu, 30 May 2013 07:50:08 +0200 Message-ID: <80ehcpnhin.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369893073 21569 80.91.229.3 (30 May 2013 05:51:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 05:51:13 +0000 (UTC) To: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 30 07:51:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UhvlY-0008U7-Cr for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 07:51:12 +0200 Original-Received: from localhost ([::1]:52218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhvlY-00014N-19 for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 01:51:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhvlP-000147-RO for emacs-devel@gnu.org; Thu, 30 May 2013 01:51:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhvlL-0004MI-6w for emacs-devel@gnu.org; Thu, 30 May 2013 01:51:03 -0400 Original-Received: from smtp04.smtpout.orange.fr ([80.12.242.126]:52453 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhvlK-0004M2-WA for emacs-devel@gnu.org; Thu, 30 May 2013 01:50:59 -0400 Original-Received: from CHOUNEK ([92.135.232.123]) by mwinf5d59 with ME id i5qu1l00X2gQEcC035qv9K; Thu, 30 May 2013 07:50:56 +0200 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.126 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159909 Archived-At: > From: monnier@iro.umontreal.ca [...] > I'd add it to the file as a (ses-define-local-printer ..) call alongside > the various (ses-cell ...) calls. But if you want to use a file-local > variable, that's fine as well (tho there might be size-limit issues > with using file-local variables). > Ok you means _after_ the ses-cell declaration, just before those general declarations (taken from examples.ses): (ses-column-widths [15 15]) (ses-column-printers [nil nil]) (ses-default-printer "%.7g") (ses-header-row 0) > > Stefan > Vincent