From: David Kastrup <dak@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: Code for converting between Elisp and Calc floats
Date: Fri, 23 Oct 2009 15:26:51 +0200 [thread overview]
Message-ID: <87iqe6kzqc.fsf@lola.goethe.zz> (raw)
In-Reply-To: E1N1Jvk-0001OR-WA@fencepost.gnu.org
Richard Stallman <rms@gnu.org> writes:
> That code needs a lot more comments to explain what's happening.
> Also, would you please format the code in accord with the Emacs coding
> style?
>
> /* voir (elisp) Writing Emacs Primitives*/
> if(NILP(is_special))
> {
> double_map_ot double_map_o;
> int exp_val = XINT(exp);
>
> should be
>
> /* voir (elisp) Writing Emacs Primitives*/
> if (NILP (is_special))
> {
> double_map_ot double_map_o;
> int exp_val = XINT(exp);
>
>
> And why does it say "voir"? Is that French? Is it a typo for `void'?
> If it is a typo for `void', I don't understand the meaning.
It's basically "See (elisp) Writing Emacs Primitives"
--
David Kastrup
next prev parent reply other threads:[~2009-10-23 13:26 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-08 20:47 allow C-x v i / C-x v v to create a repository if none is available Dan Nicolaescu
2009-10-08 21:10 ` Chong Yidong
2009-10-09 19:18 ` Stefan Monnier
2009-10-09 19:32 ` Dan Nicolaescu
2009-10-13 18:40 ` Stefan Monnier
2009-10-13 15:59 ` Dan Nicolaescu
2009-10-21 19:06 ` Dan Nicolaescu
2009-10-23 7:45 ` Dan Nicolaescu
2009-10-23 13:12 ` Stefan Monnier
2009-10-24 2:34 ` Miles Bader
2009-10-24 6:35 ` Dan Nicolaescu
2009-10-22 18:56 ` Code for converting between Elisp and Calc floats Jay Belanger
2009-10-22 20:04 ` James Cloos
2009-10-23 0:50 ` Stefan Monnier
2009-10-24 20:03 ` Jay Belanger
2009-10-25 0:56 ` Stefan Monnier
2009-10-25 5:36 ` David Kastrup
2009-10-25 11:36 ` Vincent Belaïche
2009-10-25 14:11 ` Chong Yidong
2009-10-25 19:29 ` Vincent Belaïche
2009-10-26 2:30 ` Stefan Monnier
2009-10-26 12:48 ` Vincent Belaïche
2009-10-27 3:22 ` Stefan Monnier
2009-10-25 13:57 ` Stefan Monnier
2009-10-25 18:35 ` Eli Zaretskii
2009-10-26 2:02 ` Large files (was: Code for converting between Elisp and Calc floats) Stefan Monnier
2009-10-23 13:11 ` Code for converting between Elisp and Calc floats Richard Stallman
2009-10-23 13:26 ` David Kastrup [this message]
2009-10-24 17:34 ` Richard Stallman
-- strict thread matches above, loose matches on Subject: below --
2009-10-27 4:56 Vincent Belaïche
2009-10-27 6:16 ` Stefan Monnier
2009-10-27 19:38 ` Vincent Belaïche
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87iqe6kzqc.fsf@lola.goethe.zz \
--to=dak@gnu.org \
--cc=emacs-devel@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.