From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: eieio, pretty printing, and edebug Date: Wed, 29 Oct 2014 19:36:36 -0700 Message-ID: <8761f2ffm3.fsf@ericabrahamsen.net> References: <87d29dz81x.fsf@ericabrahamsen.net> <5450531F.1060601@siege-engine.com> <871tpqv406.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414636333 3904 80.91.229.3 (30 Oct 2014 02:32:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Oct 2014 02:32:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 30 03:32:06 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 1XjfWu-0005wd-3M for ged-emacs-devel@m.gmane.org; Thu, 30 Oct 2014 03:32:04 +0100 Original-Received: from localhost ([::1]:50324 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjfWt-0004md-OL for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2014 22:32:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjfWc-0004lD-7e for emacs-devel@gnu.org; Wed, 29 Oct 2014 22:31:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjfWW-0001hN-Hr for emacs-devel@gnu.org; Wed, 29 Oct 2014 22:31:46 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjfWW-0001h8-2g for emacs-devel@gnu.org; Wed, 29 Oct 2014 22:31:40 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjfWS-0005m6-PX for emacs-devel@gnu.org; Thu, 30 Oct 2014 03:31:36 +0100 Original-Received: from c-76-28-195-250.hsd1.wa.comcast.net ([76.28.195.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Oct 2014 03:31:36 +0100 Original-Received: from eric by c-76-28-195-250.hsd1.wa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Oct 2014 03:31:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-195-250.hsd1.wa.comcast.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:mxODnyZilsZOJ//mOG/+67LKrh4= 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:176044 Archived-At: Stefan Monnier writes: >> don't quite see how advice-add with :override would be all that >> different from the defalias. > > It would be different in the fact that defalias records this location as > "the one and only definition of this function", and a defalias can't > be reverted. > > But we shouldn't use :override here either, we should > use :around instead. Okay, preliminary patch on the bug report.