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: Tue, 18 Oct 2022 18:58:05 +0300 Message-ID: <83v8ohyvhu.fsf@gnu.org> References: <831qra8klo.fsf@gnu.org> <87mt9yxtvi.fsf@gmail.com> <83zgdy714g.fsf@gnu.org> <87pmepuq7r.fsf@gmail.com> <83y1tdyxbi.fsf@gnu.org> 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="38546"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rpluim@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 18 18:16:53 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 1okpGv-0009l6-BQ for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Oct 2022 18:16:53 +0200 Original-Received: from localhost ([::1]:50826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1okpGs-0002MT-J2 for ged-emacs-devel@m.gmane-mx.org; Tue, 18 Oct 2022 12:16:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37852) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okoyu-00074m-97 for emacs-devel@gnu.org; Tue, 18 Oct 2022 11:58:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47888) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okoys-0004jk-Vb; Tue, 18 Oct 2022 11:58:14 -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=rXUitnyzJn2VRbvOPYG6ux+a5oF774PtfX8mUlsmd8I=; b=k0hZkOn51xVX10lTgHq2 J7EP82L3eA+NEH5ycz0fuRd58SdhdEmDUBKnZUGtu4/lyU7p/LCiV9XCcIPfoXSM/BIjJSGUDSt7s YWRWwWlgmGzjexXRHPvGmMaUiw3He8uMvYaN0tniteRcKA7wfm8FatXpsQWuZC2wXXF5DVhNeY4HQ 9JmOiZY0Hd5rh0pk+fH8srqekdyH/NWb282u6uUNATNCvBnjmc8BuMm9zgQ3kYbH1zEN5aPxYwQXU 0aVWmgJ8n8cVxspZzcGz5mPCYWSr0U1sV2bz+oadFMiNZXq7iPEHaTMVA4EKBF0U+aibxI07AaE5l SfxwBX/8tfykbg==; Original-Received: from [87.69.77.57] (port=2608 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 1okoys-0007Uy-6K; Tue, 18 Oct 2022 11:58:14 -0400 In-Reply-To: <83y1tdyxbi.fsf@gnu.org> (message from Eli Zaretskii on Tue, 18 Oct 2022 18:18:41 +0300) 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:298061 Archived-At: > Date: Tue, 18 Oct 2022 18:18:41 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > From: Robert Pluim > > Cc: emacs-devel@gnu.org > > Date: Tue, 18 Oct 2022 17:05:44 +0200 > > > > >>>>> On Fri, 14 Oct 2022 20:42:39 +0300, Eli Zaretskii said: > > >> 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)? > > > > Eli> Yes, something like that. > > > > Hereʼs a rough attempt: > > Thanks. One minor nit: Btw, to avoid having 2 copies of the same text, we could remove it from the ELisp reference and replace it with a cross-reference to the user manual. That direction of a link is okay for user-level stuff.