unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 66c7a0fb08f9ca2864fbb9475222aea931a1da33 732 bytes (raw)
name: gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
From 3016fbd61e47978be73bbbaf7a8c2709bec42066 Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Fri, 12 Jul 2019 13:12:40 -0500
Subject: [PATCH] Do not run hyperb:check-dir-user during initialization

---
 hyperbole.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hyperbole.el b/hyperbole.el
index 872dbaf..6edb2a7 100644
--- a/hyperbole.el
+++ b/hyperbole.el
@@ -653,7 +653,6 @@ If FLAG is nil then text is shown, while if FLAG is t the text is hidden."
   (interactive)
   (message "Initializing Hyperbole...")
   (run-hooks 'hyperbole-init-hook)
-  (hyperb:check-dir-user)
   (or (stringp hyperb:user-email)
       (setq hyperb:user-email
 	    (or (and (boundp 'user-mail-address)
-- 
2.22.0


debug log:

solving 66c7a0fb08 ...
found 66c7a0fb08 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).