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: proposed `list-dynamic-libraries' Date: Mon, 09 May 2011 17:53:16 +0300 Message-ID: <83tyd4hqn7.fsf@gnu.org> References: <874o549atb.fsf@stupidchicken.com> <83ei48jsdi.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1304952803 21316 80.91.229.12 (9 May 2011 14:53:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 14:53:23 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 09 16:53:19 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJRpn-00038f-7Y for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 16:53:19 +0200 Original-Received: from localhost ([::1]:54890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRpm-0008Ny-EW for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 10:53:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRpj-0008Nt-R2 for emacs-devel@gnu.org; Mon, 09 May 2011 10:53:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJRpi-0001TJ-Qv for emacs-devel@gnu.org; Mon, 09 May 2011 10:53:15 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:33522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRpi-0001TF-HM for emacs-devel@gnu.org; Mon, 09 May 2011 10:53:14 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LKX00300NZJBL00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 09 May 2011 17:53:13 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.234.175]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LKX00210O0MVY60@a-mtaout20.012.net.il>; Mon, 09 May 2011 17:53:13 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:139256 Archived-At: > From: Juanma Barranquero > Date: Mon, 9 May 2011 16:16:49 +0200 > Cc: cyd@stupidchicken.com, emacs-devel@gnu.org >=20 > >=C2=A0Something like shared-libraries.el? >=20 > The variable is called `dynamic-library-alist', so > dynamic-libraries.el would make more sense IMHO. "Shared library" is the Posix terminology for that, and "shared" is 1 character shorter than "dynamic", which means we don't run the risk o= f file-name clash on 8+3 filesystems if we want another "dynamic-something" file there. ;-) But that was just a suggestion.