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

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

bug#22756: 25.1.50; thing-at-point-looking-at endless loop


From: Tino Calancha
Subject: bug#22756: 25.1.50; thing-at-point-looking-at endless loop
Date: Mon, 22 Feb 2016 00:06:27 +0900 (JST)
User-agent: Alpine 2.20 (LRH 67 2015-01-07)


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

Attachment: thingatpt.patch
Description: Text document


reply via email to

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