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

Gnus v5.8.8, cvs as of 1200 UTC 20 Nov, GNU Emacs 20.7.1
(i586-pc-linux-gnu, X toolkit) of Thu Jun 22 2000 on
g.wolfram.com

,----
| Signaling: (wrong-number-of-arguments (lambda nil "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 "
| 
| 
| 
| ") (delete-region (point) (re-search-forward "[ 	]*")) (when quoted (insert quoted)) (fill-paragraph nil) (goto-char point) (forward-line 2))) 1)
|   message-newline-and-reformat(t)
|   message-fill-paragraph()
| * call-interactively(message-fill-paragraph)
`----

,----[ C-h k M-q ]
| M-q runs the command message-fill-paragraph
|    which is an interactive compiled Lisp function in `message'.
| (message-fill-paragraph)
| 
| Like `fill-paragraph'.
`----

Cheers -

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."



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

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

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=ruo3dgm22tg.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).