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: emacs-28 b7d7c2d9e9: Add cross-reference to alternative syntaxes for Unicode Date: Fri, 14 Oct 2022 18:56:35 +0300 Message-ID: <831qra8klo.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16919"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 14 17:58:20 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 1ojN4m-0004Er-5t for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Oct 2022 17:58:20 +0200 Original-Received: from localhost ([::1]:47826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojN4k-0002h0-Ur for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Oct 2022 11:58:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56538) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojN3J-00017j-4s for emacs-devel@gnu.org; Fri, 14 Oct 2022 11:56:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35954) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojN3I-0006kz-T0; Fri, 14 Oct 2022 11:56:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=RDE5tQOUzKdoO5Ilv9TXkNdc0wnjB7z5x+IG64ZXnsw=; b=FVREhqF0qIeidq XArhlMYG84p5c/iXeR+XkZRwHp2a27T9HVYQ2+FLLsvlPj707Dno003j5trnOcx3zrdVjL7Xoa1Nc g0owVO7A6jJgNpJmhc/9Va2QnvlcvFs6Zblhs5WFCHfJsV0ccW7Snt0TrA3WL+V6adOfnzgWbNiFv YxZupS6Kn91/EuuPi6OB9RrjOde0h0p3Ff7lj86HL+h+efA2Kr4nP+cBjgb4PC6hs3rnbAavSZsjb 77/M3RDjE8AMqhIVjNP2hpc6f3jdOzACAAfB3c/f7loqBwySWuIrhqp87+pzIJ6G9+bfeLKrueIUb 9UE0Jld2JaH+9TWLPTTQ==; Original-Received: from [87.69.77.57] (port=3522 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 1ojN3I-0007ed-C5; Fri, 14 Oct 2022 11:56:48 -0400 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:297723 Archived-At: > + An alternative to using non-@acronym{ASCII} characters directly is > +to use one of the character escape syntaxes described in > +@pxref{General Escape Syntax,,, elisp, The Emacs Lisp Reference > +Manual}, as they allow all Unicode codepoints to be specified using > +only @acronym{ASCII} characters. IMO, if we think this alternative needs to be described in the Emacs manual, we should describe it, not cross-link to the ELisp manual. References to ELisp are only justified when they refer to Lisp code or details of some functions or variables, not to user commands.