thingatpt-utils 1.8
Andreas Röhler <andreas.roehler <at> online.de>
2008-01-07 11:58:58 GMT
Herewith a new version of thingatpt-utils.
Maybe try one of the test-functions `thatpt-mv-test',
`thatpt-delimtest', `thatpt-test' with some scratch to
get an impression.
Comments welcome
Andreas Röhler
;;; Major changes to previous version:
;; New functions move to beginning- and end-of-THING-atpt
;; New trim function removes leading and/or trailing char
;; New set of functions starting with `sh-struct' edits
;; shell-script `if-fi', `while-done', `case-esac'
;; etc. constructs similar to lists in Emacs Lisp: jump
;; to the matching opening/closing, copy or kill these
;; structures etc.
;; Functions starting with `parenthese-' renamed to `parentize-'
;;; Commentary:
;; A set of functions to return, mover over or
;; manipulate a given THING. THING may be a well known
;; form as symbol', `list', `sexp', `defun' but also a
;; new defined and abstract thing.
(Continue reading)