From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.bugs Subject: bug#11947: 24.1.50; tramp bug - grep from helm have an empty buffer when used on a remote machine. Date: Mon, 16 Jul 2012 17:19:04 +0200 Message-ID: <87fw8r68ev.fsf@gmx.de> References: <87liik1gpv.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342457186 2383 80.91.229.3 (16 Jul 2012 16:46:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2012 16:46:26 +0000 (UTC) Cc: 11947@debbugs.gnu.org To: Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 16 18:46:25 2012 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 1SqoRA-0002O4-Su for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Jul 2012 18:46:21 +0200 Original-Received: from localhost ([::1]:54424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqoR9-0005Dc-M3 for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Jul 2012 12:46:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqoR1-0005DC-Q7 for bug-gnu-emacs@gnu.org; Mon, 16 Jul 2012 12:46:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqoQx-0002qL-Mg for bug-gnu-emacs@gnu.org; Mon, 16 Jul 2012 12:46:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqoQx-0002qG-JL for bug-gnu-emacs@gnu.org; Mon, 16 Jul 2012 12:46:07 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SqoWg-00006l-DP for bug-gnu-emacs@gnu.org; Mon, 16 Jul 2012 12:52:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Jul 2012 16:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11947 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11947-submit@debbugs.gnu.org id=B11947.1342457511391 (code B ref 11947); Mon, 16 Jul 2012 16:52:02 +0000 Original-Received: (at 11947) by debbugs.gnu.org; 16 Jul 2012 16:51:51 +0000 Original-Received: from localhost ([127.0.0.1]:44427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SqoWV-00006G-F5 for submit@debbugs.gnu.org; Mon, 16 Jul 2012 12:51:51 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:39881) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SqoWR-000065-J0 for 11947@debbugs.gnu.org; Mon, 16 Jul 2012 12:51:49 -0400 Original-Received: (qmail invoked by alias); 16 Jul 2012 15:19:07 -0000 Original-Received: from p57BB974B.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.75] by mail.gmx.net (mp032) with SMTP; 16 Jul 2012 17:19:07 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+m3CYXBlKmsCn3LV6Z+ZJypO8UHVAHTRhMRxUtKZ XbIJe7Eus0XLAG In-Reply-To: <87liik1gpv.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 16 Jul 2012 06:18:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:61994 Archived-At: Thierry Volpiatto writes: > Hi, Hi, > when I use helm-*-grep from helm-find-files, I lose the output of the > command immidiately after it came in its buffer. > > If I load the tramp files from emacs-24.1 all work fine again. > So it is not reproducible from emacs-24.1. > > To reproduce: > > 1) get the helm files here: https://github.com/emacs-helm/helm > 2) install helm (See README) > 3) run helm-find-files and navigate to a remote machine with scpc or ssh > method. > 4) Launch grep on a file (from menu action or hit ) > 5) enter something in prompt. > You should see the output for 0.1 =~ second and then lost it. I can reproduce it here. Surprisingly, the problem goes away, when `tramp-verbose' is set to 6. Does helm do Tramp related actions? Needs more digging. Best regards, Michael.