From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: icicle and macro Date: Wed, 24 Sep 2008 09:07:00 -0700 Message-ID: <000101c91e5f$94039940$c2b22382@us.oracle.com> References: <3d854ed1-03be-4f8e-bf28-d8de4631775c@k30g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222272798 722 80.91.229.12 (24 Sep 2008 16:13:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2008 16:13:18 +0000 (UTC) To: "'tomer'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 24 18:14:15 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KiX06-00026F-Bz for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Sep 2008 18:14:02 +0200 Original-Received: from localhost ([127.0.0.1]:33978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiWz3-00016L-Tt for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Sep 2008 12:12:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiWtd-0006mP-EC for help-gnu-emacs@gnu.org; Wed, 24 Sep 2008 12:07:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiWtb-0006lH-DB for help-gnu-emacs@gnu.org; Wed, 24 Sep 2008 12:07:20 -0400 Original-Received: from [199.232.76.173] (port=54514 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiWtb-0006l9-76 for help-gnu-emacs@gnu.org; Wed, 24 Sep 2008 12:07:19 -0400 Original-Received: from rgminet01.oracle.com ([148.87.113.118]:22589) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KiWta-0002Y6-JJ for help-gnu-emacs@gnu.org; Wed, 24 Sep 2008 12:07:19 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id m8OG73qW002792; Wed, 24 Sep 2008 10:07:03 -0600 Original-Received: from acsmt704.oracle.com (acsmt704.oracle.com [141.146.40.82]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m8OG71Oh012605; Wed, 24 Sep 2008 10:07:01 -0600 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 24 Sep 2008 16:07:01 +0000 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <3d854ed1-03be-4f8e-bf28-d8de4631775c@k30g2000hse.googlegroups.com> Thread-Index: AckdekLC7udS2ctkRcCGl9RLf4oBNwA5Ed4w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58016 Archived-At: > when i enter command in a macro (using alt-x and typing the character > of the commnad), and icicle-mode is enabled the replay of the macro > is slow because it enter the actual typing of the command (not good) > when icicle-mode is off the command exectue immediately in the macro. > (the macro recognize that it is a commad) > > Is there a possible to bypass the slow replay when icicle mode is on > while keeping icicle mode on. ? Please make sure you are using the latest Icicles files, then use `M-x icicle-send-bug-report' (or choose menu item Icicles > Send Bug Report). Please provide a precise recipe (keys you hit etc.) that starts with `emacs -Q' (IOW, no init file). Mention your Emacs version and platform. Thx.