emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: time for bugzilla?


From: Davis Herring
Subject: Re: time for bugzilla?
Date: Fri, 19 Oct 2007 14:40:19 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-6.el3.2lanl

> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]