Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: M-q (message-fill-paragraph) broken in cvs
Date: 20 Nov 2000 08:41:56 -0500	[thread overview]
Message-ID: <2nk89ywyjf.fsf@tiger.jia.vnet> (raw)
In-Reply-To: <ruo3dgm22tg.fsf@g.wolfram.com>

Bill White <billw@wolfram.com> writes:

> 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'.
> `----

It seems you are using the old message-newline-and-reformat.

ShengHuo



  reply	other threads:[~2000-11-20 13:41 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 [this message]
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=2nk89ywyjf.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /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).