From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ifinfo vs ifnottex Date: Fri, 19 May 2006 12:40:19 +0300 Message-ID: References: <200605182029.k4IKTUZ13053@f7.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148031633 6968 80.91.229.2 (19 May 2006 09:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 May 2006 09:40:33 +0000 (UTC) Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 19 11:40:31 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fh1TC-0004CH-ET for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 11:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fh1TB-0003wr-Vj for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 05:40:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fh1Sz-0003wS-0W for emacs-devel@gnu.org; Fri, 19 May 2006 05:40:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fh1Sx-0003w8-KA for emacs-devel@gnu.org; Fri, 19 May 2006 05:40:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fh1Sx-0003w5-Cs for emacs-devel@gnu.org; Fri, 19 May 2006 05:40:15 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fh1WE-00020m-Vy for emacs-devel@gnu.org; Fri, 19 May 2006 05:43:39 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-11-237.inter.net.il [80.230.11.237]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DKG07489 (AUTH halo1); Fri, 19 May 2006 12:40:12 +0300 (IDT) Original-To: karl@freefriends.org (Karl Berry) In-reply-to: <200605182029.k4IKTUZ13053@f7.net> (karl@freefriends.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54778 Archived-At: > Date: Thu, 18 May 2006 15:29:30 -0500 > From: karl@freefriends.org (Karl Berry) > Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org > > I'm not sure: DocBook is a format for printed books, so perhaps it > should be treated as TeX. Karl, could you please advise? > > What's the question? Sorry, I thought that was clear. Here's the missing info: In the Emacs manuals there are portions conditioned on @ifinfo, and we want to change that so that _all_ on-line formats pick up those portions. The question is, should DocBook output be treated as Info, HTML, and XML (in which case @ifinfo should be replaced by @ifnottex), or should DocBook be treated as printed output similar to TeX, in which case the conditions should be such that TeX and DocBook pick up the same text. TIA