From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: proposed `list-dynamic-libraries' Date: Mon, 9 May 2011 17:03:57 +0200 Message-ID: References: <874o549atb.fsf@stupidchicken.com> <83ei48jsdi.fsf@gnu.org> <83tyd4hqn7.fsf@gnu.org> 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 1304953488 25609 80.91.229.12 (9 May 2011 15:04:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 15:04:48 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 09 17:04:44 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 1QJS0p-0000tc-9E for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 17:04:43 +0200 Original-Received: from localhost ([::1]:51216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJS0o-00015q-Q1 for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 11:04:42 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJS0l-00015Z-Ps for emacs-devel@gnu.org; Mon, 09 May 2011 11:04:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJS0k-0003T7-TF for emacs-devel@gnu.org; Mon, 09 May 2011 11:04:39 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:57899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJS0j-0003Sr-Lt; Mon, 09 May 2011 11:04:37 -0400 Original-Received: by yxt33 with SMTP id 33so2276946yxt.0 for ; Mon, 09 May 2011 08:04:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=hxAPSTzR5dx/xFfMVTdciAs109/wLYsOBXnnHJogkqU=; b=QWQjYKinzeEYTj1Na/QB3uHlBivFWtvv//fMLZrniJgmr2tGnhQ2t0/jSPhRwaptOW speRc/JzkVHNnlYV2ijymuKV/FS05ZIQSo6COHXRn9kM3ilndOSDZE8eUg+z6B7p6odk dmZTr0bhZIcsqVsJ5XahraWyufUfl7jAoEcZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=oRP2iO45iB1Gz4nHUd1A+6jg8ryY0sRWVNH4+IyLog74nSZgFLR6P6xZfm8Fowm6yB JRYo3a6GlP0mkRG7/U8gcM3GaXHPKczXh1nmk/2YQbyTWsztyGqiItAGDaNOPVjFw4nr oQpt7ShDsDWRBKakSfqfGLpyWord9l+hxmon4= Original-Received: by 10.236.78.34 with SMTP id f22mr7473807yhe.428.1304953477070; Mon, 09 May 2011 08:04:37 -0700 (PDT) Original-Received: by 10.147.41.4 with HTTP; Mon, 9 May 2011 08:03:57 -0700 (PDT) In-Reply-To: <83tyd4hqn7.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.169 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:139258 Archived-At: On Mon, May 9, 2011 at 16:53, Eli Zaretskii wrote: > "Shared library" is the Posix terminology for that Well, yeah, though currently POSIX shared libraries is exactly what dynamic-library-alist is *not* being used for ;-) > and "shared" is 1 > character shorter than "dynamic", which means we don't run the risk of > file-name clash on 8+3 filesystems if we want another > "dynamic-something" file there. ;-) Like lisp/dynamic-setting.el, you mean? > But that was just a suggestion. shared-libraries.el is OK, though seems that Stefan prefers to put it in misc.el. I don't really mind one way or another. =C2=A0 =C2=A0 Juanma