From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raffaele Ricciardi Newsgroups: gmane.emacs.help Subject: What format is the output of `makeinfo --plain-text`? Date: Sun, 14 Jun 2015 15:47:40 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1434289818 1564 80.91.229.3 (14 Jun 2015 13:50:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Jun 2015 13:50:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 14 15:50:17 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z48Ij-00064Z-Es for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jun 2015 15:50:17 +0200 Original-Received: from localhost ([::1]:58745 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z48Ii-0000hm-Tw for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jun 2015 09:50:16 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-X-Trace: individual.net 8pmJMZUqwg3wNimR+HtSVw/hBcWucMWuJW9JAMPppoBZjr15Ln Cancel-Lock: sha1:CseykGm+5CLM1q1L5EuY5Poq1YE= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:212637 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104921 Archived-At: I have generated the plain text version of the Emacs manual with the command: makeinfo --plaintext --no-split emacs.texi --output=emacs.txt What format is the generated text file? Thank you.