From unknown Sun Jun 22 00:18:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11947: 24.1.50; tramp bug - grep from helm have an empty buffer when used on a remote machine. Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Jul 2012 04:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 11947 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 11947@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.134241269328803 (code B ref -1); Mon, 16 Jul 2012 04:25:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Jul 2012 04:24:53 +0000 Received: from localhost ([127.0.0.1]:43487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sqcrc-0007UV-4E for submit@debbugs.gnu.org; Mon, 16 Jul 2012 00:24:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59827) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SqcrY-0007UM-Fv for submit@debbugs.gnu.org; Mon, 16 Jul 2012 00:24:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sqclp-00080H-Pt for submit@debbugs.gnu.org; Mon, 16 Jul 2012 00:18:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:56370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqclp-00080D-MX for submit@debbugs.gnu.org; Mon, 16 Jul 2012 00:18:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqcln-0002L2-NG for bug-gnu-emacs@gnu.org; Mon, 16 Jul 2012 00:18:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sqclk-0007zJ-M0 for bug-gnu-emacs@gnu.org; Mon, 16 Jul 2012 00:18:51 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:47747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqclk-0007z9-CB for bug-gnu-emacs@gnu.org; Mon, 16 Jul 2012 00:18:48 -0400 Received: by weys10 with SMTP id s10so2971582wey.0 for ; Sun, 15 Jul 2012 21:18:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=r7XbOhsjz2VYMvF3Y8J0Iq0JFvomsVDLhxL7JgK+XOk=; b=E1RLuU+kEPgCZcfyvRdyTzdoias1Y+WnM8FzctLaDATq5mM95gpAradZdyQtEHTAMC Ro2xf6pd0vvWsyDur8dG+IpCN/+h1pVMgOseVlL+UzvlugDNBcgD6AGUJNin4kaOLVqM jxlVpnoBCL/hqD6CvA3RZFLULlJVhB/miKeRUPQF29f7/KMqPb3PDEehfU9pWmJxNRuz tJtkdPzmmLQ2BgVcNzRcSYVZHW7Na2kFVTbbNcwb8b1uwsHi2Jripmx58n3qZ6HMUStl JwzroBYqMVwZX98/rVntmHHi32DchTflYjJXCxSJ2/Yd5NyD7FIRo50a9F3U7qwRvkrE nADg== Received: by 10.180.107.103 with SMTP id hb7mr14990450wib.3.1342412327287; Sun, 15 Jul 2012 21:18:47 -0700 (PDT) Received: from thierry-MM061 (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id o2sm28722221wiz.11.2012.07.15.21.18.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 Jul 2012 21:18:46 -0700 (PDT) From: Thierry Volpiatto Date: Mon, 16 Jul 2012 06:18:36 +0200 Message-ID: <87liik1gpv.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) 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. Now disconnect from this tramp session, load the tramp 24.1 files. The same operation should now works fine. In GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2012-07-14 on thierry-MM061 Windowing system distributor `The X.Org Foundation', version 11.0.11103000 Configured using: `configure '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'' Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: display-battery-mode: t global-undo-tree-mode: t undo-tree-mode: t auto-image-file-mode: t show-paren-mode: t display-time-mode: t savehist-mode: t minibuffer-depth-indicate-mode: t eldoc-mode: t helm-mode: t helm-dired-mode: Enable helm completion in Dired functions. Bindings affected are C, R, S, H. This is deprecated for Emacs24+ users, use `helm-mode' instead. shell-dirtrack-mode: t helm-match-plugin-mode: t diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f / s c p c s h : . e m s d e c l M-g s d e f u n C-g C-x C-f / s c p c : C-g M-x t o g g C-x C-f / s c p c c : . e m s d e c l M-g s d e f u n C-g M-x s w h e l m SPC l o g C-s g r e p C-x b M-x r e p o r t Recent messages: Restoring buffers...92% OVERVIEW Restoring buffers...93% OVERVIEW Restoring buffers...95% OVERVIEW Restoring buffers...done [7 times] Debug on Error enabled globally [6 times] Load-path shadows: ~/.emacs.d/emacs-config-laptop/.gnus hides ~/.emacs.d/.gnus ~/elisp/emacs-helm-extensions/helm-descbinds hides ~/elisp/emacs-helm/helm-descbinds ~/elisp/emacs-wget/lpath hides ~/elisp/auctex/lpath ~/elisp/magit/.dir-locals hides /usr/local/share/emacs/24.1.50/lisp/gnus/.dir-locals ~/elisp/emms/lisp/tq hides /usr/local/share/emacs/24.1.50/lisp/emacs-lisp/tq Features: (shadow gnus-dired nnir mail-extr gnus-msg emacsbug helm-command tramp-sh tramp-cache tabify org-table xhg-dvc vc-git xgit-dvc xgit xgit-annotate dvc-annotate xgit-log dvc-revlist vc-rcs sh-script smie executable bzr-core xdarcs-core xgit-core xmtn-minimal naquadah-theme em-unix em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-groups eshell esh-module esh-mode align-let server battery winner undo-tree diff slime-xref-browser slime-banner slime-tramp slime-asdf slime-fancy slime-fontifying-fu slime-package-fu slime-references slime-scratch slime-presentations slime-fuzzy slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-parse slime-repl image-file newsticker newst-treeview tree-widget newst-plainview newst-reader newst-ticker newst-backend xdvi-search preview-latex pcomplete-extension em-term term ehelp electric helm-ipython helm-elisp helm-eval python rx whitespace paren time mime-w3m mime eword-decode mel path-util mime-parse std11 luna mime-def alist mcharset mcs-20 mcs-e20 pces pces-e20 pces-20 broken pcustom poe pym static apel-ver product w3m-load avoid savehist gnus-async nntp smtpmail-async smtpmail sendmail helm-async markdown-mode org-google-weather google-weather url-cache googlecl google-maps google-maps-static google-maps-geocode google-maps-base json simple-call-tree el-expectations el-mock csv2org iedit rect zop-to-char smallurl mm-url rectangle-utils tv-utils async pcvs pcvs-parse pcvs-info pcvs-defs mb-depth ioccur cl-info slime hyperspec slime-autoloads ledger-config ledger esh-arg esh-util tex-site auto-loads esh-toggle flymake eldoc-eval eldoc no-word regex-tool dired-extension emms-mpd-config emms-playlist-limit emms-volume emms-volume-amixer emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-cue emms-mode-line-icon emms-browser sort emms-playlist-sort emms-last-played emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics emms-url hl-line emms-tag-editor emms-mark emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-playlist-mode emms-player-vlc emms-player-mplayer emms-info emms-streams later-do emms-source-playlist emms-source-file emms-player-simple emms-setup emms emms-compat dvc-init bzr-gnus tla-gnus xgit-gnus xhg-gnus gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader dvc-gnus tla-core tla-autoconf tla-defs dvc-log vc vc-dispatcher ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff dvc-autoloads magit-stgit magit-bisect magit-key-mode magit log-edit pcvs-util add-log htmlize-hack htmlize muse-colors muse-docbook muse-texinfo texnfo-upd texinfo muse-latex muse-html muse-xml-common muse-wiki cus-edit cus-start cus-load muse-publish muse-project muse-protocols muse-regexps muse muse-nested-tags muse-mode muse-autoloads org-config-thierry ob-sh org-crypt cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs vc-hg org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp ob-exp org-exp-blocks find-func org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-agenda appt diary-lib diary-loaddefs org-annotation-helper org-capture org-mks remember org-remember org-datetree config-w3m w3m doc-view jka-compr image-mode timezone w3m-hist w3m-fb w3m-ems wid-edit w3m-ccl ccl w3m-favicon w3m-image w3m-proc w3m-util addressbook-bookmark message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader firefox-protocol bookmark-firefox-handler bookmark-extensions org ob-emacs-lisp ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys ob ob-eval org-pcomplete org-list org-faces org-compat org-entities org-macs noutline outline cal-menu calendar cal-loaddefs bookmark pp init-helm-thierry helm-mode helm-ls-git helm-files image-dired tramp tramp-compat tramp-loaddefs shell pcomplete format-spec dired-aux ffap thingatpt helm-buffers helm-elscreen helm-tags helm-bookmark helm-adaptative helm-info helm-net browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse url-vars mailcap helm-plugin helm-help helm-match-plugin helm-grep helm-regexp grep helm-external helm-utils compile comint ansi-color ring helm-descbinds helm-delicious xml helm-mercurial xhg xhg-annotate xhg-mq xhg-log xhg-core dvc-diff uniquify dvc-fileinfo dvc-unified dvc-tips diff-mode dvc-core dvc-lisp dvc-buffers dvc-ui dvc-register dvc-utils dvc-emacs ewoc dvc-defs dvc-site dired-x cl-macs gv dired helm-locate helm warnings helm-config edmacro kmacro epa-file epa derived epg epg-config auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util time-date mm-util mail-prsvr password-cache usage-memo eev-thierry iterator eev-all eev-mini-steps eev-browse-url eev-langs eev-compose eev-glyphs disp-table eev-insert eev-steps eev-bounded eev easy-mmode advice help-fns advice-preload cl cl-lib macroexp w3m-wget info easymenu tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting x-toolkit x multi-tty emacs) -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Sun Jun 22 00:18:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11947: 24.1.50; tramp bug - grep from helm have an empty buffer when used on a remote machine. 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: To: Thierry Volpiatto Cc: 11947@debbugs.gnu.org Received: via spool by 11947-submit@debbugs.gnu.org id=B11947.1342457511391 (code B ref 11947); Mon, 16 Jul 2012 16:52:02 +0000 Received: (at 11947) by debbugs.gnu.org; 16 Jul 2012 16:51:51 +0000 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 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 Received: (qmail invoked by alias); 16 Jul 2012 15:19:07 -0000 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 From: Michael Albinus References: <87liik1gpv.fsf@gmail.com> Date: Mon, 16 Jul 2012 17:19:04 +0200 In-Reply-To: <87liik1gpv.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 16 Jul 2012 06:18:36 +0200") Message-ID: <87fw8r68ev.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) 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. From unknown Sun Jun 22 00:18:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11947: 24.1.50; tramp bug - grep from helm have an empty buffer when used on a remote machine. Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 17 Jul 2012 08:40:01 +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: To: Thierry Volpiatto Cc: 11947@debbugs.gnu.org Received: via spool by 11947-submit@debbugs.gnu.org id=B11947.134251435827521 (code B ref 11947); Tue, 17 Jul 2012 08:40:01 +0000 Received: (at 11947) by debbugs.gnu.org; 17 Jul 2012 08:39:18 +0000 Received: from localhost ([127.0.0.1]:45215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sr3JN-00079q-QX for submit@debbugs.gnu.org; Tue, 17 Jul 2012 04:39:18 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:37461) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1Sr3JK-00079i-V7 for 11947@debbugs.gnu.org; Tue, 17 Jul 2012 04:39:16 -0400 Received: (qmail invoked by alias); 17 Jul 2012 08:27:13 -0000 Received: from p57BB95D4.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.212] by mail.gmx.net (mp020) with SMTP; 17 Jul 2012 10:27:13 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19j6op49FdjCmIviHgLrxchqy36t06xFIvp9+XPVa ng8uYaHmNEtDH0 From: Michael Albinus References: <87liik1gpv.fsf@gmail.com> <87fw8r68ev.fsf@gmx.de> Date: Tue, 17 Jul 2012 10:27:10 +0200 In-Reply-To: <87fw8r68ev.fsf@gmx.de> (Michael Albinus's message of "Mon, 16 Jul 2012 17:19:04 +0200") Message-ID: <87txx6n675.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Hi, finally, it is a helm error. In `helm-c-grep-init', `start-file-process-shell-command' is called with a nil buffer. This means, that no buffer is associated with the corresponding process; it did work only by unintended side effect. The following patch solves it: --8<---------------cut here---------------start------------->8--- ubu1004:~/src/helm> git diff helm-grep.el diff --git a/helm-grep.el b/helm-grep.el index 34f4e14..ff6ff09 100644 --- a/helm-grep.el +++ b/helm-grep.el @@ -209,7 +209,7 @@ See `helm-c-grep-default-command' for format specs.") (insert (concat ">>> " cmd-line "\n\n")))) (prog1 ; Start grep process. (let ((default-directory helm-ff-default-directory)) - (start-file-process-shell-command "grep-process" nil cmd-line)) + (start-file-process-shell-command "grep-process" (current-buffer) cmd-line)) (helm-log "Start Grep process") (setq mode-line-format '(" " mode-line-buffer-identification " " --8<---------------cut here---------------end--------------->8--- Best regards, Michael. From unknown Sun Jun 22 00:18:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11947: 24.1.50; tramp bug - grep from helm have an empty buffer when used on a remote machine. Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 17 Jul 2012 09:31: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: To: Michael Albinus Cc: 11947@debbugs.gnu.org Received: via spool by 11947-submit@debbugs.gnu.org id=B11947.134251740732088 (code B ref 11947); Tue, 17 Jul 2012 09:31:02 +0000 Received: (at 11947) by debbugs.gnu.org; 17 Jul 2012 09:30:07 +0000 Received: from localhost ([127.0.0.1]:45290 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sr46Y-0008LK-M3 for submit@debbugs.gnu.org; Tue, 17 Jul 2012 05:30:06 -0400 Received: from mail-we0-f172.google.com ([74.125.82.172]:50057) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sr46U-0008Ko-OB for 11947@debbugs.gnu.org; Tue, 17 Jul 2012 05:30:04 -0400 Received: by weyu54 with SMTP id u54so132259wey.3 for <11947@debbugs.gnu.org>; Tue, 17 Jul 2012 02:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=fqWi2XsdGU2Dwu4saKjgWxE/oL5ADpHWMU7UmX+1XZk=; b=DBjBWloG+AFBQmOLbImrbjWWAextVkCLQFYrPh2VbLyj9j5HU+DLWcXtyhy10ppJFk 0gT7iuvZV5LpwzPDonWqa/P9wnQAeCKO+yBH8D1PjPgn4ZmoKXRDE2n4/rbLvxfjMAdp Fg1Z0ZZ+Nc+c3J5CTMiG/8aALgMv3WUYcFA2N86YWx7RD221UjgXn9wTcj2Ko3zIsgxi 9uIvYysoxmz+f2fjqEs7a6xQgKoSU91naReDQ8isgWZo3bhJowGugIw/cdyNOz+sxr4D p07TmgqGY+R9LLSMzwUKZtzzcUV73ZUMn62teM/quwZXb0bAdCEgfFSSSZ/xDkYqx9jZ zVlw== Received: by 10.180.88.229 with SMTP id bj5mr2512276wib.19.1342517042200; Tue, 17 Jul 2012 02:24:02 -0700 (PDT) Received: from thierry-MM061 (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id y2sm26125144wix.7.2012.07.17.02.24.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jul 2012 02:24:01 -0700 (PDT) From: Thierry Volpiatto References: <87liik1gpv.fsf@gmail.com> <87fw8r68ev.fsf@gmx.de> <87txx6n675.fsf@gmx.de> Date: Tue, 17 Jul 2012 11:23:58 +0200 In-Reply-To: <87txx6n675.fsf@gmx.de> (Michael Albinus's message of "Tue, 17 Jul 2012 10:27:10 +0200") Message-ID: <877gu2eo5t.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Michael, Michael Albinus writes: > Hi, > > finally, it is a helm error. In `helm-c-grep-init', > `start-file-process-shell-command' is called with a nil buffer. This > means, that no buffer is associated with the corresponding process; it > did work only by unintended side effect. The following patch solves it: Indeed! It works beautifully with your patch, I made also same changes to *pdf-grep. I need to reread the doc of asynchronous processes! Many thanks for taking the time to dig on this and fix it. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 17 05:59:46 2012 Received: (at control) by debbugs.gnu.org; 17 Jul 2012 09:59:46 +0000 Received: from localhost ([127.0.0.1]:45338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sr4ZE-0000Yj-7i for submit@debbugs.gnu.org; Tue, 17 Jul 2012 05:59:45 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:37323) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1Sr4ZB-0000YY-2h for control@debbugs.gnu.org; Tue, 17 Jul 2012 05:59:42 -0400 Received: (qmail invoked by alias); 17 Jul 2012 09:28:54 -0000 Received: from p57BB95D4.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.212] by mail.gmx.net (mp029) with SMTP; 17 Jul 2012 11:28:54 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18s8D13rXwspNUXebMuooDfTLskEIgwoVbabB0h0s M7z+FAXYaQX8Rb Date: Tue, 17 Jul 2012 11:28:51 +0200 Message-Id: <87obnen3cc.fsf@gmx.de> To: control@debbugs.gnu.org From: Michael Albinus Subject: control message for bug #11947 X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) tags 11947 notabug close 11947 From unknown Sun Jun 22 00:18:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11947: 24.1.50; tramp bug - grep from helm have an empty buffer when used on a remote machine. Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 17 Jul 2012 10:01: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: notabug To: Thierry Volpiatto Cc: 11947@debbugs.gnu.org Received: via spool by 11947-submit@debbugs.gnu.org id=B11947.13425192562349 (code B ref 11947); Tue, 17 Jul 2012 10:01:02 +0000 Received: (at 11947) by debbugs.gnu.org; 17 Jul 2012 10:00:56 +0000 Received: from localhost ([127.0.0.1]:45349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sr4aO-0000bq-7k for submit@debbugs.gnu.org; Tue, 17 Jul 2012 06:00:56 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:55365) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1Sr4aN-0000bi-8v for 11947@debbugs.gnu.org; Tue, 17 Jul 2012 06:00:55 -0400 Received: (qmail invoked by alias); 17 Jul 2012 09:27:45 -0000 Received: from p57BB95D4.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.149.212] by mail.gmx.net (mp033) with SMTP; 17 Jul 2012 11:27:45 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19IpgZQ5J9IApAnPddEl8GEW5Z2s9n9sWNAyNwtC8 D/A6o8m/0dzktC From: Michael Albinus References: <87liik1gpv.fsf@gmail.com> <87fw8r68ev.fsf@gmx.de> <87txx6n675.fsf@gmx.de> <877gu2eo5t.fsf@gmail.com> Date: Tue, 17 Jul 2012 11:27:41 +0200 In-Reply-To: <877gu2eo5t.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 17 Jul 2012 11:23:58 +0200") Message-ID: <87pq7un3ea.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thierry Volpiatto writes: > Hi Michael, Hi Thierry, > Indeed! It works beautifully with your patch, I made also same changes > to *pdf-grep. > I need to reread the doc of asynchronous processes! > Many thanks for taking the time to dig on this and fix it. OK, I'll close the bug.