help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latest Emacs and calc


From: James Engel
Subject: Re: Latest Emacs and calc
Date: Thu, 15 Nov 2018 23:18:54 -0500

I found out what is causing the issue. Code in my .emacs
I grabbed some code to make cut/paste from X clipboard work like it use to
in emacs 24.

(defun my/paste-in-minibuffer ()
(local-set-key (kbd "M-y") 'paste-from-x-clipboard)
)
(add-hook 'minibuffer-setup-hook 'my/paste-in-minibuffer)

The above code is what caused the problem.
Removing the add-hook solved the problem.
Thanks for looking at this.

Jim

On Thu, Nov 15, 2018 at 8:25 PM HASM <hasm@example.invalid> wrote:

>
> > I am using Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version
> > 2.24.23) on linux and when I attempt to enter number into calc I get
> > the following error
>
> I don't think I've ever had problems with calc. Now running GNU Emacs
> 26.1 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.23.2).
>
> -- HASM
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]