From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: proposed `list-dynamic-libraries' Date: Sun, 08 May 2011 16:50:08 -0400 Message-ID: <874o549atb.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1304887823 2234 80.91.229.12 (8 May 2011 20:50:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 May 2011 20:50:23 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 08 22:50: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 1QJAvi-0005wH-BP for ged-emacs-devel@m.gmane.org; Sun, 08 May 2011 22:50:18 +0200 Original-Received: from localhost ([::1]:46072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJAvh-0004TN-RG for ged-emacs-devel@m.gmane.org; Sun, 08 May 2011 16:50:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJAvd-0004T3-Pd for emacs-devel@gnu.org; Sun, 08 May 2011 16:50:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJAvd-00069h-3l for emacs-devel@gnu.org; Sun, 08 May 2011 16:50:13 -0400 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:55185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJAvd-00069X-2B for emacs-devel@gnu.org; Sun, 08 May 2011 16:50:13 -0400 Original-Received: from furball (dhcp128036225146.central.yale.edu [128.36.225.146]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p48Ko9T2024760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 May 2011 16:50:10 -0400 Original-Received: by furball (Postfix, from userid 1000) id D7020160603; Sun, 8 May 2011 16:50:08 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Fri, 6 May 2011 17:46:42 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 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:139231 Archived-At: Juanma Barranquero writes: > Would be OK to install this code, which adds a list-dynamic-libraries > command? > > (Currently it is useful only on Windows, because it's the only > platform supporting dynamic loading on demand.) > > If so, which source file would be best? `list-processes' is in > simple.el, but I have a hard time understanding how can it be > considered a "basic editing command" ;-) I think it's fine to install, since we already have a dynamic-library-alist variable anyway. It would be nice to put it somewhere that's not loaded by default, though, i.e. not simple.el...