Re: Abort macro if limit pattern does not match anything

2022-12-01 Thread Dave Ewart
On Thursday, 01.12.2022 at 07:41 +1100, Cameron Simpson wrote: > On 30Nov2022 08:13, Kai Weber wrote: > > * Max G�rner : > > > > > Is there a way to abort the macro if the pattern does not match anything? > > > It > > > is quite annoying to tidy up after the macro every now and then. > > > >

Re: Abort macro if limit pattern does not match anything

2022-11-30 Thread Cameron Simpson
On 30Nov2022 08:13, Kai Weber wrote: * Max G�rner : Is there a way to abort the macro if the pattern does not match anything? It is quite annoying to tidy up after the macro every now and then. Have a look at As an example, my folder hooks have this: folder-hook . 'push "~

Re: Abort macro if limit pattern does not match anything

2022-11-29 Thread Kai Weber
* Max Görner : > Is there a way to abort the macro if the pattern does not match anything? It > is quite annoying to tidy up after the macro every now and then. Have a look at

Re: Abort macro if limit pattern does not match anything

2022-11-29 Thread Kevin J. McCarthy
On Tue, Nov 29, 2022 at 08:25:02PM +0100, Max Görner wrote: Is there a way to abort the macro if the pattern does not match anything? It is quite annoying to tidy up after the macro every now and then. Hi Max, Have you tried using instead of ";" in your macro? See