GNU bug report logs - #51188
[PATCH] gnu: emacs: Find real GVFS processes.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Wed, 13 Oct 2021 19:36:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51188: closed ([PATCH] gnu: emacs: Find real GVFS processes.)
Date: Fri, 03 Dec 2021 20:41:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 03 Dec 2021 21:40:45 +0100
with message-id <1388ecee07e92e74a13e309c1dfe8a8e6884ab8b.camel <at> gmail.com>
and subject line Re: [PATCH] gnu: emacs: Find real GVFS processes.
has caused the debbugs.gnu.org bug report #51188,
regarding [PATCH] gnu: emacs: Find real GVFS processes.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51188: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51188
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs: Find real GVFS processes.
Date: Wed, 13 Oct 2021 21:32:07 +0200
* gnu/packages/emacs.scm (emacs)[#:phases]<patch-program-file-names>: Expand
calls to “tramp-compat-process-running-p” so that Guix wrappers are also
matched.
---
 gnu/packages/emacs.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6d9950d068..a59931ddc4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -136,6 +136,12 @@
                             "lisp/progmodes/sh-script.el")
                (("\"/bin/sh\"")
                 (format #f "~s" (which "sh"))))
+             ;; match ".gvfs-fuse-daemon-real" and ".gvfsd-fuse-real"
+             ;; respectively when looking for GVFS processes.
+             (substitute* "lisp/net/tramp-gvfs.el"
+               (("\\(tramp-compat-process-running-p \"(.*)\"\\)" all process)
+                (format #f "(or ~a (tramp-compat-process-running-p ~s))"
+                        all (string-append "." process "-real"))))
              #t))
          (add-before 'configure 'fix-/bin/pwd
            (lambda _
-- 
2.33.0




[Message part 3 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 51188-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: emacs: Find real GVFS processes.
Date: Fri, 03 Dec 2021 21:40:45 +0100
Pushed as f725279cdd66e7739fd756807ef2a1c7b1611d51.



This bug report was last modified 3 years and 251 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.