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:09:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Christopher Dimech wrote:

> I am displaying an info file in emacs. But when I use the
> arrow keys to move up and down the document I get
>
> Debugger entered--Lisp error: (beginning-of-buffer)
>   signal(beginning-of-buffer nil)
>   previous-line(1 1)
>   funcall-interactively(previous-line 1 1)
>   call-interactively(previous-line nil nil)
>   command-execute(previous-line)
>
> Debugger entered--Lisp error: (end-of-buffer)
>   signal(end-of-buffer nil)
>   next-line(1 1)
>   funcall-interactively(next-line 1 1)
>   call-interactively(next-line nil nil)
>   command-execute(next-line)

That's how it should be, or how it is anyway, perhaps you
configured the debugger?

try

$ emacs -Q

then eval (info "(Emacs)")

and see it the problem remains.

-- 
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]