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

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

[debbugs-tracker] bug#22756: closed (25.1.50; thing-at-point-looking-at


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22756: closed (25.1.50; thing-at-point-looking-at endless loop)
Date: Sat, 27 Feb 2016 11:30:02 +0000

Your message dated Sat, 27 Feb 2016 13:28:57 +0200
with message-id <address@hidden>
and subject line Re: bug#22756: 25.1.50; thing-at-point-looking-at endless loop
has caused the debbugs.gnu.org bug report #22756,
regarding 25.1.50; thing-at-point-looking-at endless loop
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22756: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22756
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- Subject: Re: bug#22756: 25.1.50; thing-at-point-looking-at endless loop Date: Sat, 27 Feb 2016 13:28:57 +0200
> Date: Mon, 22 Feb 2016 00:06:27 +0900 (JST)
> From: Tino Calancha <address@hidden>
> 
> ;; Bad: endless loop
> (with-temp-buffer
>    (require 'thingatpt)
>    (thing-at-point-looking-at "^"))

Thanks, fixed on the emacs-25 branch.


--- End Message ---

reply via email to

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