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

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

bug#69475: strange error message


From: Andreas Schwab
Subject: bug#69475: strange error message
Date: Thu, 29 Feb 2024 16:33:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

On Feb 29 2024, Robert Boyer wrote:

> Then we get the following error.
>
> Debugger entered--Lisp error: (args-out-of-range [1 2 3] 3)
>   msa-1(0 3 [1 2 3] [3 0 0])
>   eval((msa-1 0 3 msa-input msa-scratch))
>   msa((1 2 3) < nil)
>   trivial()
>   funcall-interactively(trivial)
>   command-execute(trivial)
>
> I cannot for the life of me figure out what the error report is saying.
>
> As best I can tell from looking at all the files in sight,
>   'input 3'
> are never being passed as the two arguments to anything except 'aref',
> which expects exactly two args.

The first of which is the array, the second one is the index, which
is out of range (3 is >= length of the array).

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





reply via email to

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