From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 18 16:47:42 2010 Received: (at submit) by debbugs.gnu.org; 18 Jun 2010 20:47:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPiTW-0007JI-1Y for submit@debbugs.gnu.org; Fri, 18 Jun 2010 16:47:42 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPiTU-0007JD-52 for submit@debbugs.gnu.org; Fri, 18 Jun 2010 16:47:40 -0400 Received: from lists.gnu.org ([199.232.76.165]:39818) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OPiTQ-0001jF-04 for submit@debbugs.gnu.org; Fri, 18 Jun 2010 16:47:36 -0400 Received: from [140.186.70.92] (port=41804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPiTO-0000uS-BY for bug-gnu-emacs@gnu.org; Fri, 18 Jun 2010 16:47:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPiTN-0008Fk-04 for bug-gnu-emacs@gnu.org; Fri, 18 Jun 2010 16:47:34 -0400 Received: from mail-gy0-f169.google.com ([209.85.160.169]:37679) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPiTM-0008Fg-SI for bug-gnu-emacs@gnu.org; Fri, 18 Jun 2010 16:47:32 -0400 Received: by gyg4 with SMTP id 4so1439487gyg.0 for ; Fri, 18 Jun 2010 13:47:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.18.38 with SMTP id v38mr1584275ybi.420.1276894052368; Fri, 18 Jun 2010 13:47:32 -0700 (PDT) Received: by 10.151.10.5 with HTTP; Fri, 18 Jun 2010 13:47:32 -0700 (PDT) Date: Fri, 18 Jun 2010 16:47:32 -0400 X-Google-Sender-Auth: awZnqlWxxr5cppSVi8Y5YDsor2E Message-ID: Subject: Documentation backslashes in the manual for `cyclic-*-indirection' From: MON KEY To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) Documentation backslashes in the manual for `cyclic-*-indirection' backslashes in the manual for `cyclic-function-indirection' and `cyclic-variable-indirection' doc/errors.texi ,---- | @item cyclic-function-indirection | @code{"Symbol's chain of function indirections\@* contains a loop"}@* | @xref{Function Indirection}. | | @item cyclic-variable-indirection | @code{"Symbol's chain of variable indirections\@* contains a loop"}@* | @xref{Variable Aliases}. `---- displays in *info* as: ,---- (info "(elisp)Standard Errors") | | `cyclic-function-indirection' | `"Symbol's chain of function indirections\ | contains a loop"' | see Function Indirection. | | `cyclic-variable-indirection' | `"Symbol's chain of variable indirections\ | contains a loop"' | see Variable Aliases. | `---- Are the `\'s indicative of something? -- /s_P\ From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 14:07:08 2010 Received: (at 6461-done) by debbugs.gnu.org; 19 Jun 2010 18:07:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ2Rf-0000a4-Sl for submit@debbugs.gnu.org; Sat, 19 Jun 2010 14:07:08 -0400 Received: from pantheon-po23.its.yale.edu ([130.132.50.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQ2Re-0000Zm-Q8 for 6461-done@debbugs.gnu.org; Sat, 19 Jun 2010 14:07:07 -0400 Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o5JI72hF029883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 19 Jun 2010 14:07:02 -0400 Received: by furry (Postfix, from userid 1000) id 50A47C013; Sat, 19 Jun 2010 20:07:02 +0200 (CEST) From: Chong Yidong To: MON KEY Subject: Re: bug#6461: Documentation backslashes in the manual for `cyclic-*-indirection' References: Date: Sat, 19 Jun 2010 14:07:02 -0400 In-Reply-To: (MON KEY's message of "Fri, 18 Jun 2010 16:47:32 -0400") Message-ID: <87fx0ij3qx.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 6461-done Cc: 6461-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.9 (--) MON KEY writes: > | @item cyclic-function-indirection > | @code{"Symbol's chain of function indirections\@* contains a loop"}@* > | @xref{Function Indirection}. > | > | @item cyclic-variable-indirection > | @code{"Symbol's chain of variable indirections\@* contains a loop"}@* > | @xref{Variable Aliases}. Thanks. These are unnecessary; I've removed them. From unknown Sat Jun 21 10:43:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 18 Jul 2010 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator