From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#50285: 28.0.50; Mew dosen't work correctly if .el files of Mew are native compiled Date: Tue, 30 Nov 2021 17:05:59 +0000 Message-ID: References: <20210831.053846.366902917792575747.yasu@utahime.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24323"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 50285@debbugs.gnu.org, monnier@iro.umontreal.ca To: Yasuhiro Kimura Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 30 18:07:48 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 1ms6bb-000683-Qf for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Nov 2021 18:07:47 +0100 Original-Received: from localhost ([::1]:52348 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ms6ba-0006E2-Ou for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 30 Nov 2021 12:07:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55814) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms6as-0005Me-NL for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 12:07:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58974) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ms6as-000089-5Q for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 12:07:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ms6as-0004P8-0r for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 12:07:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Nov 2021 17:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50285 X-GNU-PR-Package: emacs Original-Received: via spool by 50285-submit@debbugs.gnu.org id=B50285.163829196416837 (code B ref 50285); Tue, 30 Nov 2021 17:07:01 +0000 Original-Received: (at 50285) by debbugs.gnu.org; 30 Nov 2021 17:06:04 +0000 Original-Received: from localhost ([127.0.0.1]:42283 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms6Zw-0004NU-5e for submit@debbugs.gnu.org; Tue, 30 Nov 2021 12:06:04 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:65247) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms6Zu-0004Mz-5S for 50285@debbugs.gnu.org; Tue, 30 Nov 2021 12:06:02 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 1AUH5xWN024122 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 30 Nov 2021 17:06:00 GMT In-Reply-To: <20210831.053846.366902917792575747.yasu@utahime.org> (Yasuhiro Kimura's message of "Tue, 31 Aug 2021 05:38:46 +0900 (JST)") 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:221151 Archived-At: Yasuhiro Kimura writes: > Mew is a mail reader for Emacs (http://www.mew.org/). 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. Hi Yasuhiro, was the missing require issue fixed upstream in the package? Thanks Andrea