From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master b2790db 2/2: Improve errors & warnings due to fancy quoted vars (Bug#32939) Date: Thu, 28 Nov 2019 18:32:49 -0500 Message-ID: References: <20191128232437.7872.72125@vcs0.savannah.gnu.org> <20191128232439.BFB9A20B2B@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="153307"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Noam Postavsky To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 29 00:38:25 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iaTMe-000dl8-I6 for ged-emacs-devel@m.gmane.org; Fri, 29 Nov 2019 00:38:25 +0100 Original-Received: from localhost ([::1]:53994 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaTMb-0004lv-Il for ged-emacs-devel@m.gmane.org; Thu, 28 Nov 2019 18:38:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53026) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iaTHd-0004b5-4v for emacs-devel@gnu.org; Thu, 28 Nov 2019 18:33:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iaTHU-0001ly-0z for emacs-devel@gnu.org; Thu, 28 Nov 2019 18:33:07 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:29077) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iaTHS-0001Lj-Pc for emacs-devel@gnu.org; Thu, 28 Nov 2019 18:33:03 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 78AB344A420; Thu, 28 Nov 2019 18:32:57 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 49DBB44A406; Thu, 28 Nov 2019 18:32:56 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1574983976; bh=WshDv6UNiLT3TLT4e+xWlf1b0xizDo9sBX5bEjh23cA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=UBM8so4AqKr0RKP0kIMdCSCYMLFcitPmYK5McG00lRGsXkq86/KtA0QQewoCVP2tS d4MpUUooohQ9NqxprJgM27AOBU3JGD0Mz+ARlA1WwL92S6Lw7vi1GbgdSByyWGpr9m vKvZDLiW3ptL7o/s1Tg7iKUOeJV3l8HHYlfPIeGbaP6qFNdb9FlSVfNkVnMOsnxvWt SmMA+hJF5xXTdoQHME5x2K0wpGBRhrNC5zNj5ha7pTOth7eLkKOT7fD88u9ioc7hc2 4adZjqGuyAwn+J96Jb/jGKEEG/5RSSVQmdjtf7NATgZohwDn25z0WZDB7LqoLRfkXm Vc+jx7ItREc1A== Original-Received: from pastel (unknown [45.72.167.118]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id E7BE912087C; Thu, 28 Nov 2019 18:32:55 -0500 (EST) In-Reply-To: <20191128232439.BFB9A20B2B@vcs0.savannah.gnu.org> (Noam Postavsky's message of "Thu, 28 Nov 2019 18:24:39 -0500 (EST)") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:242849 Archived-At: > --- a/lisp/help.el > +++ b/lisp/help.el [...] > +;; Just some quote-like characters for now. TODO: generate this stuff > +;; from official Unicode data. > +(defconst uni-confusables [...] > +(defconst uni-confusables-regexp Please try and stick to the namespace prefix corresponding to the file. Should we incorporate GNU ELPA's `uni-confusables` into Emacs? Stefan