[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: thingatpt
From: |
Andreas Röhler |
Subject: |
Re: thingatpt |
Date: |
Fri, 29 Feb 2008 08:20:29 +0100 |
User-agent: |
KMail/1.9.5 |
Am Freitag, 29. Februar 2008 03:00 schrieb Xavier Maillard:
> Hi,
>
> I am trying to find out how to extend thing at point for a
> personnal need.
>
> I have several items that are composed of a series of numbers (10
> to be precise), these items represents transaction's IDs. I want
> GNU Emacs to recognise them as this so that I can do specialised
> actions on them. All is ready *but* I do not know how to define a
> "thing" with thingatpt.el.
>
> On the same topic, I can have several transaction IDs on the same
> line, for exmple:
>
> 1234567890 0123456789 etc.
>
> I'd like to be able to navigate to the next/previous item using
> the TAB key, how would you do that ?
>
> Regards,
>
> Xavier
thingatpt-utils 1.9
published at
http://lists.gnu.org/archive/html/gnu-emacs-sources/2008-02/msg00000.html
provides number-atpt, forward- backward-, bounds-of etc.
All things there you may quote, doublequote, trim etc.
Should you need to select a certain range of numbers
only, I could implement that.
Andreas Röhler