all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: emacs-devel@gnu.org
Subject: [drew.adams@oracle.com: RE: Wrap intro lines in *Help* to standard max length]
Date: Wed, 26 Dec 2007 16:27:03 -0500	[thread overview]
Message-ID: <E1J7dmJ-0006rT-2b@fencepost.gnu.org> (raw)

If people think this is an improvement, please install it.

------- Start of forwarded message -------
From: "Drew Adams" <drew.adams@oracle.com>
To: <rms@gnu.org>
Subject: RE: Wrap intro lines in *Help* to standard max length
Date: Tue, 25 Dec 2007 16:17:30 -0800
Message-ID: <DNEMKBNJBGPAOPIJOOICAEDNECAA.drew.adams@oracle.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="ISO-8859-15"
In-Reply-To: <E1J7DOu-00038P-LC@fencepost.gnu.org>

> Want to send a patch?

I also added an extra terpri, because it looks better and is easier to read.



diff -c -w help-fns-CVS-2007-12-25.el help-fns-patched-2007-12-25.el
*** help-fns-CVS-2007-12-25.el	Tue Dec 25 16:12:20 2007
- --- help-fns-patched-2007-12-25.el	Tue Dec 25 16:14:36 2007
***************
*** 348,354 ****
  	  (re-search-backward "`\\([^`']+\\)'" nil t)
  	  (help-xref-button 1 'help-function-def real-function file-name))))
      (princ ".")
!     (terpri)
      (when (commandp function)
        (if (and (eq function 'self-insert-command)
  	       (eq (key-binding "a") 'self-insert-command)
- --- 348,355 ----
  	  (re-search-backward "`\\([^`']+\\)'" nil t)
  	  (help-xref-button 1 'help-function-def real-function file-name))))
      (princ ".")
!     (with-current-buffer standard-output (fill-paragraph nil))
!     (terpri) (terpri)
      (when (commandp function)
        (if (and (eq function 'self-insert-command)
  	       (eq (key-binding "a") 'self-insert-command)
------- End of forwarded message -------

                 reply	other threads:[~2007-12-26 21:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1J7dmJ-0006rT-2b@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.