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: Fri, 21 Nov 2014 00:42:59 +0100 Message-ID: <20141121004259.108bf874@forcix> References: <20141102151524.0d9c665c@forcix> <20141117211039.37f03409@forcix> <20141120212840.103e5758@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 1416527034 23803 80.91.229.3 (20 Nov 2014 23:43:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2014 23:43:54 +0000 (UTC) Cc: Helmut Eller , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 21 00:43:47 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 1XrbO6-00050F-GC for ged-emacs-devel@m.gmane.org; Fri, 21 Nov 2014 00:43:46 +0100 Original-Received: from localhost ([::1]:37823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrbO6-0004sG-3U for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2014 18:43:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrbNx-0004s2-Dx for emacs-devel@gnu.org; Thu, 20 Nov 2014 18:43:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrbNr-0002rO-EB for emacs-devel@gnu.org; Thu, 20 Nov 2014 18:43:37 -0500 Original-Received: from loki.jorgenschaefer.de ([87.230.15.51]:39085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrbNr-0002rF-7f for emacs-devel@gnu.org; Thu, 20 Nov 2014 18:43:31 -0500 Original-Received: by loki.jorgenschaefer.de (Postfix, from userid 998) id 5B6FC200316; Fri, 21 Nov 2014 00:43:00 +0100 (CET) Original-Received: from forcix (port-94058.pppoe.wtnet.de [84.46.79.234]) by loki.jorgenschaefer.de (Postfix) with ESMTPSA id E60C52002F4; Fri, 21 Nov 2014 00:42:59 +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:177900 Archived-At: On Thu, 20 Nov 2014 18:27:08 -0500 Stefan Monnier wrote: > > Before I continue to put work into this, Stefan, which way do you > > prefer - functions or EIEIO? > > Either way is fine by me, I am afraid someone will have to pick one, because we can hardly include both in Emacs. And I am not sure who would be able to pick one if not you. How would you like us to decide which one to include? (Pistols at dawn might be overdoing it!) Jorgen