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: GNU Emacs manual in plain text Date: Sat, 14 Jun 2014 20:40:24 +0200 Message-ID: <539C9718.3010405@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1402771530 32628 80.91.229.3 (14 Jun 2014 18:45:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Jun 2014 18:45:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 14 20:45:22 2014 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 1Wvsx8-0003o8-2B for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jun 2014 20:45:22 +0200 Original-Received: from localhost ([::1]:36393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvsx7-0003HZ-Mk for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jun 2014 14:45:21 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net hdrye3xSaC+0cb1utwac7QwoPyGZzeh2E9PZaF93boUpc4waL9 Cancel-Lock: sha1:8mDXmEqrQt72c5ZUiV9SmuwfqsM= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: Original-Xref: usenet.stanford.edu gnu.emacs.help:205995 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:98266 Archived-At: On 09/06/14 16:44, Eli Zaretskii wrote: >> From: Raffaele Ricciardi >> Date: Mon, 09 Jun 2014 13:57:49 +0200 >> >> I have failed to convert the HTML version to plain text with both the >> `html2text' Emacs command and two external utilities. Maybe I could >> try with either the Texinfo or the Info version? If so then how? > > You can create a plain text version from the Texinfo sources by > running 'makeinfo' with the --plaintext option. > Perfect. This way, the resulting text document looks the closest to what plain-text versions of the manual looked in the past. Thanks.