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:53:56 +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 1304956486 12383 80.91.229.12 (9 May 2011 15:54:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 May 2011 15:54:46 +0000 (UTC) Cc: Eli Zaretskii , cyd@stupidchicken.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 09 17:54:42 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 1QJSnB-0003ce-JT for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 17:54:41 +0200 Original-Received: from localhost ([::1]:48870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJSnB-0001Gl-5L for ged-emacs-devel@m.gmane.org; Mon, 09 May 2011 11:54:41 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJSn8-0001GV-HW for emacs-devel@gnu.org; Mon, 09 May 2011 11:54:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJSn7-0004k0-Qe for emacs-devel@gnu.org; Mon, 09 May 2011 11:54:38 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:48491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJSn6-0004ji-Rr; Mon, 09 May 2011 11:54:36 -0400 Original-Received: by gxk23 with SMTP id 23so2321514gxk.0 for ; Mon, 09 May 2011 08:54:36 -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=QMbEz/OTukNyTSy1yN607on5eJeiJRmLrJ+K7r9xuQk=; b=pmNDMO3xTg0Uybu+nfCd1ncRffN3dvrIsiCX6hfKg2Lr1X0ralGJoDVlcA36fNq4r7 ygo4Zf7S6CbghexDZDCXEjFsDXdqyl4QPs4Eb49cOiqdW13/xDmLm7sEDZtgi/8H4mGa sTEdyWbaadSzjDnwwTGDPRRd1UgLgmjQAYU7s= 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=YDQ3RLUXgngTdIDpufuavranLse2hPzJU2rmsuqCiKuT+VaGA/t/essSDLd6UoPk9z +YWtHQLQ8bFQRLrtMPaj7hEcylNdyRlxQ7oLO3HT6nWhI34wBLKpLqq7ve/1e6L/97Ym mg7Aprqd5JfbqfRqb4n7AUkiko2Da0ReO6eDs= Original-Received: by 10.236.149.41 with SMTP id w29mr7588824yhj.361.1304956476132; Mon, 09 May 2011 08:54:36 -0700 (PDT) Original-Received: by 10.147.41.4 with HTTP; Mon, 9 May 2011 08:53:56 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.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:139273 Archived-At: On Mon, May 9, 2011 at 17:37, Stefan Monnier wro= te: > The former > tells me that it might not deserve its own file, the latter tells me > that it doesn't matter if loading it causes unrelated code to be loaded > as well. Committed in misc.el. =C2=A0 =C2=A0 Juanma