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: Sun, 8 May 2011 22:54:17 +0200 Message-ID: References: <874o549atb.fsf@stupidchicken.com> 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 1304888108 3762 80.91.229.12 (8 May 2011 20:55:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 May 2011 20:55:08 +0000 (UTC) Cc: Emacs developers To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 08 22:55:04 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 1QJB0H-0007uA-8l for ged-emacs-devel@m.gmane.org; Sun, 08 May 2011 22:55:01 +0200 Original-Received: from localhost ([::1]:54202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJB0G-00063q-Sj for ged-emacs-devel@m.gmane.org; Sun, 08 May 2011 16:55:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJB0E-00063l-Pt for emacs-devel@gnu.org; Sun, 08 May 2011 16:54:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJB0D-0006q0-UX for emacs-devel@gnu.org; Sun, 08 May 2011 16:54:58 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:63030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJB0D-0006pt-Op for emacs-devel@gnu.org; Sun, 08 May 2011 16:54:57 -0400 Original-Received: by gwaa12 with SMTP id a12so2042755gwa.0 for ; Sun, 08 May 2011 13:54:57 -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=D5bXowLgk8lje8hsM1NLrmex4qmaaswzTa5/geIB26M=; b=MUvR4SHoqeN9n5+ZJAG4ntO148vZGnVEpdCFsrTt5V0qSTLP2+soGdLqMdLc3KVhtk 87U2rYnCQalSm+69Q/Ngb+1pAwk2Myi1j1e9gGLSX+DnyIb4c0zoNGN+sm/tkh5Huloy Ad6Yo9iu0r56YNV0VLXGt72I3JRuga/O/Uyrk= 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=iInS5yyNdk2Xf54fzgn8Ocv4y3YqpToHKsDvWecBleRVdrwOU72n9w2FTmXziIiOVq kFRzNH/smLkSrE6FHJENMN6iKLnJTEK4EdPIOJrO5+/NvZ2W6C6loPyE6rMtCHpG8M3B v0UMuXn2EtnbM4e+gfwpItn42d3yg1I86noHk= Original-Received: by 10.236.149.41 with SMTP id w29mr6652628yhj.361.1304888097111; Sun, 08 May 2011 13:54:57 -0700 (PDT) Original-Received: by 10.147.182.5 with HTTP; Sun, 8 May 2011 13:54:17 -0700 (PDT) In-Reply-To: <874o549atb.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 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:139233 Archived-At: On Sun, May 8, 2011 at 22:50, Chong Yidong wrote: > I think it's fine to install, since we already have a > dynamic-library-alist variable anyway. =C2=A0It would be nice to put it > somewhere that's not loaded by default, though, i.e. not simple.el... Then please suggest a place, I'm always at a loss to know where to put things (often the name, one-line description and real use of a package are at odds)... =C2=A0 =C2=A0 Juanma