From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: ses.el still uses defadvice Date: Mon, 30 Jan 2006 12:25:51 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138622030 16029 80.91.229.2 (30 Jan 2006 11:53:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2006 11:53:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 12:53:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3XbN-000438-0N for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 12:53:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3Xc0-000559-Co for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 06:54:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3XMT-0001Wp-3w for emacs-devel@gnu.org; Mon, 30 Jan 2006 06:38:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3XIC-0008Tj-GH for emacs-devel@gnu.org; Mon, 30 Jan 2006 06:33:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3XEI-0007Jq-Uy for emacs-devel@gnu.org; Mon, 30 Jan 2006 06:29:55 -0500 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3XCb-0004hR-4m for emacs-devel@gnu.org; Mon, 30 Jan 2006 06:28:09 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepc.post.tele.dk (Postfix) with SMTP id 67BC726282A for ; Mon, 30 Jan 2006 12:26:49 +0100 (CET) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49747 Archived-At: IIRC, we changed the undo machinery specifically to get rid of the defadvice in ses.el -- but it is still there: (defadvice undo-more (around ses-undo-more activate preactivate) (defadvice copy-region-as-kill (around ses-copy-region-as-kill (defadvice yank (around ses-yank activate preactivate) -- Kim F. Storm http://www.cua.dk