all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Latest Emacs and calc
@ 2018-11-15 20:52 James Engel
  0 siblings, 0 replies; 3+ messages in thread
From: James Engel @ 2018-11-15 20:52 UTC (permalink / raw)
  To: help-gnu-emacs

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

Key sequence M-y starts with a non-prefix key ESC

The same version on mac does not show the error and works fine.
What does this error mean? Any way to fix it. Do I have use any special compile option?
I also tried version 24, 25, and 27 all give the same error.

Thanks
   Jim Engel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Latest Emacs and calc
       [not found] <mailman.4106.1542317370.1284.help-gnu-emacs@gnu.org>
@ 2018-11-16  1:23 ` HASM
  2018-11-16  4:18   ` James Engel
  0 siblings, 1 reply; 3+ messages in thread
From: HASM @ 2018-11-16  1:23 UTC (permalink / raw)
  To: help-gnu-emacs


> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Latest Emacs and calc
  2018-11-16  1:23 ` Latest Emacs and calc HASM
@ 2018-11-16  4:18   ` James Engel
  0 siblings, 0 replies; 3+ messages in thread
From: James Engel @ 2018-11-16  4:18 UTC (permalink / raw)
  To: hasm; +Cc: help-gnu-emacs

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
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-16  4:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.4106.1542317370.1284.help-gnu-emacs@gnu.org>
2018-11-16  1:23 ` Latest Emacs and calc HASM
2018-11-16  4:18   ` James Engel
2018-11-15 20:52 James Engel

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.