* Re: master dfaf150631: Add a new library to format variable-pitch tables
[not found] ` <20220219121635.B1D3BC00894@vcs2.savannah.gnu.org>
@ 2022-02-19 12:26 ` Po Lu
2022-02-19 12:41 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Po Lu @ 2022-02-19 12:26 UTC (permalink / raw)
To: emacs-devel; +Cc: Lars Ingebrigtsen
Lars Ingebrigtsen <larsi@gnus.org> writes:
> branch: master
> commit dfaf150631a235f7239774b73676955244513c54
> Author: Lars Ingebrigtsen <larsi@gnus.org>
> Commit: Lars Ingebrigtsen <larsi@gnus.org>
>
> Add a new library to format variable-pitch tables
>
> * doc/misc/vtable.texi (Index): New manual.
>
> * lisp/emacs-lisp/vtable.el: New library.
> ---
> doc/misc/vtable.texi | 521 +++++++++++++++++++++++++
I really like the library, but does it warrant an entire manual?
Emacs currently ships with 65 manuals, and I think we don't want any
more, certainly not for a core Lisp library which will hopefully be used
by many important features in the future.
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master dfaf150631: Add a new library to format variable-pitch tables
2022-02-19 12:26 ` master dfaf150631: Add a new library to format variable-pitch tables Po Lu
@ 2022-02-19 12:41 ` Lars Ingebrigtsen
2022-02-19 14:49 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2022-02-19 12:41 UTC (permalink / raw)
To: Po Lu; +Cc: emacs-devel
Po Lu <luangruo@yahoo.com> writes:
>> doc/misc/vtable.texi | 521 +++++++++++++++++++++++++
>
> I really like the library, but does it warrant an entire manual?
>
> Emacs currently ships with 65 manuals, and I think we don't want any
> more, certainly not for a core Lisp library which will hopefully be used
> by many important features in the future.
You'd rather have it in the main lispref manual? That was my original
intention, but it grew kinda long, so I felt it would be better to keep
it separate.
But I don't have any strong opinions here -- the nodes take about 500
lines, which would be an (/ 500.0 100000) => 0.005 increase of the
lispref size.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master dfaf150631: Add a new library to format variable-pitch tables
2022-02-19 12:41 ` Lars Ingebrigtsen
@ 2022-02-19 14:49 ` Eli Zaretskii
2022-02-19 16:04 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-02-19 14:49 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: luangruo, emacs-devel
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Sat, 19 Feb 2022 13:41:10 +0100
> Cc: emacs-devel@gnu.org
>
> Po Lu <luangruo@yahoo.com> writes:
>
> >> doc/misc/vtable.texi | 521 +++++++++++++++++++++++++
> >
> > I really like the library, but does it warrant an entire manual?
> >
> > Emacs currently ships with 65 manuals, and I think we don't want any
> > more, certainly not for a core Lisp library which will hopefully be used
> > by many important features in the future.
>
> You'd rather have it in the main lispref manual? That was my original
> intention, but it grew kinda long, so I felt it would be better to keep
> it separate.
Yes, we should take extra care not to enlarge the ELisp manual too
much -- it already prints as 2 large volumes.
But we can include stuff in it that will not be included in the
printed copy, like we already do in the user manual: use @include
under @ifnottex condition.
I don't have a problem with either alternative, FWIW.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master dfaf150631: Add a new library to format variable-pitch tables
2022-02-19 14:49 ` Eli Zaretskii
@ 2022-02-19 16:04 ` Lars Ingebrigtsen
0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2022-02-19 16:04 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: luangruo, emacs-devel
Eli Zaretskii <eliz@gnu.org> writes:
> But we can include stuff in it that will not be included in the
> printed copy, like we already do in the user manual: use @include
> under @ifnottex condition.
Yeah, that'd be a possibility...
We could also include a paragraph or two about @code{make-vtable} in the
lispref manual and then link to the vtable manual.
> I don't have a problem with either alternative, FWIW.
Me neither.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-02-19 16:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <164527299527.13254.13621180534925877627@vcs2.savannah.gnu.org>
[not found] ` <20220219121635.B1D3BC00894@vcs2.savannah.gnu.org>
2022-02-19 12:26 ` master dfaf150631: Add a new library to format variable-pitch tables Po Lu
2022-02-19 12:41 ` Lars Ingebrigtsen
2022-02-19 14:49 ` Eli Zaretskii
2022-02-19 16:04 ` 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).