unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: emacs-devel@gnu.org
Subject: Re: I want to add a package to GNU ELPA: infix-notation-calculator
Date: Tue, 17 Aug 2021 16:54:09 +0100	[thread overview]
Message-ID: <87y290ukwu.fsf@ucl.ac.uk> (raw)
In-Reply-To: E652C9E7-123B-433B-B55C-17C838FD338C@cvj.se

On Tuesday, 17 Aug 2021 at 17:27, Christian Johansson wrote:
> No I tried with the example buffer contents, without *and I got those
> errors. However I got it working in emacs-lisp-mode buffer but it
> deleted my calculation and replaced it with the answer.. can that
> feature be turned off?

The general form for an Embedded Calc question is:

var := expression => 

where "var :=" (means assign the result to variable called "var") and
"=>" are optional.  The result will replace the expression if there is
no "=>" but will place the result after the => if it's there.

For instance:

y := sqrt(2) => 1.41421356237

and

x := y^2 => 1.99999999999

The info manual is very comprehensive.

-- 
Eric S Fraga via Emacs 28.0.50 & org 9.4.6 on Debian 11.0




  reply	other threads:[~2021-08-17 15:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-16 21:14 I want to add a package to GNU ELPA: infix-notation-calculator Christian Johansson
2021-08-16 22:01 ` Stefan Monnier
2021-08-17  7:32   ` Christian Johansson
2021-08-17 11:01     ` Eric S Fraga
2021-08-17 11:20       ` Christian Johansson
2021-08-17 15:21         ` Eric S Fraga
2021-08-17 15:27           ` Christian Johansson
2021-08-17 15:54             ` Eric S Fraga [this message]
2021-08-17 16:55               ` Christian Johansson
2021-08-17 23:28     ` Stefan Monnier
2021-08-18  6:40       ` Michael Heerdegen
2021-08-18  9:03       ` Christian Johansson
2021-08-18 10:47         ` Eric S Fraga

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=87y290ukwu.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --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 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).