Hi all, some new features of thingatpt-utils are available:
delimiting commands such as doublequote-THING now are capable of tree different actions: Return THING, if no region is active; delimit THING according to region indicated; delete THING with negative argument These commands are named for example `doublequote-or-copy-THING' And here my key-binding for it: (global-set-key [(control c) (\")] 'doublequote-or-copy-doublequoted) Moving is available with forward- backward-THING as before. So one key will be enough for returning or deleting a THING. See this and some more stuff at https://code.launchpad.net/s-x-emacs-werkstatt/ Cheers Andreas Röhler _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
