Am 19.04.2005 um 11:14 schrieb [EMAIL PROTECTED]:

I wrote a function to insert a space after an open brace and before a close
brace in a selection.

What about: (replace-regexp "\([()]\) *" "\1 ")?

Replace any occurance of a member of the set [()] followed by 0 or more SPC with that set's member plus a SPC. You can add to the set more members ...

--
Greetings

  Pete




-- Mit friedvollen Grüßen

  Pete

Linux bietet Lösungen für Probleme unter Windows, die mit Mac OS X gar nicht erst auftreten.



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to