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

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

bug#6299: In read-file-name: (args-out-of-range "c:" 0 3)


From: Stefan Monnier
Subject: bug#6299: In read-file-name: (args-out-of-range "c:" 0 3)
Date: Sat, 29 May 2010 17:18:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Debugger entered--Lisp error: (args-out-of-range "c:" 0 3)
>   signal(args-out-of-range ("c:" 0 3))
>   completion--some(#[(style) "        \236A@\n \f
> $\207" [style completion-styles-alist string table pred point] 5]
> (basic partial-completion emacs22))

First thing: edit completion--some o as to replace condition-case with
condition-case-no-debug.  This way the error won't be delayed and you'll
get a more precise backtrace.


        Stefan





reply via email to

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