From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Generalizing find-definition Date: Wed, 10 Dec 2014 03:11:45 -0600 Message-ID: <85bnnb98dq.fsf@stephe-leake.org> References: <20141102151524.0d9c665c@forcix> <20141117211039.37f03409@forcix> <877fymghgb.fsf@bredband.net> <85ppc0qf9a.fsf@stephe-leake.org> <85zjb3o09d.fsf@stephe-leake.org> <85tx1amnyg.fsf@stephe-leake.org> <85egsem1u2.fsf@stephe-leake.org> <867fy0or7p.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418202753 22557 80.91.229.3 (10 Dec 2014 09:12:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2014 09:12:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 10:12:25 2014 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 1XydJn-0001QK-Hm for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2014 10:12:23 +0100 Original-Received: from localhost ([::1]:44083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XydJn-00050D-0r for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2014 04:12:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XydJb-0004qM-AJ for emacs-devel@gnu.org; Wed, 10 Dec 2014 04:12:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XydJU-0005KQ-AL for emacs-devel@gnu.org; Wed, 10 Dec 2014 04:12:11 -0500 Original-Received: from gproxy9-pub.mail.unifiedlayer.com ([69.89.20.122]:40232) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1XydJU-0005Jl-3x for emacs-devel@gnu.org; Wed, 10 Dec 2014 04:12:04 -0500 Original-Received: (qmail 9357 invoked by uid 0); 10 Dec 2014 09:11:59 -0000 Original-Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy9.mail.unifiedlayer.com with SMTP; 10 Dec 2014 09:11:58 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by CMOut01 with id RlBu1p00B2UdiVW01lBxJS; Wed, 10 Dec 2014 02:11:59 -0700 X-Authority-Analysis: v=2.1 cv=OJu0g0qB c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=fNEgcOh0sVsA:10 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=jrwKn-8xaegA:10 a=A92cGCtB03wA:10 a=vaJtXVxTAAAA:8 a=pGLkceISAAAA:8 a=voYTsH0uUQLWQFgVkzIA:9 Original-Received: from [70.94.38.149] (port=56751 helo=TAKVER) by host114.hostmonster.com with esmtpa (Exim 4.82) (envelope-from ) id 1XydJJ-0004P5-Jc for emacs-devel@gnu.org; Wed, 10 Dec 2014 02:11:53 -0700 In-Reply-To: <867fy0or7p.fsf@yandex.ru> (Dmitry Gutov's message of "Tue, 09 Dec 2014 16:03:38 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.94 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 70.94.38.149 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.20.122 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:179635 Archived-At: Dmitry Gutov writes: > Helmut Eller writes: > >> On Mon, Dec 08 2014, Stefan Monnier wrote: >> >>> Alright, let's go ahead with this. Can you send a "latest and greatest" >>> version of your code so I can install it into master? >> >> Here we go: > > Would anyone mind if I try my hand at porting this code to the "plain > functions" approach? I would; the use of EIEIO was the primary attraction of this version for me. > The functionality is already nice, but the standard Emacs APIs probably > shouldn't force users to get familiar with EIEIO This package does not force anyone to know EIEIO; the package API is all plain functions. But people can use the classes if they want to; I intend to in ada-mode. -- -- Stephe