From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alex Schroeder Newsgroups: gmane.emacs.devel Subject: Re: Texinfo doc for GDB-UI Date: Wed, 25 Dec 2002 18:47:27 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87d6nqyor4.fsf@emacswiki.org> References: <15879.34324.916528.669630@nick.uklinux.net> <3405-Tue24Dec2002212914+0200-eliz@is.elta.co.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040838506 6193 80.91.224.249 (25 Dec 2002 17:48:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Dec 2002 17:48:26 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18RFdp-0001bl-00 for ; Wed, 25 Dec 2002 18:48:25 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18RFhx-0003pa-00 for ; Wed, 25 Dec 2002 18:52:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18RFdc-0004fP-03 for emacs-devel@quimby.gnus.org; Wed, 25 Dec 2002 12:48:12 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18RFdJ-0004fJ-00 for emacs-devel@gnu.org; Wed, 25 Dec 2002 12:47:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18RFdF-0004dC-00 for emacs-devel@gnu.org; Wed, 25 Dec 2002 12:47:52 -0500 Original-Received: from isp247n.hispeed.ch ([62.2.95.247] helo=smtp.hispeed.ch) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18RFdE-0004YR-00 for emacs-devel@gnu.org; Wed, 25 Dec 2002 12:47:48 -0500 Original-Received: from confusibombus (dclient217-162-33-210.hispeed.ch [217.162.33.210])gBPHlQuF015573; Wed, 25 Dec 2002 18:47:26 +0100 Original-Received: from alex by confusibombus with local (Exim 3.35 #1 (Debian)) id 18RFct-0000QZ-00; Wed, 25 Dec 2002 18:47:27 +0100 Original-To: Andreas Schwab X-Face: ^BC$`[IcggstLPyen&dqF+b2'zyK#r.mU*'Nms}@&4zw%SJ#5!/7SMVjBS7'lb; QK)|IPU5U'o1'522W4TyzB3Ab*IBo^iw]l4|kUbdZuUDO6=Um-.4IzhNiV'B"@K#jy_(wW|Zbk[34flKY^|PrQ?$u2\fKg^]AY>wOX#H32i In-Reply-To: (Andreas Schwab's message of "Wed, 25 Dec 2002 15:48:27 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.92 (i686-pc-linux-gnu) Original-cc: Eli Zaretskii Original-cc: nick@nick.uklinux.net X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10343 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10343 Andreas Schwab writes: > "Eli Zaretskii" writes: > > |> Finally, please make sure every sentence has either two spaces or a > |> newline after the period that ends the sentence. This is so TeX > |> typesets the sentence separation correctly. > > TeX does not care. For TeX every amount of consecutive whitespace is > equivalent to a single space. Correct. It is for the info output, not the TeX output, I guess. >>From the texinfo manual: Ordinarily, TeX collapses multiple whitespace characters (space, tab, and newline) into a single space. Info output, on the other hand, preserves whitespace as you type it, except for changing a newline into a space; this is why it is important to put two spaces at the end of sentences in Texinfo documents. Alex.