unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Vincent Belaïche" <vincent.b.1@hotmail.fr>
Cc: emacs-devel@gnu.org
Subject: Re: SES local variables to define printers
Date: Sat, 25 May 2013 21:17:10 -0400	[thread overview]
Message-ID: <jwvfvxaczlw.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <80vc666ba5.fsf@gmail.com> ("Vincent Belaïche"'s message of "Sat, 25 May 2013 22:43:14 +0200")

> Here is an example "example.ses", if you open it with the current SES it
> will generate an error "Invalid printer" while it used to work --- don't
> remember with which version, but that sort of thing was working one year
> or so ago.

It doesn't work with any of Debian's Emacs-24.1, Emacs-23.4, or
Emacs-22.3.  It must have been something different.

> If you take my patch (attached as ses.el.gz) and configure
> ses-enable-local-variables you will have desired printing.

How 'bout:

You add to your .emacs

   (defun my-checked-time (x)
     (let ((calc-float-format '(fix 1)) (calc-hms-format "%sh %sm %ss"))
       (math-format-value x)))
   (defun my-tbc-time (x)
     (let ((calc-float-format '(fix 1))(calc-hms-format "?? %sh %sm %ss"))
       (math-format-value x)))

and then you can use those printer functions in your ses files.

It's simple and safe, and it works without any changes.


        Stefan



  reply	other threads:[~2013-05-26  1:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-25 20:43 SES local variables to define printers Vincent Belaïche
2013-05-26  1:17 ` Stefan Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-30 15:36 Vincent Belaïche
2013-05-30 17:15 ` Stefan Monnier
2013-05-30  7:24 Vincent Belaïche
2013-05-30  5:50 Vincent Belaïche
2013-05-30 13:20 ` Stefan Monnier
2013-05-28  4:38 Vincent Belaïche
2013-05-28  4:57 ` Stefan Monnier
2013-05-26 20:25 Vincent Belaïche
2013-05-27  1:35 ` Stefan Monnier
2013-05-26  7:16 Vincent Belaïche
2013-05-26 18:02 ` Stefan Monnier
2013-05-24  5:53 Vincent Belaïche
2013-05-24  5:46 Vincent Belaïche
2013-05-24  5:45 Vincent Belaïche
2013-05-24 13:28 ` Stefan Monnier
2013-05-23 20:52 Vincent Belaïche
2013-05-23 21:35 ` Davis Herring
2013-05-24  1:06 ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvfvxaczlw.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=vincent.b.1@hotmail.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).