From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Yasuhiro Kimura Newsgroups: gmane.emacs.devel Subject: Known case that emacs lisp code doesn't work correctly if native compilde Date: Tue, 31 Aug 2021 03:30:56 +0900 (JST) Message-ID: <20210831.033056.146651018022029027.yasu@utahime.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33821"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Aug 30 20:38:03 2021 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 1mKmAV-0008Xq-F6 for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Aug 2021 20:38:03 +0200 Original-Received: from localhost ([::1]:38740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mKmAU-0000Dy-FO for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Aug 2021 14:38:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKm82-00065O-6g for emacs-devel@gnu.org; Mon, 30 Aug 2021 14:35:30 -0400 Original-Received: from gate.home.utahime.org ([183.180.29.210]:31124) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKm7x-0002m7-6h for emacs-devel@gnu.org; Mon, 30 Aug 2021 14:35:29 -0400 Original-Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by gate.home.utahime.org (Postfix) with ESMTPS id 16717CB1B for ; Tue, 31 Aug 2021 03:35:22 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1630348522; bh=cJqIJmfWc8tow0WO3ZdhLnTxfjl2oKC/doUFKkIYWcQ=; h=Date:To:Subject:From; b=lzMW5KAujufGVmMxBdqqIqNV5g63+2vNVpgeiClD2/+D5i9NFTbjRm+gT/N+w1w1X YSQoladmaJCF2l661Llx+ZNDqWOPeu/rmTUZy7QwqX7yHvgSlXUUFr/SAPzB73PzCZ RtC6Hxhu+0E5oVej1KaCFxm58V2TCoREJzmsiQKChXoky3z8/Uf5sMeWzz2aD1WVJt MkLTKPI/tjJhU6b2WV9k8jDPYT6LN6tSCBWNWBin9cLzwqe4dP9wc0dU9qX5HRXZ2n 0pnYHE32Qo8Xwxz2gNvmgzlxWTd8nbudYTqXVO0G+Qg9yZFnkv3fEpD9fcFUQhyRdS vhNoXsURfHT2w== Original-Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id EA34A32DBA; Tue, 31 Aug 2021 03:35:19 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.104.0-rc2 at eastasia.home.utahime.org X-Mailer: Mew version 6.8 on Emacs 27.2 Received-SPF: pass client-ip=183.180.29.210; envelope-from=yasu@utahime.org; helo=gate.home.utahime.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:273528 Archived-At: Hello, Mew is a mail reader for Emacs (http://www.mew.org/). I have been used Mew as my mail readler for a while. But while testing native compilation with FreeBSD amd64, I faced the problem that Mew doesn't work correctly if .el files of Mew are native compiled. I reported the problem to mailing list of Mew and recieved a reply that Debian also faces it and works it around by setting 'no-native-compile' variable to 't' as file-local variable binding. So it seems the problem is caused by native compilation itself and isn't specific to some OS. I would like to investigate it but probably it will take for a while. So before starting it I would like to ask one question. Is there any known case that some type of emacs lisp code doesn't work correctly if it is native compiled? Best Regards. --- Yasuhiro Kimura