unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Davis Herring" <herring@lanl.gov>
To: jidanni@jidanni.org
Cc: emacs-devel@gnu.org
Subject: Re: time for bugzilla?
Date: Fri, 19 Oct 2007 14:40:19 -0700 (PDT)	[thread overview]
Message-ID: <33516.128.165.123.18.1192830019.squirrel@webmail.lanl.gov> (raw)
In-Reply-To: <87zlyfhra8.fsf@jidanni.org>

> Or better yet, just fix my bug: fill instead of wrap the first line of
> (describe-function
>  'font-lock-match-c-style-declaration-item-and-skip-to-next)
> (describe-variable
>  'flyspell-dictionaries-that-consider-dash-as-word-delimiter)
> or other long names. View on a standard 80 column terminal.

Is what you want really as simple as this?

*** help-fns.el	09 Oct 2007 08:37:42 -0600	1.101
--- help-fns.el	19 Oct 2007 15:39:57 -0600
***************
*** 336,341 ****
--- 336,343 ----
  	  (re-search-backward "`\\([^`']+\\)'" nil t)
  	  (help-xref-button 1 'help-function-def function file-name))))
      (princ ".")
+     (with-current-buffer standard-output
+       (fill-paragraph))
      (terpri)
      (when (commandp function)
        (if (and (eq function 'self-insert-command)
***************
*** 541,546 ****
--- 543,550 ----
  		  ;; (help-xref-on-pp from (point))
  		  (if (< (point) (+ from 20))
  		      (delete-region (1- from) from)))))
+ 	    (with-current-buffer standard-output
+ 	      (fill-paragraph))
  	    (terpri)

  	    (when locus

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.

  reply	other threads:[~2007-10-19 21:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19 18:51 time for bugzilla? jidanni
2007-10-19 21:40 ` Davis Herring [this message]
2007-10-19 22:04   ` jidanni
     [not found] <35624.128.165.123.18.1193251044.squirrel@webmail.lanl.gov>
2007-10-24 19:08 ` jidanni

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33516.128.165.123.18.1192830019.squirrel@webmail.lanl.gov \
    --to=herring@lanl.gov \
    --cc=emacs-devel@gnu.org \
    --cc=jidanni@jidanni.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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).