Olivier Dion <olivier.d...@polymtl.ca> writes: > On Fri, 10 May 2024, "Dr. Arne Babenhauserheide" <arne_...@web.de> wrote: > > This is entirely off topic, sorry, but how do you do the following in Emacs: > >> ┌──── >> │ ... >> └──── > > I usualy use: > > --8<---------------cut here---------------start------------->8--- > ... > --8<---------------cut here---------------end--------------->8--- > > but I found your format to be easier to read.
The cut markers are inserted by "message-mark-inserted-region" (from message.el), which uses the customizable "message-mark-insert-end" and "message-mark-insert-begin". It does not provide a string to prepend to each line, though, so you'd need to wrap "message-mark-inserted-region". -- Ricardo