gnu-emacs-sources
[Top][All Lists]
Advanced

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

thing-at-point-utils


From: Andreas Röhler
Subject: thing-at-point-utils
Date: Thu, 07 Oct 2010 22:14:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6

Hi folks,

proudly announce the present state of

thing-at-point-utils

augmented by thing-in-thing functions, has a download file now:

http://launchpad.net/s-x-emacs-werkstatt/thing-at-point-utils/1.0/+download/thing-at-point-utils.tgz

In short is's an util foreseeing a large number of
possible edit operations.

Just today wrote a form

(re-search-forward "[A-Z] [a-zäöü] [a-zäöüß]" nil t 1)

when realising, I'd better put double-slashed parens
around inside.

Putting double-slashed parens is a kind of nasty edits.

Not so with `thing-at-point-utils':

just call

`M-x ar-doubleslashparen-bracketed-in-doublequoted-atpt'

==>

(re-search-forward "\\([A-Z]\\) \\([a-zäöü]\\) \\([a-zäöüß]\\)" nil t 1)

Well, it's a long name for a function but it does not that easy things already.

And there are several thousends of such functions available now....
Visit https://launchpad.net/s-x-emacs-werkstatt for some more info.

Enjoy!


Andreas

--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://code.launchpad.net/s-x-emacs-werkstatt/




reply via email to

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