From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jorgen Schaefer Newsgroups: gmane.emacs.devel Subject: Re: Generalizing find-definition Date: Thu, 20 Nov 2014 21:28:40 +0100 Message-ID: <20141120212840.103e5758@forcix> References: <20141102151524.0d9c665c@forcix> <20141117211039.37f03409@forcix> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1416515381 10285 80.91.229.3 (20 Nov 2014 20:29:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2014 20:29:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 20 21:29:34 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 1XrYMA-0001tc-3H for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2014 21:29:34 +0100 Original-Received: from localhost ([::1]:37252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrYM9-0003xR-NI for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2014 15:29:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrYLy-0003x1-UM for emacs-devel@gnu.org; Thu, 20 Nov 2014 15:29:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrYLr-00034u-1Y for emacs-devel@gnu.org; Thu, 20 Nov 2014 15:29:22 -0500 Original-Received: from loki.jorgenschaefer.de ([87.230.15.51]:40544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrYLq-00034g-Ow for emacs-devel@gnu.org; Thu, 20 Nov 2014 15:29:14 -0500 Original-Received: by loki.jorgenschaefer.de (Postfix, from userid 998) id A29932002F5; Thu, 20 Nov 2014 21:28:43 +0100 (CET) Original-Received: from forcix (port-94058.pppoe.wtnet.de [84.46.79.234]) by loki.jorgenschaefer.de (Postfix) with ESMTPSA id 183A92002F4; Thu, 20 Nov 2014 21:28:42 +0100 (CET) In-Reply-To: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; i586-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 87.230.15.51 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:177891 Archived-At: On Thu, 20 Nov 2014 14:44:54 +0100 Helmut Eller wrote: > On Mon, Nov 17 2014, Jorgen Schaefer wrote: > > > Some initial patch attached. > > I'm proposing an alternative implementation. Fine with me, too, as long as I have a trivial way of providing common functionality. (M-. is by far not the only place.) I did not see any tests in the repo, did I look in the wrong spot? Before I continue to put work into this, Stefan, which way do you prefer - functions or EIEIO? Jorgen