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: Re: What format is the output of `makeinfo --plain-text`? Date: Sun, 14 Jun 2015 17:13:41 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1434294923 11464 80.91.229.3 (14 Jun 2015 15:15:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Jun 2015 15:15:23 +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 17:15:23 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 1Z49d1-0002GZ-QC for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jun 2015 17:15:19 +0200 Original-Received: from localhost ([::1]:58897 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z49d0-0006JY-TD for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jun 2015 11:15:18 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-X-Trace: individual.net pxd7UNEw0hvJJihLnFgz0Az7821L5q64891xEBPg8t5f0nI3JA Cancel-Lock: sha1:S7eJQmavDqxYZ2KmaGP+GwGnhXg= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: Original-Xref: usenet.stanford.edu gnu.emacs.help:212639 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:104923 Archived-At: On 14/06/15 16:16, Eli Zaretskii wrote: >> From: Raffaele Ricciardi >> Date: Sun, 14 Jun 2015 15:47:40 +0200 >> >> 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? > > Plain text, of course. Or maybe I don't understand the question. > Hahaha! Right. I meant: it looks like a lightweight markup format, but it is neither Markdown, nor any other markup format that I happen to know.