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

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

bug#4737: 23.1.50; C-j in *scratch* after a hash table constant errors w


From: Stefan Monnier
Subject: bug#4737: 23.1.50; C-j in *scratch* after a hash table constant errors with void-function
Date: Sun, 18 Oct 2009 10:43:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> +     ;; Skip over hash table read syntax
> +     (when (looking-back "#s")
> +       (forward-char -2))

Calling looking-back without a limit argument is asking for trouble (it
has complexity O(size of buffer) or worse).


        Stefan





reply via email to

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