GNU bug report logs - #4737
23.1.50; C-j in *scratch* after a hash table constant errors with void-function

Previous Next

Package: emacs;

Reported by: Aidan Kehoe <kehoea <at> parhasard.net>

Date: Fri, 16 Oct 2009 14:45:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 4737 <at> debbugs.gnu.org, Aidan Kehoe <kehoea <at> parhasard.net>
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
> + 	;; 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



This bug report was last modified 15 years and 220 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.