|
|
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
--
http://www.gnu.org
http://www.april.org
http://www.lolica.org
From a shell:
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on archivum
X-Spam-Level: ****
X-Spam-Status: No, score=4.2 required=5.0 tests=MISSING_DATE,MISSING_HEADERS,
MISSING_MID,MISSING_SUBJECT,NO_HEADERS_MESSAGE,NO_RECEIVED,NO_RELAYS
autolearn=no version=3.2.5
$ echo $LANG
en_US.UTF-8
$ echo $LC_CTYPE
So it seems the reason why GCC emits UTF-8 encoding.
That said why doesn't Emacs notice the UTF-8 environment too ? It could
switch automatically to UTF-8 in this case ?
Thanks
--
Francis
|
|