From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.bugs Subject: bug#19531: 25.0.50; Extra characters in keypress input (related to #18345) Date: Tue, 20 Jan 2015 17:22:53 +0100 Message-ID: <54BE80DD.6080406@swipnet.se> References: <54AF7397.2010803@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1421771055 17090 80.91.229.3 (20 Jan 2015 16:24:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2015 16:24:15 +0000 (UTC) Cc: 19531-done@debbugs.gnu.org To: Greg Smolyn Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jan 20 17:24:14 2015 Return-path: Envelope-to: geb-bug-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 1YDbbC-0003m3-88 for geb-bug-gnu-emacs@m.gmane.org; Tue, 20 Jan 2015 17:24:14 +0100 Original-Received: from localhost ([::1]:44390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDbbB-00023w-JJ for geb-bug-gnu-emacs@m.gmane.org; Tue, 20 Jan 2015 11:24:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDbb5-0001y7-8K for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 11:24:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDbb1-0002bv-RE for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 11:24:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDbb1-0002bi-Hw for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 11:24:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YDbb1-0007IF-Bs for bug-gnu-emacs@gnu.org; Tue, 20 Jan 2015 11:24:03 -0500 Resent-From: "Jan D." Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Jan 2015 16:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 19531 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 19531@debbugs.gnu.org, jan.h.d@swipnet.se, greg@smolyn.org Original-Received: via spool by 19531-done@debbugs.gnu.org id=D19531.142177099027945 (code D ref 19531); Tue, 20 Jan 2015 16:24:02 +0000 Original-Received: (at 19531-done) by debbugs.gnu.org; 20 Jan 2015 16:23:10 +0000 Original-Received: from localhost ([127.0.0.1]:50903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDba9-0007Gf-9F for submit@debbugs.gnu.org; Tue, 20 Jan 2015 11:23:09 -0500 Original-Received: from mailfe02.swip.net ([212.247.154.33]:50707 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YDba6-0007Ft-Kj for 19531-done@debbugs.gnu.org; Tue, 20 Jan 2015 11:23:08 -0500 X-T2-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 567333127; Tue, 20 Jan 2015 17:22:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:98501 Archived-At: This has been fixed in trunk. Jan D. Greg Smolyn skrev den 2015-01-09 09:05: > Ok, adding instructions: > > 1. Create the following file as "buginit.el" (or whatever you want to > call it): > > (setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/") > ("melpa" . "http://melpa.milkbox.net/packages/") > )) > (setq user-emacs-directory "~/bug.emacs") ; just to get a clean user dir > (setq package-enable-at-startup nil) > (package-initialize) > (require 'helm-config) > (projectile-global-mode) > (setq projectile-enable-caching t) > (setq projectile-completion-system 'helm) > (helm-projectile-on) > > 2. Run emacs: emacs -Q -l buginit.el > > Install Helm Projectile: > (alternatively I can supply all the files for the elpa folder in the > bug.emacs in a file drop somewhere) > > 3. M-x package-install > > 4. When it asks what to install, use "helm-projectile" > > 5. Quit emacs. > > 6. Run emacs again: emacs -Q -l buginit.el > > 7. Find a sufficiently large project, I am not sure exactly what makes > the project big enough (or if there is something else like large file > names or deep directory structure), however the Emacs codebase is not > sufficient. A project i can always repro with can be retrieved with: > git clone https://github.com/forcedotcom/aura.git > > 8. Open a file in the Aura project, any file will do (LICENSE, for > example). In emacs, C-x f ~/path_to_aura/LICENSE > > 9. Open the helm-projectile minibuffer: C-c p f > or M-x helm-projectile-find-file > > 10. Start typing: I find "infiniteScrollerTest" should cause it to > break and produce extra characters. > > Hope this is helpful! > -g > (second sending-- did not reply to debbugs.gnu.org ) > > > On Thu, Jan 8, 2015 at 10:22 PM, Jan D. > wrote: > > Greg Smolyn skrev den 2015-01-08 20:09: > > If you look at the repro in #18345, it is the same scenario when > Simon > Carter removed the emacs_abort() in the apploopnr > 1 check. I get > extra characters in the input. > > > There was no step by step instructions there either. > > > Should I perhaps reopen that bug instead? > > > This is fone. > > > Unfortunately I don't know entirely how to do this without helm > projectile. Would you like me to send instructions on how to > set it up > for a reproduction case? I am more than happy to do that. > > > Put the instructions here where they belong. > It is good for future reference. > > Jan D. > > >