From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: egarrulo Newsgroups: gmane.emacs.help Subject: Re: Manual: Texinfo file for version 25.1? Date: Sun, 19 Mar 2017 15:09:12 +0100 Message-ID: References: <84efxymcm0.fsf@tm6592> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1489932633 31334 195.159.176.226 (19 Mar 2017 14:10:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 19 Mar 2017 14:10:33 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 19 15:10:28 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpbXN-00075L-Il for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Mar 2017 15:10:25 +0100 Original-Received: from localhost ([::1]:56999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpbXQ-0007mE-74 for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Mar 2017 10:10:28 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-X-Trace: individual.net +qsvmnVRxncSemzA1UUXJAunKxQMZr92Yi8F2olEI/bvGxRNbi Cancel-Lock: sha1:Y2SA1NEIaVTIEnV+BwcGPSnQ3zc= In-Reply-To: <84efxymcm0.fsf@tm6592> Original-Xref: usenet.stanford.edu gnu.emacs.help:219072 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112604 Archived-At: On 15/03/17 22:52, Marco Wahl wrote: > egarrulo writes: > >> The manual for Emacs 25.1 is available in some formats, except >> Texinfo, which is stuck at version 24.5: >> >> https://www.gnu.org/software/emacs/manual/emacs-formats.html >> >> Is there a way to get the manual for Emacs 25.1 in Texinfo format? >> Thank you. > > http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/emacs/emacs.texi?h=emacs-25 > Thanks, but that only gets the main Tex file, not the included ones. All files are available in the source distribution, therefore I have tried: ./configure make docs But the build has not generated any new emacs.texi. Am I doing anything wrong? Has emacs.texi been discontinued? Thanks.