unofficial mirror of bug-gnu-emacs@gnu.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

* bug#30998: 27.0.50; The Help for defclass with multiline documentation is very hard to read
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-14 13:35 UTC (permalink / raw)
  To: Xu Chunyang; +Cc: 30998

Xu Chunyang <mail@xuchunyang.me> writes:

> 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*

For a build-in example, see `C-h f registry-db' (included below).

So the problem here is with the :documentation strings for the slots:
They can be multi-line, and `C-h f' should format that situation
different.

But even with single-line descriptions, it's unreadable, really, unless
you have an Emacs window that's 150 characters wide.

Perhaps this should be reformatted completely, with the :documentation
string on a separate line?

----
Class description:
registry-db is a type (of kind ‘eieio--class’) in ‘registry.el’.
 Inherits from ‘eieio-persistent’.
Instance Allocated Slots:

	Name	Type	Default	Doc
	————	————	———————	———
	file	string	unbound	The save file for this persistent object.
This must be a string, and must be specified when the new object is
instantiated.
	version	(or null float)	nil	The registry version.
	max-size	integer	(symbol-value 'most-positive-fixnum)	The maximum number of registry entries.
	prune-factor	float	0.1	Prune to (:max-size * :prune-factor) less
    than the :max-size limit.  Should be a float between 0 and 1.
	tracked	t	nil	The tracked (indexed) fields, a list of symbols.
	precious	t	nil	The precious fields, a list of symbols.
	tracker	hash-table	unbound	The field tracking hash table.
	data	hash-table	unbound	The data hash table.
----


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#30998: 27.0.50; The Help for defclass with multiline documentation is very hard to read
  2019-07-14 13:35 ` Lars Ingebrigtsen
@ 2021-06-24 18:25   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-24 18:25 UTC (permalink / raw)
  To: Xu Chunyang; +Cc: 30998

Lars Ingebrigtsen <larsi@gnus.org> writes:

> But even with single-line descriptions, it's unreadable, really, unless
> you have an Emacs window that's 150 characters wide.
>
> Perhaps this should be reformatted completely, with the :documentation
> string on a separate line?

I've now done this in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ 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 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).