From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Fri, 10 Oct 2014 09:32:44 +0300 Message-ID: <83a954bfjn.fsf@gnu.org> References: <87y4t9m76w.fsf@lifelogs.com> <83lhopb1bp.fsf@gnu.org> <83h9zdaqnv.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412922777 13256 80.91.229.3 (10 Oct 2014 06:32:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 06:32:57 +0000 (UTC) Cc: aurelien.aptel+emacs@gmail.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 10 08:32:51 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XcTkx-0006SD-4G for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2014 08:32:51 +0200 Original-Received: from localhost ([::1]:46449 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcTkw-0005wi-O6 for ged-emacs-devel@m.gmane.org; Fri, 10 Oct 2014 02:32:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcTkg-0005wY-FU for emacs-devel@gnu.org; Fri, 10 Oct 2014 02:32:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcTkb-0005dB-AL for emacs-devel@gnu.org; Fri, 10 Oct 2014 02:32:34 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:34429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcTkb-0005cv-2L for emacs-devel@gnu.org; Fri, 10 Oct 2014 02:32:29 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0ND700600TSS8B00@mtaout28.012.net.il> for emacs-devel@gnu.org; Fri, 10 Oct 2014 09:30:55 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND7003LGU3JOO30@mtaout28.012.net.il>; Fri, 10 Oct 2014 09:30:55 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175204 Archived-At: > From: Stefan Monnier > Cc: aurelien.aptel+emacs@gmail.com, emacs-devel@gnu.org > Date: Thu, 09 Oct 2014 20:53:13 -0400 > > >> I think we can circumvent this problem by changing the suffix we add to > >> load-suffixes depending on the platform (e.g. based on dlopenext). > > You mean, use foo.so in Lisp and have .so changed to something else? > > No, I means to add ".so" or ".dll" to `load-suffixes' depending on the > host system. In that case, that's what I was proposing. I think.