Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@phys.au.dk>
Subject: Re: Quoted material manipulation commands
Date: Wed, 03 Aug 2005 22:30:58 +0200	[thread overview]
Message-ID: <87irymkbjx.fsf@Jesper-Harders-Computer.local> (raw)
In-Reply-To: <87ek9cw6gu.fsf@windlord.stanford.edu> (Russ Allbery's message of "Tue, 02 Aug 2005 11:15:29 -0700")

Russ Allbery <rra@stanford.edu> writes:

> M-RET doesn't appear to reformat the new paragraph any more.  Did I break
> something, or was that feature removed?

It's also broken for me.  

This patch seems to fix it, although I didn't really look into which
change caused it.  Can someone tell?

diff -c /Users/harder/gnus/lisp/message.el /Users/harder/cvsgnus/lisp/message.el
*** /Users/harder/gnus/lisp/message.el	Sun Jul 24 20:31:17 2005
--- /Users/harder/cvsgnus/lisp/message.el	Wed Aug  3 22:25:04 2005
***************
*** 2894,2900 ****
    "Insert four newlines, and then reformat if inside quoted text.
  Prefix arg means justify as well."
    (interactive (list (if current-prefix-arg 'full)))
!   (let (quoted point beg end leading-space bolp)
      (setq point (point))
      (beginning-of-line)
      (setq beg (point))
--- 2894,2900 ----
    "Insert four newlines, and then reformat if inside quoted text.
  Prefix arg means justify as well."
    (interactive (list (if current-prefix-arg 'full)))
!   (let (quoted point beg end leading-space bolp fill-paragraph-function)
      (setq point (point))
      (beginning-of-line)
      (setq beg (point))

Diff finished.  Wed Aug  3 22:26:02 2005



  reply	other threads:[~2005-08-03 20:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-02 18:15 Russ Allbery
2005-08-03 20:30 ` Jesper Harder [this message]
2005-08-10  2:45   ` Russ Allbery
2005-08-03 20:44 ` Jesper Harder
2005-08-10  2:39   ` Russ Allbery

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=87irymkbjx.fsf@Jesper-Harders-Computer.local \
    --to=harder@phys.au.dk \
    /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).