From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#48029: 28.1; [native-comp] Function names with non-ascii characters Date: Sun, 02 May 2021 21:19:44 +0000 Message-ID: References: <877dkp2zr6.fsf@miha-pc> <874kfliksx.fsf@gnus.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36949"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 48029@debbugs.gnu.org, jakanakaevangeli@chiru.no To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 02 23:20:10 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ldJVa-0009WF-4Q for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 23:20:10 +0200 Original-Received: from localhost ([::1]:41266 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldJVZ-0000LC-3s for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 May 2021 17:20:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50202) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldJVS-0000Ku-3E for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 17:20:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33250) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ldJVR-0003h5-SK for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 17:20:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ldJVR-0000vi-NN for bug-gnu-emacs@gnu.org; Sun, 02 May 2021 17:20:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 02 May 2021 21:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48029 X-GNU-PR-Package: emacs Original-Received: via spool by 48029-submit@debbugs.gnu.org id=B48029.16199903893562 (code B ref 48029); Sun, 02 May 2021 21:20:01 +0000 Original-Received: (at 48029) by debbugs.gnu.org; 2 May 2021 21:19:49 +0000 Original-Received: from localhost ([127.0.0.1]:44795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldJVF-0000vO-Mq for submit@debbugs.gnu.org; Sun, 02 May 2021 17:19:49 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:52736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ldJVD-0000vH-Lz for 48029@debbugs.gnu.org; Sun, 02 May 2021 17:19:48 -0400 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 142LJiLb006223 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sun, 2 May 2021 21:19:44 GMT In-Reply-To: <874kfliksx.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 02 May 2021 10:47:42 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:205448 Archived-At: Lars Ingebrigtsen writes: > jakanakaevangeli@chiru.no writes: > >> nonascii.el, saved with encoding utf-8-unix: >> >> ;; -*- lexical-binding: t; -*- >> (defun nonascii-test-=C5=BE=C5=BE=C5=BE (arg) >> (when arg t)) >> >> Visit it and M-x emacs-lisp-native-compile-and-load. >> A function called "nonascii-test-=C3=85=C2=BE=C3=85=C2=BE=C3=85=C2=BE" w= ill be defined. > > I can reproduce this problem here, too (under Debian/bullseye). (And > this works fine when doing non-native compilation.) > > I've added Andrea to the CCs. Thanks Lars, it's in my todo, I'll try to have a look this coming week. Andrea