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

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

Re: [External] : How to get all paragraphs in list?


From: Emanuel Berg
Subject: Re: [External] : How to get all paragraphs in list?
Date: Wed, 07 Sep 2022 08:13:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jean Louis wrote:

> (defun rcd-paragraphs-iterate (function)
>   "Iterate FUNCTION over paragraphs.
> FUNCTION must accept string as single argument."
>   (let ((start (if (use-region-p) (region-beginning) (point-min)))
>       (end (if (use-region-p) (region-end) (point-max))))

Should be an interactive function and this moved the the
spec ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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