Gnus development mailing list
 help / color / mirror / Atom feed
* supercite (sc-citation-leader "   ") kill indentation, in a intelligent way
@ 2020-07-07  7:45 Uwe Brauer
  2020-07-07 23:06 ` Dmitry Alexandrov
  0 siblings, 1 reply; 7+ messages in thread
From: Uwe Brauer @ 2020-07-07  7:45 UTC (permalink / raw)
  To: ding



Hi

I use supercite with the following setting

(sc-citation-leader "   ")
(setq sc-nested-citation-p t)

But sometimes I want to delte  indentation of the quoted text:

So I wrote that small funktion



(defun my-delete-indentation-msg ()
"Small hack to delete indentention of quotes caused by  `sc-citation-leader'."
  (interactive)
  (save-excursion
    (mail-text)
    (indent-rigidly (point) (point-max) -50 -50)))

But of course it kills all indentation. Is there a way only to kill the
indentation of the quoted text, which has a 
      >  prefix

Or a 

     RMS> prefix

Regards

Uwe Brauer 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-11  6:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07  7:45 supercite (sc-citation-leader " ") kill indentation, in a intelligent way Uwe Brauer
2020-07-07 23:06 ` Dmitry Alexandrov
2020-07-08  8:48   ` Uwe Brauer
2020-07-09  4:21     ` Using idiosyncratic quoting styles in mail (was: supercite (sc-citation-leader " ") kill indentation, in a intelligent way) Dmitry Alexandrov
2020-07-09 17:53       ` Using idiosyncratic quoting styles in mail Uwe Brauer
2020-07-10 22:30         ` David Rogers
2020-07-11  6:56           ` Uwe Brauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).