From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs modules can not work well in emacs26.2 Date: Tue, 16 Apr 2019 18:24:33 +0300 Message-ID: <83a7gqgeha.fsf@gnu.org> References: <2b61d4b7.3e06.16a239a6070.Coremail.tumashu@163.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="138672"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: tumashu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 16 17:26:04 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.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hGPyE-000Zry-QZ for ged-emacs-devel@m.gmane.org; Tue, 16 Apr 2019 17:26:02 +0200 Original-Received: from localhost ([127.0.0.1]:38401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGPyD-0000P2-LP for ged-emacs-devel@m.gmane.org; Tue, 16 Apr 2019 11:26:01 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:38886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGPwz-000828-9j for emacs-devel@gnu.org; Tue, 16 Apr 2019 11:24:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGPwu-0006Q4-7y; Tue, 16 Apr 2019 11:24:41 -0400 Original-Received: from [176.228.60.248] (port=3571 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hGPws-0006ix-06; Tue, 16 Apr 2019 11:24:39 -0400 In-reply-to: <2b61d4b7.3e06.16a239a6070.Coremail.tumashu@163.com> (message from tumashu on Tue, 16 Apr 2019 08:44:40 +0800 (CST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:235525 Archived-At: > Date: Tue, 16 Apr 2019 08:44:40 +0800 (CST) > From: tumashu > > I use Guix System, emacs 26.2, and I want to load a module https://gitlab.com/liberime/liberime > the problem is that: > > load-library is return t, while I can not find liberime's function, is is very similar with: > > https://github.com/ubolonton/emacs-module-rs/issues/1 Please tell more details about the problem, because I don't think I understand it enough to do anything with your report. Thanks.