Gnus development mailing list
 help / color / mirror / Atom feed
From: Bill White <billw@wolfram.com>
Subject: Re: M-q (message-fill-paragraph) broken in cvs
Date: 20 Nov 2000 07:46:07 -0600	[thread overview]
Message-ID: <ruopujqg3j4.fsf@g.wolfram.com> (raw)
In-Reply-To: <ruo3dgm22tg.fsf@g.wolfram.com>

False alarm! I had this tucked away in a dusty corner of my ~/.gnus:

,----[ ~/.gnus ]
| ; To: ding@gnus.org
| ; Subject: message-newline-and-reformat and supercite
| ; From: Vladimir Volovich <vvv@vvv.vsu.ru>
| ; Date: 26 Sep 1999 23:51:07 +0400
| ; Message-ID: <m3ln9tmoyc.fsf@vvv.vsu.ru>
| ; Xref: g.wolfram.com gnu.ding:10428
| (defun message-newline-and-reformat ()
|   "Insert four newlines, and then reformat if inside quoted text."
|   (interactive)
|   (let ((point (point))
|    quoted)
|     (save-excursion
|       (beginning-of-line)
|       (if (looking-at (sc-cite-regexp))
|      (setq quoted (buffer-substring (match-beginning 0) (match-end 0)))))
|     (insert "\n\n\n\n")
|     (delete-region (point) (re-search-forward "[ \t]*"))
|     (when quoted
|       (insert quoted))
|     (fill-paragraph nil)
|     (goto-char point)
|     (forward-line 2)))
`----

Commented out and all's well now.

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw



      parent reply	other threads:[~2000-11-20 13:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-20 13:25 Bill White
2000-11-20 13:41 ` ShengHuo ZHU
2000-11-20 13:46 ` Bill White [this message]

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=ruopujqg3j4.fsf@g.wolfram.com \
    --to=billw@wolfram.com \
    /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).