GNU bug report logs -
#6755
24.0.50; Customize buffer is too wide. Put doc string on separate line.
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Thu, 29 Jul 2010 16:51:02 UTC
Severity: minor
Tags: wontfix
Found in version 24.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Mauro Aranda <maurooaranda <at> gmail.com> writes:
> diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
> index 8a8bad9..0c392ff 100644
> --- a/lisp/cus-edit.el
> +++ b/lisp/cus-edit.el
> @@ -4833,6 +4833,7 @@ custom--initialize-widget-variables
> (setq-local widget-push-button-suffix "")
> (setq-local widget-link-prefix "")
> (setq-local widget-link-suffix ""))
> + (setq-local widget-fill-tag-string t)
> (setq show-trailing-whitespace nil))
Hm... what is the interface here? You set this variable
buffer-locally...
[...]
> + (princ (widget-get widget :value) (current-buffer))))
> + (when widget-fill-tag-string
> + (save-restriction
> + (widen)
> + (fill-region opoint (point) nil t)))))
And then fill all the widgets of this type in this buffer? But doesn't
that mean that it's impossible to have two widgets, one with filling and
one without, in the same buffer?
I'm not very familiar with the widget code, so I may well be
misunderstanding here.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 5 years and 300 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.