all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: jay.p.belanger@gmail.com
Cc: "<emacs-devel@gnu.org> developers" <emacs-devel@gnu.org>
Subject: Re: Regression with calc-eval
Date: Mon, 25 Mar 2013 15:51:22 +0100	[thread overview]
Message-ID: <45DAC06D-90D7-48DD-980B-C7CF82814EB3@gmail.com> (raw)
In-Reply-To: <87vc8f7dmf.fsf@gmail.com>


On 25 mrt. 2013, at 15:33, Jay Belanger <jay.p.belanger@gmail.com> wrote:

> 
>> I just noticed a regression with calc-eval.
>> 
>> Calc-eval can no longer be called out of the blue.  Calc-eval calls
>> calc-do-calc-eval which calls calc-check-defines.  calc-check-defines
>> does a set-buffer to "*Calculator*", so it needs this buffer present
>> and initialized, as if M-x calc had already been called interactively.
> 
> calc-check-defines only does anything when calc-define has a property
> list, which isn't always the case.  But calc-do-calc-eval also calls
> calc-create-buffer, and always has.

Ahh, you brought me on the right track, thank you.  I caused
the problem myself by restructuring my init file and by
loading the .calc file explicitly, by mistake.  This
adds properties to calc-define and causes the problems in the wake.

No loading .calc explicitly fixes the issue - sorry for the noise.

- Carsten



      reply	other threads:[~2013-03-25 14:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25 10:25 Regression with calc-eval Carsten Dominik
2013-03-25 14:33 ` Jay Belanger
2013-03-25 14:51   ` Carsten Dominik [this message]

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=45DAC06D-90D7-48DD-980B-C7CF82814EB3@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jay.p.belanger@gmail.com \
    /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.