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

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

Re: Info file in emacs.gives Lisp error: (beginning-of-buffer) (end-of-b


From: Emanuel Berg
Subject: Re: Info file in emacs.gives Lisp error: (beginning-of-buffer) (end-of-buffer)
Date: Wed, 23 Dec 2020 18:49:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Christopher Dimech wrote:

> (pcase typh-frame-size-state
>   (1 (setq debug-on-error nil)
>      (setq typh-frame-size-state 2))
>   (2 (setq debug-on-error t)
>      (setq debug-ignored-errors nil)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Here we see how where the problem originated, because
`debug-ignored-errors' by default contains both
beginning-of-buffer and end-of-buffer.

Here we also see what happens when you muck around with global
variables from defuns...

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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