From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gregor Zattler Newsgroups: gmane.emacs.help Subject: isearch+ provoces error when starting eshell Date: Sat, 1 Jun 2013 00:22:03 +0200 Message-ID: <20130531222203.GA2380@boo.workgroup> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1370039531 19959 80.91.229.3 (31 May 2013 22:32:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 May 2013 22:32:11 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 01 00:32:11 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UiXrk-0007Km-SM for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Jun 2013 00:32:08 +0200 Original-Received: from localhost ([::1]:54038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXrk-0005Tp-GN for geh-help-gnu-emacs@m.gmane.org; Fri, 31 May 2013 18:32:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXj1-0003Vo-AY for help-gnu-emacs@gnu.org; Fri, 31 May 2013 18:23:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiXiw-0007Lr-PX for help-gnu-emacs@gnu.org; Fri, 31 May 2013 18:23:07 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:53085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiXiw-0007LO-GW for help-gnu-emacs@gnu.org; Fri, 31 May 2013 18:23:02 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.20]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MMqSP-1Um9AB0ghD-008YRu for ; Sat, 01 Jun 2013 00:23:00 +0200 Original-Received: (qmail invoked by alias); 31 May 2013 22:23:00 -0000 Original-Received: from p50865C97.dip0.t-ipconnect.de (EHLO boo.workgroup) [80.134.92.151] by mail.gmx.net (mp020) with SMTP; 01 Jun 2013 00:23:00 +0200 X-Authenticated: #19296480 X-Provags-ID: V01U2FsdGVkX1/VtjRTc6zVkp2zMSdF3Y4zxOl50vmUV30C8afrc4 Ad6rCJ0h2F9/07 Original-Received: from grfz by boo.workgroup with local (Exim 4.80) (envelope-from ) id 1UiXin-0005K9-Mv; Sat, 01 Jun 2013 00:22:53 +0200 Mail-Followup-To: help-gnu-emacs Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.19 X-Mailman-Approved-At: Fri, 31 May 2013 18:31:59 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91213 Archived-At: Dear Emacs developers, users, Drew, in emacs24 when isearch+ is loaded, starting eshell gives: byte-code: Key sequence C-c C-c starts with non-prefix key C-c and somehow freezes. It's possible to give a `ls' command but not twice. Minimal example: emacs-snapshot -Q -nw -l ~/.emacs.d/elpa/isearch+-20130513.1521/isearch+.el -f eshell There is no problem with emacs23: emacs23 -Q -nw -l ~/.emacs.d/elpa/isearch+-20130513.1521/isearch+.el -f eshell works as expected. I don't know which part is to blame for the error. Debugging this is beyond my skills. Is this something I should file a bug report for? Where? Thanks for your attention, Gregor