I'm using avy to select and insert symbols on screen with the help of thing-at-point
. Is there an obvious way to get this to include periods? At the moment if I select self.blah
I get just self
(or blah
).
I can obviously do this using regular expressions, save-excursion
, and searching back and forward. But a standard approach seems less verbose and likely a better thing to learn.