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

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

RE: [External] : (bounds-of-thing-at-point 'number) ⇒ nil


From: Drew Adams
Subject: RE: [External] : (bounds-of-thing-at-point 'number) ⇒ nil
Date: Fri, 4 Feb 2022 15:50:22 +0000

> > (eval-after-load "thingatpt"
> >   '(when (require 'thingatpt+ nil t)
> >      (tap-redefine-std-fns))
> 
> Thanks, that is useful and I have put it in my ~/.emacs.d/init.el
> 
> Then I expected this to work:
> (bounds-of-thing-at-point 'number) on 123 and it did not work. I did
> not look into the code.

Works for me, starting from `emacs -Q'
(no init file).

What does `C-h f bounds-of-thing-at-point'
tell you?  Does it say that it's an alias
for `tap-bounds-of-thing-at-point'?

If not, did you actually load the library?
(Put it in a dir in your `load-path'.)



reply via email to

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