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

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

Re: symbol-at-point


From: Reiner Steib
Subject: Re: symbol-at-point
Date: Tue, 24 Oct 2006 13:05:53 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

On Tue, Oct 24 2006, martin rudalics wrote:

> FWIW, the `intern' call has been inserted around July/August 2006 but I
> couldn't find a suitable ChangeLog entry.  Stefan did you write that?

M-x vc-annotate RET says:

1.20         (fx       02-Feb-00): ;;;###autoload
1.36         (monnier  04-Jul-06): (defun symbol-at-point ()
1.36         (monnier  04-Jul-06):   (let ((thing (thing-at-point 'symbol)))
1.36         (monnier  04-Jul-06):     (if thing (intern thing))))
1.20         (fx       02-Feb-00): ;;;###autoload

and `L' prints the same entry as in lisp/ChangeLog:

,----[ lisp/ChangeLog ]
| 2006-07-04  Stefan Monnier  <address@hidden>
| 
|       * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
|       fails if the symbol contains chars like ( or '.
|       (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
|       (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
|       `short'.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

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