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 16:16:49 +0200 Message-ID: References: <874o549atb.fsf@stupidchicken.com> <83ei48jsdi.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 1304950661 7615 80.91.229.12 (9 May 2011 14:17:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 14:17:41 +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 16:17:38 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 1QJRHF-0008PP-Sd for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 16:17:38 +0200 Original-Received: from localhost ([::1]:51016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRHF-0000DU-Cz for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 10:17:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRHC-0000DO-Vu for emacs-devel@gnu.org; Mon, 09 May 2011 10:17:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJRH9-0002gl-5m for emacs-devel@gnu.org; Mon, 09 May 2011 10:17:34 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:56237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJRH8-0002gQ-0P; Mon, 09 May 2011 10:17:30 -0400 Original-Received: by gyd8 with SMTP id 8so2253510gyd.0 for ; Mon, 09 May 2011 07:17:29 -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=b2cN5rUZZ1+bvHc7eyOVMzx54eXqYnukUxOGdvuUfrA=; b=lbbEVaH6glg03VAv//L5Ublfm9ASwJ/mFrWoVprOdqZ8xxJgH2qTFhvK6L2BjFs0Jq l8DQ54/4XfJLtpqWpKfMfbtA4+MaOT/XW5tdMo/37jwWXD1gtDWrYiJ3lJZrShy24a99 yF69XJqd9n3trVFwnMx9IAeuApxs1OZ9BMXBc= 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=H3HpquDhub7+Az+0IkhX1NJohbsvMlLWUiFcrzSxIlnUUnW53mmTnN9buR0okzF5HP gNRBNg9QoGhd/kckLWu3yDpa7VNFaF6icN4zwJvjoNdEXAQyMR5dl1rUEDf6smgefTus JyIIrNjhDUiPPQMJGX0pVzxygZbdCgxjlHxSI= Original-Received: by 10.236.149.41 with SMTP id w29mr7458728yhj.361.1304950649150; Mon, 09 May 2011 07:17:29 -0700 (PDT) Original-Received: by 10.147.41.4 with HTTP; Mon, 9 May 2011 07:16:49 -0700 (PDT) In-Reply-To: <83ei48jsdi.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.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:139250 Archived-At: On Mon, May 9, 2011 at 08:32, Eli Zaretskii wrote: > How about a new package It's very little code, but I suppose it's perhaps the best option. > under emacs-lisp/ or progmodes/? emacs-lisp/, I think. AFAICS, it is not related to programming modes at all= . >=C2=A0Something like shared-libraries.el? The variable is called `dynamic-library-alist', so dynamic-libraries.el would make more sense IMHO. =C2=A0 =C2=A0 Juanma