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

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

Re: how to delete unwanted space with a function or macro


From: Daniel Fleischer
Subject: Re: how to delete unwanted space with a function or macro
Date: Sat, 08 Jan 2022 13:04:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin)

Uwe Brauer <oub@mat.ucm.es> writes:

> It has a lot of unwanted space as in \(e^{a t}\) how can I delete this
> space in a convient way, whitespace-cleanup for example ignores this
> space. Any ideas?

Maybe using regex replace using \( \)\{2,\}  which means 2 or more
consecutive spaces; replace that with 2 spaces. 

-- 

Daniel Fleischer



reply via email to

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