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

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

symbol-at-point


From: Andreas Roehler
Subject: symbol-at-point
Date: Tue, 24 Oct 2006 08:39:06 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060516)


As already mentioned, I'm considering thing-at-point
help functions, provide interactive specs, some
bugfixing.

I'll stay as close as possible at routines from
thingatpt.el.

Just one different behaviour until now: list-at-point
will return the list too if called inside a string
enclosed by that list - instead of nil now.

With symbol-at-point however, I intend to drop the

   (if thing (intern thing))

form when called.

Because I conceive this as not regular. All the
thing-at-point forms just return the object at point,
doing nothing else.

To intern an object may have a lot of results not
considered then. Altogether the user may not be notice
it.

Any objections, other ideas?

__
Andreas Roehler





reply via email to

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