all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#30998: 27.0.50; The Help for defclass with multiline documentation is very hard to read
@ 2018-03-30 19:38 Xu Chunyang
  2019-07-14 13:35 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Xu Chunyang @ 2018-03-30 19:38 UTC (permalink / raw)
  To: 30998

I don't know if defclass requires that :documentation must occupies just
a single line. Helm uses many multiple lines string for that slot, please see

https://github.com/emacs-helm/helm/blob/6a34d57f416e4194e6d3207b558d3a00cdf2b955/helm-source.el#L54

'C-h f helm-source' is very hard to read, the following is a part of *Help*

#+BEGIN_EXAMPLE
Instance Allocated Slots:

	Name	Type	Default	Doc
	————	————	———————	———
	name	t	nil	  The name of the source.
  A string which is also the heading which appears
  above the list of matches from the source. Must be unique.
	header-name	t	nil	  A function returning the display string of the header.
  Its argument is the name of the source. This attribute is useful to
  add an additional information with the source name.
  It doesn't modify the name of the source.
	init	t	nil	  Function called with no parameters when helm is started.
  It is useful for collecting current state information which can be
  used to create the list of candidates later.
  Initialization of `candidates-in-buffer' is done here
  with `helm-init-candidates-in-buffer'.
#+END_EXAMPLE

It seems Emacs is trying to show everything within a table without
considering :documentation can be long.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-24 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-30 19:38 bug#30998: 27.0.50; The Help for defclass with multiline documentation is very hard to read Xu Chunyang
2019-07-14 13:35 ` Lars Ingebrigtsen
2021-06-24 18:25   ` Lars Ingebrigtsen

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.