GNU bug report logs - #22756
25.1.50; thing-at-point-looking-at endless loop

Previous Next

Package: emacs;

Reported by: Tino Calancha <f92capac <at> gmail.com>

Date: Sun, 21 Feb 2016 15:04:01 UTC

Severity: normal

Found in version 25.1.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tino Calancha <f92capac <at> gmail.com>
To: 22756 <at> debbugs.gnu.org
Subject: bug#22756: 25.1.50; thing-at-point-looking-at endless loop
Date: Mon, 22 Feb 2016 00:06:27 +0900 (JST)
[Message part 1 (text/plain, inline)]
Good (or morning afternoon evening night)

emacs -Q:

;; OK
(with-temp-buffer
  (looking-at "^"))
t
;; OK
(with-temp-buffer
  (looking-back "^"))
t
;; Bad: endless loop
(with-temp-buffer
  (require 'thingatpt)
  (thing-at-point-looking-at "^"))

In GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.29)
Repository revision: 27d343070d02210316e69e4f7da1faeea2d87608
[thingatpt.patch (text/plain, attachment)]

This bug report was last modified 9 years and 90 days ago.

Previous Next


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