From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51719 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: texinfo markup fixes Date: Tue, 22 Apr 2003 00:05:22 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: <4nadepf4bp.fsf@lockgroove.bwh.harvard.edu> <4n8yu8euvx.fsf@lockgroove.bwh.harvard.edu> <84n0iow25c.fsf@lucy.is.informatik.uni-duisburg.de> <84el3xdynq.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050962847 4633 80.91.224.249 (21 Apr 2003 22:07:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2003 22:07:27 +0000 (UTC) Original-X-From: ding-owner+M262@lists.math.uh.edu Tue Apr 22 00:07:24 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 197jRc-0001CM-00 for ; Tue, 22 Apr 2003 00:07:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 197jRW-0008FZ-00; Mon, 21 Apr 2003 17:07:18 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 197jRM-0008Ep-00 for ding@lists.math.uh.edu; Mon, 21 Apr 2003 17:07:08 -0500 Original-Received: (qmail 24127 invoked by alias); 21 Apr 2003 22:07:08 -0000 Original-Received: (qmail 24122 invoked from network); 21 Apr 2003 22:07:08 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 21 Apr 2003 22:07:08 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 197jVP-0005yW-00 for ; Tue, 22 Apr 2003 00:11:19 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 30 Original-NNTP-Posting-Host: 0xc3f9824a.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1050963079 22971 195.249.130.74 (21 Apr 2003 22:11:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Apr 2003 22:11:19 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > BTW: I think @sc{...} should be replaced with @acronym or @var in most > places. Opinions? > > @sc{gnus 4.1} @sc{gnus} I don't think those are acronyms. > @sc{rmail} rmail.texi uses "Rmail", so that's probably the right way to write it. > @sc{html} @sc{imapd} @sc{imap} @sc{mime} @sc{nntp} @sc{oed} @sc{pem} > @sc{pgp/mime} @sc{s/mime} @sc{semi} @sc{smtp} @sc{soup} > @sc{ssl} @sc{url} @sc{vm} > > ... should all be changed to @acronym, I think. I agree. > @sc{your@@email.address} should be @var{your@@email.address}. Either @samp or @var. > I'm unsure about the following: > > @sc{Cc:} @sc{Note:} @sc{To:} ? @samp{Cc:}, @samp{To:}, Note: or maybe @emph{Note:}.