emacs-devel
[Top][All Lists]
Advanced

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

Re: Trunk still not open


From: Eli Zaretskii
Subject: Re: Trunk still not open
Date: Sun, 16 Mar 2014 18:10:58 +0200

> From: Dmitry Gutov <address@hidden>
> Cc: address@hidden,  address@hidden
> Date: Sun, 16 Mar 2014 07:25:12 +0200
> 
> Eli Zaretskii <address@hidden> writes:
> 
> > That's not true.  Here's a random example of a GDB command definition:
> 
> ...
> 
> > What is that if not a doc string?
> 
> Are there a lot of them? I'd expect the ratio of docstrings/manual
> volume in GCC to be much lower than in Emacs.

(It's GDB, not GCC.)  Not sure why would you expect that, but here are
the numbers:

There are 2500 commands in "emacs -Q" and 2600 variables.  The Emacs
user manual weighs in at 49000 lines, and describes more than just
"emacs -Q", but does not describe all of the commands and variables.

There are about 1100 commands and options in GDB.  The GDB manual is
also about 49000 lines, but only 30000 of these describe interactive
commands and options (the rest is about GDB/MI, the remote protocol,
and other non-interactive issues).

So the ratio sounds very similar to me.



reply via email to

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