Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: ding@gnus.org
Subject: supercite (sc-citation-leader "   ") kill indentation, in a intelligent way
Date: Tue, 07 Jul 2020 09:45:24 +0200	[thread overview]
Message-ID: <875zazdazv.fsf@mat.ucm.es> (raw)



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 



             reply	other threads:[~2020-07-07  7:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-07  7:45 Uwe Brauer [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875zazdazv.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).