S-X-Emacs-Werkstatt-1.3

Written for Emacs Werkstatt by Andreas Roehler on 2012-06-21

New in version 1.3
------------------

commands translating SPACE to another char and vice versa

Had to replace repeatedly spaces in line by minus-sign
Wanted to get rid from the need to call
query-replace, marking the region etc.

Replaces in line or region, if active
With C-u COMMAND replacement is reverted

Some suggestions for keys:

(global-set-key [(control c)(-)] 'ar-space-to-minus)
(global-set-key [(control c)(\\)] 'ar-space-to-backslash)
(global-set-key [(control c)($)] 'ar-space-to-dollar)
(global-set-key [(control c)(\")] 'ar-space-to-doublequote)
(global-set-key [(control c)(,)] 'ar-space-to-comma)
(global-set-key [(control c)(_)] 'ar-space-to-underscore)

Read all announcements