From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Org mode and Emacs (was: Convert README.org to plain text README while installing package) Date: Tue, 14 Jun 2022 16:45:52 +0300 Message-ID: <83zgifs6i7.fsf@gnu.org> References: <87o7z61v59.fsf@gmail.com> <87bkv527p5.fsf@gmail.com> <835yld93w7.fsf@gnu.org> <877d5t0yrn.fsf@gmail.com> <87r140yuof.fsf@gmail.com> <875yl9e7zm.fsf@gmail.com> <83czfh12kp.fsf@gnu.org> <87pmjhghu2.fsf@localhost> <835yl910gp.fsf@gnu.org> <87wndndbhq.fsf@gmail.com> <874k0qbrhe.fsf@localhost> <877d5lwhbg.fsf@gmail.com> <87k09l4cs1.fsf@localhost> <835yl4vkvj.fsf@gnu.org> <87mtefwetq.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9183"; mail-complaints-to="usenet@ciao.gmane.io" Cc: theophilusx@gmail.com, rms@gnu.org, monnier@iro.umontreal.ca, acm@muc.de, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 14 15:47:27 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o16tD-0002Bz-0A for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Jun 2022 15:47:27 +0200 Original-Received: from localhost ([::1]:35966 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o16tB-0005UD-Uq for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Jun 2022 09:47:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41914) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o16rx-0004Zm-Vd for emacs-devel@gnu.org; Tue, 14 Jun 2022 09:46:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36478) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o16rx-0008DE-2I; Tue, 14 Jun 2022 09:46:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=qCWOrYnZA99PKqNFzmaHghlQHdxgudDCLRTDCTkaxaU=; b=LUdRWYhiQw4s ezaTkg8WjJ+Lso7cvGhBVRjDR/UPHCcci3tV6VsqWI+gnvtH88nrL8fUWxvO6C03JCIpMTuiOKc/k oJdQG8V+Okqa/XFiYIHPZR1TnntXUCrUV+HY5v+jm+/TUSGvJgNbg2M8rINU0JnapMkqhO3ut8Tyc 2nq1CJLg1KKIudB/aaM6k+9spakdLoZXt99wU7X6cPTVpBklNdRPd685XIVuTEPxsA3lYmxUSUHqt X0Ry5uEgU+z6MWP5AaxBwXC9wyIDVOyAvcxweIFRcLQA97CM9YBKJAWIs1GpN3jJfEmcpyj5XNnv0 vyyHj2PIk7TykD4xiOIp1A==; Original-Received: from [87.69.77.57] (port=4014 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o16rs-0008Oa-9R; Tue, 14 Jun 2022 09:46:08 -0400 In-Reply-To: <87mtefwetq.fsf@localhost> (message from Ihor Radchenko on Tue, 14 Jun 2022 21:32:33 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:291179 Archived-At: > From: Ihor Radchenko > Cc: theophilusx@gmail.com, rms@gnu.org, monnier@iro.umontreal.ca, > acm@muc.de, emacs-devel@gnu.org > Date: Tue, 14 Jun 2022 21:32:33 +0800 > > Eli Zaretskii writes: > > >> Can someone please prepare a small example texi file containing examples > >> of various texi features that are commonly needed and possibly also > >> demonstrating some concrete instances of problems that exist in texinfo? > > > > Given that you already produced a list of markups, is such an example > > still wanted? > > It would certainly help with development. For example, I did not look > close into allowed markup nesting. File with tricky examples will be > helpful as a benchmark for any attempted implementation. I'm afraid that would take someone who knows more than I do about Org, because I don't have a clear idea what examples to provide to be useful for this purpose. In general the Texinfo manual has examples of every Texinfo feature, of course. But it is a large manual. Specifically wrt nested markups, the most frequent ones I can think off the top of my head are: . @var inside @code . @key inside @kbd . any in-line markup inside @w . @r, which is "escape to regular typeface" and can be used inside any markup that produces other typefaces HTH