From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60185 Path: news.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: message-add-action problem Date: Thu, 21 Apr 2005 11:53:57 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114098681 23749 80.91.229.2 (21 Apr 2005 15:51:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Apr 2005 15:51:21 +0000 (UTC) Original-X-From: ding-owner+M8712@lists.math.uh.edu Thu Apr 21 17:51:18 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOdwm-0007WD-5T for ding-account@gmane.org; Thu, 21 Apr 2005 17:50:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DOe0J-0003jp-00; Thu, 21 Apr 2005 10:54:11 -0500 Original-Received: from util1.math.uh.edu ([129.7.128.22]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DOe0C-0003jj-00 for ding@lists.math.uh.edu; Thu, 21 Apr 2005 10:54:04 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util1.math.uh.edu with esmtp (Exim 4.30) id 1DOe0B-0002Tk-HZ for ding@lists.math.uh.edu; Thu, 21 Apr 2005 10:54:03 -0500 Original-Received: from zimbs-null.sp.cs.cmu.edu ([128.2.198.166] helo=mesquite.charcoal.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DOe07-0003l7-00 for ; Thu, 21 Apr 2005 17:53:59 +0200 Original-Received: from mesquite.charcoal.com (localhost [127.0.0.1]) by mesquite.charcoal.com (8.13.1/8.13.1) with ESMTP id j3LFrwIh027063 for ; Thu, 21 Apr 2005 11:53:58 -0400 Original-Received: (from karl@localhost) by mesquite.charcoal.com (8.13.1/8.13.1/Submit) id j3LFrwuM027062; Thu, 21 Apr 2005 11:53:58 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6 hR;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: (Katsumi Yamaoka's message of "Thu, 21 Apr 2005 15:20:58 +0900") User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.5-b20 (linux) X-Spam-Score: 0.0 (/) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60185 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60185 Katsumi Yamaoka writes: > AFAIK, message-*-actions were all buffer-local over nine years. No. I have 5.10.3 lying around, and its message.el, with mod date of 14 June 2003, makes these local (for purpose of adding some one-time eval forms), but does not nil them out. So the effect is that one's preferred actions are combined with the one-time forms. I just tried running that 5.10.3, and it works as expected other than that it, too, deletes the wrong frame. This is evidently an Xemacs 21.5 difficulty. > ftp://ftp.jpl.org/pub/elisp/message-multiple-frames.el.gz > or http://www.jpl.org/ftp/pub/elisp/message-multiple-frames.el.gz I will take a look. Thanx. --karl