From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86094 Path: news.gmane.org!not-for-mail From: Peter Davis Newsgroups: gmane.emacs.gnus.general Subject: Macro suddenly broken Date: Fri, 14 Aug 2015 10:47:13 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439563757 4742 80.91.229.3 (14 Aug 2015 14:49:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2015 14:49:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34328@lists.math.uh.edu Fri Aug 14 16:49:04 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZQGI1-0006WC-OC for ding-account@gmane.org; Fri, 14 Aug 2015 16:49:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1ZQGGf-0007gI-4A; Fri, 14 Aug 2015 09:47:37 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZQGGd-0007g0-BF for ding@lists.math.uh.edu; Fri, 14 Aug 2015 09:47:35 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZQGGb-0002Z9-VX for ding@lists.math.uh.edu; Fri, 14 Aug 2015 09:47:35 -0500 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ZQGGa-0008P9-7d for ding@gnus.org; Fri, 14 Aug 2015 16:47:32 +0200 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 577B72362D for ; Fri, 14 Aug 2015 10:47:13 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 14 Aug 2015 10:47:15 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Cm reVtecV2pr3rsydBZlTJzXOvU=; b=FHfLkNOjrBTUNZv8LktMWzLfDN6f8vEx8v yVDdnMD1NcOJ6h0wreTtxAoOlJ8YjnH9rTgWJVy555w0p8fQF6CqTfT98v7jOl+a KjFIxAoSvFJPdfKo8z+AJr1AxCoMGXN6YIt8J5uru2ZmrI4XwnW6Z8Lkn+HY9miy h/oRkDrBk= X-Sasl-enc: cIKwJFoZg6qXW085+V++ymlQReIFGM/H4hAlsy58onOk 1439563633 Original-Received: from PFDStudio-Air.home (pool-98-110-161-120.bstnma.fios.verizon.net [98.110.161.120]) by mail.messagingengine.com (Postfix) with ESMTPA id 79EFCC00027; Fri, 14 Aug 2015 10:47:13 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (darwin) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86094 Archived-At: I've been using gnus for months on Aquamacs on a Mac OS X 10.10 system, but suddenly, the 'd' macro that I've designed to mark a message as expirable and move to the next one is failing with: After 0 kbd macro iterations: undefined: Keyboard macro terminated by a command ringing the bell I'm not aware of anything that's changed in my emacs or gnus setup. I have defined a macro that use 'd' for delete/next: D runs the command [77 77 101 101 down 103], which is a keyboard macro. It is bound to D. Macro: 2*M 2*e g Keyboard macro. Any clues what might be going wrong here? Thank you. -pd