emacs-devel
[Top][All Lists]
Advanced

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

Re: Summary (Re: A system for localizing documentation strings)


From: Jan Djärv
Subject: Re: Summary (Re: A system for localizing documentation strings)
Date: Fri, 27 Jul 2007 17:11:27 +0200
User-agent: Thunderbird 2.0.0.5 (Macintosh/20070716)



Eli Zaretskii skrev:

I wonder if it is larger than gcc.  Gcc 4.2.0 has 6489 strings for
translation.

I just tried this command in the top-level Emacs directory:

  grep -hR -A1 "^(def" lisp --include="*.el" | grep -v "^--" | grep "^  \""

and got 30594 lines of output.  And this is only the doc strings;
there are built-ins defined in C, prompts, literal `(message FOO)'
messages, calls to `signal' and `error', etc.

So yes, Emacs is _definitely_ larger than GCC.  Much larger, almost by
an order of magnitude.

Thanks for the data. This might be a problem in itself. I don't kow how large a gettext compiled file can be with reasonable performance.

        Jan D.




reply via email to

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