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

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

bug#24605: Subject: 25.1.50; form-at-point might fail for some THINGS


From: Andreas Röhler
Subject: bug#24605: Subject: 25.1.50; form-at-point might fail for some THINGS
Date: Thu, 6 Oct 2016 09:13:52 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.3.0



On 04.10.2016 08:22, Tino Calancha wrote:
(with-temp-buffer
  (require 'thingatpt)
  (insert "1")

An interesting test-case would be

(with-temp-buffer
  (require 'thingatpt)
  (insert "1a")
  (forward-char -1)
   ...

Than cursor is at "a" and every form fails.

Same with (forward-char -2)





reply via email to

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