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: Eli Zaretskii
Subject: bug#69475: strange error message
Date: Sat, 09 Mar 2024 10:46:51 +0200

tags 69475 notabug
close 69475
thanks

> Cc: 69475@debbugs.gnu.org
> From: Andreas Schwab <schwab@suse.de>
> Date: Thu, 29 Feb 2024 16:33:48 +0100
> 
> 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).

Right, so I'm now closing this non-bug.





reply via email to

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