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 20:42:39 +0300 Message-ID: <83zgdy714g.fsf@gnu.org> References: <831qra8klo.fsf@gnu.org> <87mt9yxtvi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12367"; 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 19:56:23 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 1ojOv0-00031V-GJ for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Oct 2022 19:56:22 +0200 Original-Received: from localhost ([::1]:58422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojOuz-0006Hj-80 for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Oct 2022 13:56:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojOiF-0001HH-0n for emacs-devel@gnu.org; Fri, 14 Oct 2022 13:43:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35552) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojOiD-0000V1-AD; Fri, 14 Oct 2022 13:43:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Fs/0zoNWNyGC+F8udO0lScQvWogZBBF3UfdeKrxlHB8=; b=g2WeR9DfEeauCmtgrAZa nfBxQ3EPFAj3raMU7ACSxciIe36YWS2TLQTd0a5/yQ2CfAfcaQB5ZVKmcqsruewdvB9ymLrrgsnpi 7AsXd46U85IHOs71T3d4Nb+RZUCbnRXBkkiY0L7KpIaZlCctaTqlC8TJbFvSk5QjSaV5um1YkYQCK 960GnzM2gnNcOcT9WEWkW8y2eHdmFzvaL/TLQssDaGEDnKED7K3XW0cAmO1/mGTkX19DFAvrx9XE1 6tqiCbi1d5HqH2W5zKlN6up0MDTQStoWd8QBgtmF19PVGgX9aKk2m9v8gMQqF+I7AwKBlencn4m6j jLCTV9pGYVfL5g==; Original-Received: from [87.69.77.57] (port=2500 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 1ojOhw-0005jJ-6x; Fri, 14 Oct 2022 13:43:07 -0400 In-Reply-To: <87mt9yxtvi.fsf@gmail.com> (message from Robert Pluim on Fri, 14 Oct 2022 18:17:05 +0200) 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:297725 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Fri, 14 Oct 2022 18:17:05 +0200 > > >>>>> On Fri, 14 Oct 2022 18:56:35 +0300, Eli Zaretskii said: > > Eli> IMO, if we think this alternative needs to be described in the Emacs > Eli> manual, we should describe it, not cross-link to the ELisp manual. > Eli> References to ELisp are only justified when they refer to Lisp code or > Eli> details of some functions or variables, not to user commands. > > Hmm, so move or copy "General Escape Syntax" under > (emacs)International somewhere, and refer to it from the "You can > insert non-ASCII characters or search for them" section of that node > (since thatʼs where we talk about C-x 8)? Yes, something like that.