From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: `thunk-let'? Date: Thu, 23 Nov 2017 18:04:16 +0200 Message-ID: <83a7zdasn3.fsf@gnu.org> References: <87infp9z6j.fsf@web.de> <87zi90eehg.fsf@web.de> <87o9ocd6s4.fsf@web.de> <87wp2zcwm2.fsf@web.de> <87mv3vwb2c.fsf_-_@web.de> <87h8tnowl4.fsf@web.de> <83vai3asgt.fsf@gnu.org> <83mv3eb85m.fsf@gnu.org> <87a7zdbsyf.fsf@web.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1511453117 15935 195.159.176.226 (23 Nov 2017 16:05:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 23 Nov 2017 16:05:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 23 17:05:06 2017 Return-path: Envelope-to: ged-emacs-devel@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 1eHtzt-0003Dm-S1 for ged-emacs-devel@m.gmane.org; Thu, 23 Nov 2017 17:05:05 +0100 Original-Received: from localhost ([::1]:44999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHtzz-0003iV-KF for ged-emacs-devel@m.gmane.org; Thu, 23 Nov 2017 11:05:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHtzI-0003i0-6H for emacs-devel@gnu.org; Thu, 23 Nov 2017 11:04:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHtzC-00017Y-KS for emacs-devel@gnu.org; Thu, 23 Nov 2017 11:04:28 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHtzC-00017Q-Hs; Thu, 23 Nov 2017 11:04:22 -0500 Original-Received: from [176.228.60.248] (port=1932 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eHtzA-0001sD-Ok; Thu, 23 Nov 2017 11:04:22 -0500 In-reply-to: <87a7zdbsyf.fsf@web.de> (message from Michael Heerdegen on Thu, 23 Nov 2017 03:59:52 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:220396 Archived-At: > From: Michael Heerdegen > Cc: emacs-devel@gnu.org > Date: Thu, 23 Nov 2017 03:59:52 +0100 > > Eli Zaretskii writes: > > > Here it is. Let me know if something in your plain-text draft is not > > covered. > > This helped a lot. My first version even compiled without error. I'll > post the updated patch soon. Thanks. > > Program names should be written as @command{prog}. > > If you send this little introduction to other people: it was not clear > to me what kind of "program" this refers to. Maybe replace the example > with something like @command{gzip}. Noted. > The only question that I wondered about was the significance of > whitespace, but it was easy to find out that it's collapsed. Yes, makeinfo refills the generated text. > And it also doesn't matter whether I indent the first line of a new > paragraph in the texi source or not, right? Yes. The indentation of the first paragraph is controlled by @firstparagraphindent; by default it is not indented. The indentation of other paragraphs is controlled by @paragraphindent, which defaults to 3.