From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Sun, 15 Feb 2015 13:46:02 +0100 Organization: Probably a good idea Message-ID: References: <54D85304.1030600@cs.ucla.edu> <54D9AC29.2020603@cs.ucla.edu> <54DA8539.1020905@cs.ucla.edu> <87zj8ktq8f.fsf@lifelogs.com> <54DD6413.1000403@cs.ucla.edu> <83wq3m436s.fsf@gnu.org> <54DDEB4D.5040300@dancol> <83egpt4zz6.fsf@gnu.org> <54DE12E9.5040606@dancol.org> <85twypiiug.fsf@stephe-leake.org> <83zj8g3n16.fsf@gnu.org> <87twyolm8k.fsf@uwakimon.sk.tsukuba.ac.jp> <833868y8hf.fsf@gnu.org> <87sie8l9ql.fsf@uwakimon.sk.tsukuba.ac.jp> <83fva8wgqa.fsf@gnu.org> <87pp9blhyu.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424004388 10182 80.91.229.3 (15 Feb 2015 12:46:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2015 12:46:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 15 13:46:19 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YMyaY-0004Cd-TG for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 13:46:19 +0100 Original-Received: from localhost ([::1]:35021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMyaY-0003jB-7i for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 07:46:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMyaR-0003j4-KP for emacs-devel@gnu.org; Sun, 15 Feb 2015 07:46:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMyaM-0001IY-JZ for emacs-devel@gnu.org; Sun, 15 Feb 2015 07:46:11 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:43040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMyaM-0001I6-Cn for emacs-devel@gnu.org; Sun, 15 Feb 2015 07:46:06 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YMyaI-000453-0G for emacs-devel@gnu.org; Sun, 15 Feb 2015 13:46:02 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Feb 2015 13:46:01 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Feb 2015 13:46:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:EQdQSLLkd3flP4h5HSIrZpyCri4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:183086 Archived-At: >>>>> "Stephen J. Turnbull" : > But you're not the one who wants this feature. The people who do want > this feature, in both XEmacs (which has more than a decade of > experience with ELLs) and now in Emacs, have accessed, or think they > need to access, Lisp objects from their C code. A good use case seems to be the Ada parser mentioned in this thread, where it is desirable to call lisp code from the parser semantic actions.