From unknown Sat Sep 13 05:10:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46568 <46568@debbugs.gnu.org> To: bug#46568 <46568@debbugs.gnu.org> Subject: Status: 27.1; TRAMP: wrong-argument-type processp: nil on find-file Reply-To: bug#46568 <46568@debbugs.gnu.org> Date: Sat, 13 Sep 2025 12:10:32 +0000 retitle 46568 27.1; TRAMP: wrong-argument-type processp: nil on find-file reassign 46568 emacs submitter 46568 David Greene severity 46568 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 16 14:49:39 2021 Received: (at submit) by debbugs.gnu.org; 16 Feb 2021 19:49:39 +0000 Received: from localhost ([127.0.0.1]:41646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC6Lo-0002Tw-T0 for submit@debbugs.gnu.org; Tue, 16 Feb 2021 14:49:39 -0500 Received: from lists.gnu.org ([209.51.188.17]:58484) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC6A6-0002CH-8J for submit@debbugs.gnu.org; Tue, 16 Feb 2021 14:37:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC6A4-0006x1-7a for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 14:37:30 -0500 Received: from [216.160.0.40] (port=49465 helo=smtp.obbligato.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lC69z-0008BM-7M for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 14:37:27 -0500 From: David Greene DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=obbligato.org; s=199568; t=1613503703; bh=oF/2Tx9Gka4FA2VVQCiMmK6iBGYBwwyBZiVVJIAzFyQ=; h=From:To:Subject:Date; b=MIfDb4rT4Xqzs8Ge1f6AVF3e5mSM75wXyxUauQM9R3S6y+OMJGWjxXf2bRRST4cBM CmTr7jfZaO87qZ+rqwHqEIxDyIc8FqfZbbVWmThMvCZTP5Ajn8Kqt7mTR1WvmhZ32l +i442iZqiGs6Wbh1z/lbN0wJ90mYV7CEMuRg0xg0= To: bug-gnu-emacs@gnu.org Subject: 27.1; TRAMP: wrong-argument-type processp: nil on find-file Date: Tue, 16 Feb 2021 13:28:22 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Synology-MCP-Status: no X-Synology-Spam-Flag: no X-Synology-Spam-Status: score=-0.101, required 5, TO_DN_NONE 0, RCVD_COUNT_ZERO 0, FROM_EQ_ENVFROM 0, MIME_TRACE 0, __NOT_SPOOFED 0, __BODY_URI_ONLY 0, NO_RECEIVED -0.001, FROM_HAS_DN 0, TO_MATCH_ENVRCPT_ALL 0, MIME_GOOD -0.1, RCPT_COUNT_ONE 0, __NOT_A_PERSON 0 X-Synology-Virus-Status: no X-Host-Lookup-Failed: Reverse DNS lookup failed for 216.160.0.40 (failed) Received-SPF: pass client-ip=216.160.0.40; envelope-from=dag@obbligato.org; helo=smtp.obbligato.org X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 16 Feb 2021 14:49:36 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I am getting the above error when doing a find-file in a vterm buffer with a remote shell. I have not changed anything recently in my config and I don't think the remote host has changed, but can't be sure since I don't control it. I have also seen a message about TRAMP not finding the command to check file existance. I have tried both 26.2 and 27.1 with no change in behavior. Previously I had ivy/counsel enabled but even after disabling it the error still occurs. Here's a (sanitized) TRAMP debug log: backtrace() tramp-signal-hook-function(wrong-type-argument ("processp nil")) signal(wrong-type-argument ("processp nil")) tramp-maybe-open-connection((tramp-file-name #("ssh" 0 3 (tramp-default t= )) "user" nil "host" nil "/path/user/src/project/README.md" nil)) tramp-send-command((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user"= nil "host" nil "/path/user/src/project/README.md" nil) "test 0 2>/dev/null= ; echo tramp_exit_status $?") tramp-send-command-and-check((tramp-file-name #("ssh" 0 3 (tramp-default = t)) "user" nil "host" nil "/path/user/src/project/README.md" nil) "test 0") tramp-get-test-command((tramp-file-name #("ssh" 0 3 (tramp-default t)) "u= ser" nil "host" nil "/path/user/src/project/README.md" nil)) tramp-run-test("-d" #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (= tramp-default t))) tramp-sh-handle-file-directory-p(#("/ssh:user@host:/path/user/src/project= /RE..." 1 4 (tramp-default t))) apply(tramp-sh-handle-file-directory-p #("/ssh:user@host:/path/user/src/p= roject/RE..." 1 4 (tramp-default t))) tramp-sh-file-name-handler(file-directory-p #("/ssh:user@host:/path/user/= src/project/RE..." 1 4 (tramp-default t))) apply(tramp-sh-file-name-handler file-directory-p #("/ssh:user@host:/path= /user/src/project/RE..." 1 4 (tramp-default t))) tramp-file-name-handler(file-directory-p #("/ssh:user@host:/path/user/src= /project/RE..." 1 4 (tramp-default t))) file-directory-p(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tra= mp-default t))) find-file-noselect(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (t= ramp-default t)) nil nil t) find-file(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-defa= ult t)) t) funcall-interactively(find-file #("/ssh:user@host:/path/user/src/project/= RE..." 1 4 (tramp-default t)) t) call-interactively(find-file nil nil) command-execute(find-file) In GNU Emacs 27.1 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Ve= rsion 10.15.7 (Build 19H114)) of 2021-02-12 built on C02XW07RJGH6 Windowing system distributor 'Apple', version 10.3.1894 System Description: Mac OS X 10.15.7 Recent messages: delete-backward-char: Text is read-only Making completion list... Quit Gnus not running; using plain Message mode Tramp: Opening connection for user@host using ssh... Tramp: Sending command =E2=80=98exec ssh -l user -o ControlMaster=3Dauto -= o ControlPath=3D'tramp.%C' -o ControlPersist=3Dno -e none host=E2=80=99 Tramp: Waiting for prompts from remote shell...done Tramp: Found remote shell prompt on =E2=80=98host=E2=80=99 Tramp: Opening connection for user@host using ssh...failed Cleaning up the recentf list...done (0 removed) tramp-signal-hook-function: Wrong type argument: "processp nil" Configured using: 'configure --disable-dependency-tracking --disable-silent-rules --enable-locallisppath=3D/usr/local/share/emacs/site-lisp --infodir=3D/usr/local/Cellar/emacs-plus@27/27.1/share/info/emacs --prefix=3D/usr/local/Cellar/emacs-plus@27/27.1 --with-xml2 --with-gnutls --without-dbus --with-imagemagick --with-modules --with-rsvg --with-ns --disable-ns-self-contained' Configured features: RSVG IMAGEMAGICK GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES THREADS JSON PDUMPER LCMS2 GMP Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Org Minor modes in effect: org-indent-mode: t display-time-mode: t global-so-long-mode: t TeX-PDF-mode: t tracking-mode: t flyspell-mode: t global-magit-file-mode: t magit-file-mode: t magit-auto-revert-mode: t auto-revert-mode: t global-git-commit-mode: t async-bytecomp-package-mode: t treemacs-icons-dired-mode: t treemacs-filewatch-mode: t treemacs-follow-mode: t treemacs-git-mode: deferred treemacs-fringe-indicator-mode: t volatile-highlights-mode: t which-key-mode: t global-hl-todo-mode: t recentf-mode: t savehist-mode: t save-place-mode: t electric-pair-mode: t show-paren-mode: t shell-dirtrack-mode: t global-whitespace-mode: t override-global-mode: t straight-use-package-mode: t straight-package-neutering-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Load-path shadows: /Users/user/.emacs.d/straight/build/org/ob-stan hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-stan /Users/user/.emacs.d/straight/build/org/ob-comint hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-comint /Users/user/.emacs.d/straight/build/org/ob-exp hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-exp /Users/user/.emacs.d/straight/build/org/org-ctags hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-ctags /Users/user/.emacs.d/straight/build/org/ob-emacs-lisp hides /Users/user/.em= acs.d/straight/build/org-plus-contrib/ob-emacs-lisp /Users/user/.emacs.d/straight/build/org/ox-texinfo hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ox-texinfo /Users/user/.emacs.d/straight/build/org/ol-irc hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ol-irc /Users/user/.emacs.d/straight/build/org/ob hides /Users/user/.emacs.d/strai= ght/build/org-plus-contrib/ob /Users/user/.emacs.d/straight/build/org/org-num hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/org-num /Users/user/.emacs.d/straight/build/org/ol-mhe hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ol-mhe /Users/user/.emacs.d/straight/build/org/ob-shell hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ob-shell /Users/user/.emacs.d/straight/build/org/org-attach hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/org-attach /Users/user/.emacs.d/straight/build/org/ob-C hides /Users/user/.emacs.d/str= aight/build/org-plus-contrib/ob-C /Users/user/.emacs.d/straight/build/org/org-macs hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/org-macs /Users/user/.emacs.d/straight/build/org/org-entities hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/org-entities /Users/user/.emacs.d/straight/build/org/ob-dot hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-dot /Users/user/.emacs.d/straight/build/org/ob-sql hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-sql /Users/user/.emacs.d/straight/build/org/ol-eww hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ol-eww /Users/user/.emacs.d/straight/build/org/org-datetree hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/org-datetree /Users/user/.emacs.d/straight/build/org/org-macro hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-macro /Users/user/.emacs.d/straight/build/org/ob-eval hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-eval /Users/user/.emacs.d/straight/build/org/ob-haskell hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ob-haskell /Users/user/.emacs.d/straight/build/org/ob-asymptote hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/ob-asymptote /Users/user/.emacs.d/straight/build/org/ob-abc hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-abc /Users/user/.emacs.d/straight/build/org/ox-org hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ox-org /Users/user/.emacs.d/straight/build/org/ol-rmail hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ol-rmail /Users/user/.emacs.d/straight/build/org/ob-awk hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-awk /Users/user/.emacs.d/straight/build/org/ob-groovy hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-groovy /Users/user/.emacs.d/straight/build/org/ob-shen hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-shen /Users/user/.emacs.d/straight/build/org/ox-icalendar hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/ox-icalendar /Users/user/.emacs.d/straight/build/org/ob-octave hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-octave /Users/user/.emacs.d/straight/build/org/ob-scheme hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-scheme /Users/user/.emacs.d/straight/build/org/org-mobile hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/org-mobile /Users/user/.emacs.d/straight/build/org/ob-processing hides /Users/user/.em= acs.d/straight/build/org-plus-contrib/ob-processing /Users/user/.emacs.d/straight/build/org/ob-ledger hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-ledger /Users/user/.emacs.d/straight/build/org/ob-picolisp hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/ob-picolisp /Users/user/.emacs.d/straight/build/org/org-colview hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/org-colview /Users/user/.emacs.d/straight/build/org/ob-R hides /Users/user/.emacs.d/str= aight/build/org-plus-contrib/ob-R /Users/user/.emacs.d/straight/build/org/org-table hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-table /Users/user/.emacs.d/straight/build/org/ox-html hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ox-html /Users/user/.emacs.d/straight/build/org/ob-fortran hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ob-fortran /Users/user/.emacs.d/straight/build/org/ol hides /Users/user/.emacs.d/strai= ght/build/org-plus-contrib/ol /Users/user/.emacs.d/straight/build/org/ob-plantuml hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/ob-plantuml /Users/user/.emacs.d/straight/build/org/ol-docview hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ol-docview /Users/user/.emacs.d/straight/build/org/ob-perl hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-perl /Users/user/.emacs.d/straight/build/org/ob-sqlite hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-sqlite /Users/user/.emacs.d/straight/build/org/ob-sed hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-sed /Users/user/.emacs.d/straight/build/org/ob-ditaa hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ob-ditaa /Users/user/.emacs.d/straight/build/org/ob-ruby hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-ruby /Users/user/.emacs.d/straight/build/org/org-habit hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-habit /Users/user/.emacs.d/straight/build/org/ol-gnus hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ol-gnus /Users/user/.emacs.d/straight/build/org/ob-screen hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-screen /Users/user/.emacs.d/straight/build/org/org-mouse hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-mouse /Users/user/.emacs.d/straight/build/org/ob-css hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-css /Users/user/.emacs.d/straight/build/org/org-inlinetask hides /Users/user/.e= macs.d/straight/build/org-plus-contrib/org-inlinetask /Users/user/.emacs.d/straight/build/org/ob-lisp hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-lisp /Users/user/.emacs.d/straight/build/org/ol-eshell hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ol-eshell /Users/user/.emacs.d/straight/build/org/org-pcomplete hides /Users/user/.em= acs.d/straight/build/org-plus-contrib/org-pcomplete /Users/user/.emacs.d/straight/build/org/org-lint hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/org-lint /Users/user/.emacs.d/straight/build/org/org-id hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/org-id /Users/user/.emacs.d/straight/build/org/ob-vala hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-vala /Users/user/.emacs.d/straight/build/org/org-capture hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/org-capture /Users/user/.emacs.d/straight/build/org/ob-sass hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-sass /Users/user/.emacs.d/straight/build/org/ob-tangle hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-tangle /Users/user/.emacs.d/straight/build/org/ob-calc hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-calc /Users/user/.emacs.d/straight/build/org/ob-java hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-java /Users/user/.emacs.d/straight/build/org/org-compat hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/org-compat /Users/user/.emacs.d/straight/build/org/org-attach-git hides /Users/user/.e= macs.d/straight/build/org-plus-contrib/org-attach-git /Users/user/.emacs.d/straight/build/org/ox-beamer hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ox-beamer /Users/user/.emacs.d/straight/build/org/ob-coq hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-coq /Users/user/.emacs.d/straight/build/org/org-protocol hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/org-protocol /Users/user/.emacs.d/straight/build/org/org-element hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/org-element /Users/user/.emacs.d/straight/build/org/ob-lob hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-lob /Users/user/.emacs.d/straight/build/org/ob-mscgen hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-mscgen /Users/user/.emacs.d/straight/build/org/org-tempo hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-tempo /Users/user/.emacs.d/straight/build/org/ob-python hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-python /Users/user/.emacs.d/straight/build/org/ob-latex hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ob-latex /Users/user/.emacs.d/straight/build/org/ol-w3m hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ol-w3m /Users/user/.emacs.d/straight/build/org/org-agenda hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/org-agenda /Users/user/.emacs.d/straight/build/org/ob-ocaml hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ob-ocaml /Users/user/.emacs.d/straight/build/org/ob-ref hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-ref /Users/user/.emacs.d/straight/build/org/ob-lilypond hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/ob-lilypond /Users/user/.emacs.d/straight/build/org/ob-table hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ob-table /Users/user/.emacs.d/straight/build/org/ob-clojure hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ob-clojure /Users/user/.emacs.d/straight/build/org/org-indent hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/org-indent /Users/user/.emacs.d/straight/build/org/org-plot hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/org-plot /Users/user/.emacs.d/straight/build/org/ox-latex hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ox-latex /Users/user/.emacs.d/straight/build/org/org-src hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/org-src /Users/user/.emacs.d/straight/build/org/org-duration hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/org-duration /Users/user/.emacs.d/straight/build/org/ob-makefile hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/ob-makefile /Users/user/.emacs.d/straight/build/org/ol-info hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ol-info /Users/user/.emacs.d/straight/build/org/ob-ebnf hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-ebnf /Users/user/.emacs.d/straight/build/org/org-clock hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-clock /Users/user/.emacs.d/straight/build/org/ob-forth hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ob-forth /Users/user/.emacs.d/straight/build/org/ox-odt hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ox-odt /Users/user/.emacs.d/straight/build/org/ox-publish hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ox-publish /Users/user/.emacs.d/straight/build/org/org-archive hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/org-archive /Users/user/.emacs.d/straight/build/org/ob-org hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-org /Users/user/.emacs.d/straight/build/org/ob-lua hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ob-lua /Users/user/.emacs.d/straight/build/org/org-keys hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/org-keys /Users/user/.emacs.d/straight/build/org/ob-eshell hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-eshell /Users/user/.emacs.d/straight/build/org/org-faces hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-faces /Users/user/.emacs.d/straight/build/org/ox-man hides /Users/user/.emacs.d/s= traight/build/org-plus-contrib/ox-man /Users/user/.emacs.d/straight/build/org/org-list hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/org-list /Users/user/.emacs.d/straight/build/org/ox-md hides /Users/user/.emacs.d/st= raight/build/org-plus-contrib/ox-md /Users/user/.emacs.d/straight/build/org/org-goto hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/org-goto /Users/user/.emacs.d/straight/build/org/ol-bbdb hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ol-bbdb /Users/user/.emacs.d/straight/build/org/org-loaddefs hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/org-loaddefs /Users/user/.emacs.d/straight/build/org/org hides /Users/user/.emacs.d/stra= ight/build/org-plus-contrib/org /Users/user/.emacs.d/straight/build/org/ol-bibtex hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ol-bibtex /Users/user/.emacs.d/straight/build/org/ob-J hides /Users/user/.emacs.d/str= aight/build/org-plus-contrib/ob-J /Users/user/.emacs.d/straight/build/org/ox-ascii hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/ox-ascii /Users/user/.emacs.d/straight/build/org/ob-matlab hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-matlab /Users/user/.emacs.d/straight/build/org/ox hides /Users/user/.emacs.d/strai= ght/build/org-plus-contrib/ox /Users/user/.emacs.d/straight/build/org/org-timer hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-timer /Users/user/.emacs.d/straight/build/org/ob-core hides /Users/user/.emacs.d/= straight/build/org-plus-contrib/ob-core /Users/user/.emacs.d/straight/build/org/org-feed hides /Users/user/.emacs.d= /straight/build/org-plus-contrib/org-feed /Users/user/.emacs.d/straight/build/org/ob-io hides /Users/user/.emacs.d/st= raight/build/org-plus-contrib/ob-io /Users/user/.emacs.d/straight/build/org/ob-gnuplot hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ob-gnuplot /Users/user/.emacs.d/straight/build/org/ob-js hides /Users/user/.emacs.d/st= raight/build/org-plus-contrib/ob-js /Users/user/.emacs.d/straight/build/org/org-footnote hides /Users/user/.ema= cs.d/straight/build/org-plus-contrib/org-footnote /Users/user/.emacs.d/straight/build/org/ob-maxima hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/ob-maxima /Users/user/.emacs.d/straight/build/org/ob-hledger hides /Users/user/.emacs= .d/straight/build/org-plus-contrib/ob-hledger /Users/user/.emacs.d/straight/build/org/org-install hides /Users/user/.emac= s.d/straight/build/org-plus-contrib/org-install /Users/user/.emacs.d/straight/build/org/org-crypt hides /Users/user/.emacs.= d/straight/build/org-plus-contrib/org-crypt /Users/user/.emacs.d/straight/build/remote-emacsclient/remote-emacsclient h= ides /Users/user/lib/dotfiles/emacs/lisp/remote-emacsclient /Users/user/.emacs.d/straight/build/boxquote/boxquote hides /Users/user/lib= /dotfiles/emacs/lisp/boxquote /Users/user/.emacs.d/straight/build/treemacs/treemacs-core-utils hides /Use= rs/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-core-utils /Users/user/.emacs.d/straight/build/treemacs/treemacs-faces hides /Users/us= er/.emacs.d/elpa/treemacs-20190902.1014/treemacs-faces /Users/user/.emacs.d/straight/build/treemacs/treemacs-themes hides /Users/u= ser/.emacs.d/elpa/treemacs-20190902.1014/treemacs-themes /Users/user/.emacs.d/straight/build/treemacs/treemacs-icons hides /Users/us= er/.emacs.d/elpa/treemacs-20190902.1014/treemacs-icons /Users/user/.emacs.d/straight/build/treemacs/treemacs-rendering hides /User= s/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-rendering /Users/user/.emacs.d/straight/build/treemacs/treemacs-dom hides /Users/user= /.emacs.d/elpa/treemacs-20190902.1014/treemacs-dom /Users/user/.emacs.d/straight/build/treemacs/treemacs-tag-follow-mode hides= /Users/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-tag-follow-mode /Users/user/.emacs.d/straight/build/treemacs/treemacs-mode hides /Users/use= r/.emacs.d/elpa/treemacs-20190902.1014/treemacs-mode /Users/user/.emacs.d/straight/build/treemacs/treemacs hides /Users/user/.em= acs.d/elpa/treemacs-20190902.1014/treemacs /Users/user/.emacs.d/straight/build/treemacs/treemacs-fringe-indicator hide= s /Users/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-fringe-indicator /Users/user/.emacs.d/straight/build/treemacs/treemacs-visuals hides /Users/= user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-visuals /Users/user/.emacs.d/straight/build/treemacs/treemacs-interface hides /User= s/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-interface /Users/user/.emacs.d/straight/build/treemacs/treemacs-bookmarks hides /User= s/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-bookmarks /Users/user/.emacs.d/straight/build/treemacs/treemacs-compatibility hides /= Users/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-compatibility /Users/user/.emacs.d/straight/build/treemacs/treemacs-customization hides /= Users/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-customization /Users/user/.emacs.d/straight/build/treemacs/treemacs-macros hides /Users/u= ser/.emacs.d/elpa/treemacs-20190902.1014/treemacs-macros /Users/user/.emacs.d/straight/build/treemacs/treemacs-persistence hides /Us= ers/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-persistence /Users/user/.emacs.d/straight/build/treemacs/treemacs-extensions hides /Use= rs/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-extensions /Users/user/.emacs.d/straight/build/treemacs/treemacs-filewatch-mode hides = /Users/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-filewatch-mode /Users/user/.emacs.d/straight/build/treemacs/treemacs-workspaces hides /Use= rs/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-workspaces /Users/user/.emacs.d/straight/build/treemacs/treemacs-mouse-interface hides= /Users/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-mouse-interface /Users/user/.emacs.d/straight/build/treemacs/treemacs-follow-mode hides /Us= ers/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-follow-mode /Users/user/.emacs.d/straight/build/treemacs/treemacs-tags hides /Users/use= r/.emacs.d/elpa/treemacs-20190902.1014/treemacs-tags /Users/user/.emacs.d/straight/build/treemacs/treemacs-autoloads hides /User= s/user/.emacs.d/elpa/treemacs-20190902.1014/treemacs-autoloads /Users/user/.emacs.d/straight/build/treemacs/treemacs-async hides /Users/us= er/.emacs.d/elpa/treemacs-20190902.1014/treemacs-async /Users/user/.emacs.d/straight/build/ht/ht hides /Users/user/.emacs.d/elpa/h= t-20190830.910/ht /Users/user/.emacs.d/straight/build/ht/ht-autoloads hides /Users/user/.emac= s.d/elpa/ht-20190830.910/ht-autoloads /Users/user/.emacs.d/straight/build/hydra/hydra-examples hides /Users/user/= .emacs.d/elpa/hydra-20190821.939/hydra-examples /Users/user/.emacs.d/straight/build/hydra/hydra-ox hides /Users/user/.emacs= .d/elpa/hydra-20190821.939/hydra-ox /Users/user/.emacs.d/straight/build/hydra/hydra hides /Users/user/.emacs.d/= elpa/hydra-20190821.939/hydra /Users/user/.emacs.d/straight/build/hydra/hydra-autoloads hides /Users/user= /.emacs.d/elpa/hydra-20190821.939/hydra-autoloads /Users/user/.emacs.d/straight/build/lv/lv-autoloads hides /Users/user/.emac= s.d/elpa/lv-20190821.947/lv-autoloads /Users/user/.emacs.d/straight/build/lv/lv hides /Users/user/.emacs.d/elpa/l= v-20190821.947/lv /Users/user/.emacs.d/straight/build/pfuture/pfuture hides /Users/user/.emac= s.d/elpa/pfuture-20190505.1006/pfuture /Users/user/.emacs.d/straight/build/pfuture/pfuture-autoloads hides /Users/= user/.emacs.d/elpa/pfuture-20190505.1006/pfuture-autoloads /Users/user/.emacs.d/straight/build/ace-window/ace-window-autoloads hides /= Users/user/.emacs.d/elpa/ace-window-20190708.933/ace-window-autoloads /Users/user/.emacs.d/straight/build/ace-window/ace-window hides /Users/user= /.emacs.d/elpa/ace-window-20190708.933/ace-window /Users/user/.emacs.d/straight/build/avy/avy-autoloads hides /Users/user/.em= acs.d/elpa/avy-20190828.951/avy-autoloads /Users/user/.emacs.d/straight/build/avy/avy hides /Users/user/.emacs.d/elpa= /avy-20190828.951/avy /Users/user/.emacs.d/straight/build/f/f hides /Users/user/.emacs.d/elpa/f-2= 0190109.906/f /Users/user/.emacs.d/straight/build/f/f-autoloads hides /Users/user/.emacs.= d/elpa/f-20190109.906/f-autoloads /Users/user/.emacs.d/straight/build/s/s hides /Users/user/.emacs.d/elpa/s-2= 0180406.808/s /Users/user/.emacs.d/straight/build/s/s-autoloads hides /Users/user/.emacs.= d/elpa/s-20180406.808/s-autoloads /Users/user/.emacs.d/straight/build/dash/dash hides /Users/user/.emacs.d/el= pa/dash-20190814.2006/dash /Users/user/.emacs.d/straight/build/dash/dash-autoloads hides /Users/user/.= emacs.d/elpa/dash-20190814.2006/dash-autoloads /Users/user/.emacs.d/straight/build/password-store/password-store hides /us= r/local/share/emacs/site-lisp/pass/password-store /Users/user/lib/dotfiles/emacs/lisp/completion hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/completion /Users/user/.emacs.d/straight/build/auth-source-pass/auth-source-pass hides= /usr/local/Cellar/emacs-plus@27/27.1/share/emacs/27.1/lisp/auth-source-pass /Users/user/.emacs.d/straight/build/org/ob-stan hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-stan /Users/user/.emacs.d/straight/build/org/ob-exp hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-exp /Users/user/.emacs.d/straight/build/org/ob-J hides /usr/local/Cellar/emacs-= plus@27/27.1/share/emacs/27.1/lisp/org/ob-J /Users/user/.emacs.d/straight/build/org/ob-emacs-lisp hides /usr/local/Cell= ar/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-emacs-lisp /Users/user/.emacs.d/straight/build/org/ob-css hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-css /Users/user/.emacs.d/straight/build/org/ob-lob hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-lob /Users/user/.emacs.d/straight/build/org/ol-irc hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ol-irc /Users/user/.emacs.d/straight/build/org/ob-forth hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-forth /Users/user/.emacs.d/straight/build/org/org-macs hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/org-macs /Users/user/.emacs.d/straight/build/org/ob hides /usr/local/Cellar/emacs-pl= us@27/27.1/share/emacs/27.1/lisp/org/ob /Users/user/.emacs.d/straight/build/org/ob-scheme hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-scheme /Users/user/.emacs.d/straight/build/org/ox hides /usr/local/Cellar/emacs-pl= us@27/27.1/share/emacs/27.1/lisp/org/ox /Users/user/.emacs.d/straight/build/org/ob-abc hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-abc /Users/user/.emacs.d/straight/build/org/ob-C hides /usr/local/Cellar/emacs-= plus@27/27.1/share/emacs/27.1/lisp/org/ob-C /Users/user/.emacs.d/straight/build/org/org-capture hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-capture /Users/user/.emacs.d/straight/build/org/ob-ref hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-ref /Users/user/.emacs.d/straight/build/org/ob-clojure hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-clojure /Users/user/.emacs.d/straight/build/org/org-mouse hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-mouse /Users/user/.emacs.d/straight/build/org/ob-ledger hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-ledger /Users/user/.emacs.d/straight/build/org/org-ctags hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-ctags /Users/user/.emacs.d/straight/build/org/org-entities hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-entities /Users/user/.emacs.d/straight/build/org/org-archive hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-archive /Users/user/.emacs.d/straight/build/org/ob-screen hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-screen /Users/user/.emacs.d/straight/build/org/ol-bibtex hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ol-bibtex /Users/user/.emacs.d/straight/build/org/ob-haskell hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-haskell /Users/user/.emacs.d/straight/build/org/ob-asymptote hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-asymptote /Users/user/.emacs.d/straight/build/org/org-table hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-table /Users/user/.emacs.d/straight/build/org/ol-eww hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ol-eww /Users/user/.emacs.d/straight/build/org/ox-org hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ox-org /Users/user/.emacs.d/straight/build/org/org-num hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/org-num /Users/user/.emacs.d/straight/build/org/org-plot hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/org-plot /Users/user/.emacs.d/straight/build/org/ol-rmail hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ol-rmail /Users/user/.emacs.d/straight/build/org/ob-awk hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-awk /Users/user/.emacs.d/straight/build/org/ob-groovy hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-groovy /Users/user/.emacs.d/straight/build/org/ob-octave hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-octave /Users/user/.emacs.d/straight/build/org/org-faces hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-faces /Users/user/.emacs.d/straight/build/org/org-colview hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-colview /Users/user/.emacs.d/straight/build/org/ob-R hides /usr/local/Cellar/emacs-= plus@27/27.1/share/emacs/27.1/lisp/org/ob-R /Users/user/.emacs.d/straight/build/org/org-timer hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-timer /Users/user/.emacs.d/straight/build/org/ob-ebnf hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-ebnf /Users/user/.emacs.d/straight/build/org/org-mobile hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-mobile /Users/user/.emacs.d/straight/build/org/ob-fortran hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-fortran /Users/user/.emacs.d/straight/build/org/ob-shell hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-shell /Users/user/.emacs.d/straight/build/org/ob-perl hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-perl /Users/user/.emacs.d/straight/build/org/ob-sqlite hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-sqlite /Users/user/.emacs.d/straight/build/org/ob-sed hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-sed /Users/user/.emacs.d/straight/build/org/org-list hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/org-list /Users/user/.emacs.d/straight/build/org/ob-ruby hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-ruby /Users/user/.emacs.d/straight/build/org/ob-eval hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-eval /Users/user/.emacs.d/straight/build/org/org-habit hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-habit /Users/user/.emacs.d/straight/build/org/org-clock hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-clock /Users/user/.emacs.d/straight/build/org/org-goto hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/org-goto /Users/user/.emacs.d/straight/build/org/ox-html hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ox-html /Users/user/.emacs.d/straight/build/org/org-src hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/org-src /Users/user/.emacs.d/straight/build/org/ob-lisp hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-lisp /Users/user/.emacs.d/straight/build/org/ol-eshell hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ol-eshell /Users/user/.emacs.d/straight/build/org/ob-ditaa hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-ditaa /Users/user/.emacs.d/straight/build/org/org-pcomplete hides /usr/local/Cell= ar/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-pcomplete /Users/user/.emacs.d/straight/build/org/org-lint hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/org-lint /Users/user/.emacs.d/straight/build/org/ox-latex hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ox-latex /Users/user/.emacs.d/straight/build/org/ob-sass hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-sass /Users/user/.emacs.d/straight/build/org/ob-io hides /usr/local/Cellar/emacs= -plus@27/27.1/share/emacs/27.1/lisp/org/ob-io /Users/user/.emacs.d/straight/build/org/ob-tangle hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-tangle /Users/user/.emacs.d/straight/build/org/ob-calc hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-calc /Users/user/.emacs.d/straight/build/org/ob-java hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-java /Users/user/.emacs.d/straight/build/org/ox-icalendar hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ox-icalendar /Users/user/.emacs.d/straight/build/org/ol-mhe hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ol-mhe /Users/user/.emacs.d/straight/build/org/org-attach-git hides /usr/local/Cel= lar/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-attach-git /Users/user/.emacs.d/straight/build/org/ox-md hides /usr/local/Cellar/emacs= -plus@27/27.1/share/emacs/27.1/lisp/org/ox-md /Users/user/.emacs.d/straight/build/org/ox-beamer hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ox-beamer /Users/user/.emacs.d/straight/build/org/org-element hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-element /Users/user/.emacs.d/straight/build/org/org-protocol hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-protocol /Users/user/.emacs.d/straight/build/org/ob-mscgen hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-mscgen /Users/user/.emacs.d/straight/build/org/ob-gnuplot hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-gnuplot /Users/user/.emacs.d/straight/build/org/org-tempo hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-tempo /Users/user/.emacs.d/straight/build/org/ob-latex hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-latex /Users/user/.emacs.d/straight/build/org/ol-w3m hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ol-w3m /Users/user/.emacs.d/straight/build/org/org-id hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/org-id /Users/user/.emacs.d/straight/build/org/ob-vala hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-vala /Users/user/.emacs.d/straight/build/org/ox-man hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ox-man /Users/user/.emacs.d/straight/build/org/org-feed hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/org-feed /Users/user/.emacs.d/straight/build/org/ob-lua hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-lua /Users/user/.emacs.d/straight/build/org/ob-table hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-table /Users/user/.emacs.d/straight/build/org/ob-ocaml hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-ocaml /Users/user/.emacs.d/straight/build/org/ob-coq hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-coq /Users/user/.emacs.d/straight/build/org/ol-gnus hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ol-gnus /Users/user/.emacs.d/straight/build/org/ob-picolisp hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-picolisp /Users/user/.emacs.d/straight/build/org/org-indent hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-indent /Users/user/.emacs.d/straight/build/org/ob-lilypond hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-lilypond /Users/user/.emacs.d/straight/build/org/ob-matlab hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-matlab /Users/user/.emacs.d/straight/build/org/org-datetree hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-datetree /Users/user/.emacs.d/straight/build/org/ol-docview hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ol-docview /Users/user/.emacs.d/straight/build/org/ob-python hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-python /Users/user/.emacs.d/straight/build/org/ob-makefile hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-makefile /Users/user/.emacs.d/straight/build/org/org-duration hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-duration /Users/user/.emacs.d/straight/build/org/org-agenda hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-agenda /Users/user/.emacs.d/straight/build/org/ob-dot hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-dot /Users/user/.emacs.d/straight/build/org/ob-js hides /usr/local/Cellar/emacs= -plus@27/27.1/share/emacs/27.1/lisp/org/ob-js /Users/user/.emacs.d/straight/build/org/ox-publish hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ox-publish /Users/user/.emacs.d/straight/build/org/org-inlinetask hides /usr/local/Cel= lar/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-inlinetask /Users/user/.emacs.d/straight/build/org/ob-org hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-org /Users/user/.emacs.d/straight/build/org/org-keys hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/org-keys /Users/user/.emacs.d/straight/build/org/ob-core hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-core /Users/user/.emacs.d/straight/build/org/org-compat hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-compat /Users/user/.emacs.d/straight/build/org/ol hides /usr/local/Cellar/emacs-pl= us@27/27.1/share/emacs/27.1/lisp/org/ol /Users/user/.emacs.d/straight/build/org/ox-odt hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ox-odt /Users/user/.emacs.d/straight/build/org/ol-info hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ol-info /Users/user/.emacs.d/straight/build/org/ob-plantuml hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-plantuml /Users/user/.emacs.d/straight/build/org/ob-eshell hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-eshell /Users/user/.emacs.d/straight/build/org/ox-ascii hides /usr/local/Cellar/em= acs-plus@27/27.1/share/emacs/27.1/lisp/org/ox-ascii /Users/user/.emacs.d/straight/build/org/org-loaddefs hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-loaddefs /Users/user/.emacs.d/straight/build/org/ob-hledger hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-hledger /Users/user/.emacs.d/straight/build/org/ob-maxima hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-maxima /Users/user/.emacs.d/straight/build/org/org hides /usr/local/Cellar/emacs-p= lus@27/27.1/share/emacs/27.1/lisp/org/org /Users/user/.emacs.d/straight/build/org/ol-bbdb hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ol-bbdb /Users/user/.emacs.d/straight/build/org/org-macro hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-macro /Users/user/.emacs.d/straight/build/org/ob-sql hides /usr/local/Cellar/emac= s-plus@27/27.1/share/emacs/27.1/lisp/org/ob-sql /Users/user/.emacs.d/straight/build/org/org-attach hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-attach /Users/user/.emacs.d/straight/build/org/ob-processing hides /usr/local/Cell= ar/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-processing /Users/user/.emacs.d/straight/build/org/ox-texinfo hides /usr/local/Cellar/= emacs-plus@27/27.1/share/emacs/27.1/lisp/org/ox-texinfo /Users/user/.emacs.d/straight/build/org/org-crypt hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/org-crypt /Users/user/.emacs.d/straight/build/org/org-footnote hides /usr/local/Cella= r/emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-footnote /Users/user/.emacs.d/straight/build/org/org-install hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/org/org-install /Users/user/.emacs.d/straight/build/org/ob-comint hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-comint /Users/user/.emacs.d/straight/build/org/ob-shen hides /usr/local/Cellar/ema= cs-plus@27/27.1/share/emacs/27.1/lisp/org/ob-shen /Users/user/.emacs.d/straight/build/ntlm/ntlm hides /usr/local/Cellar/emacs= -plus@27/27.1/share/emacs/27.1/lisp/net/ntlm /Users/user/.emacs.d/straight/build/soap-client/soap-client hides /usr/loca= l/Cellar/emacs-plus@27/27.1/share/emacs/27.1/lisp/net/soap-client /Users/user/.emacs.d/straight/build/soap-client/soap-inspect hides /usr/loc= al/Cellar/emacs-plus@27/27.1/share/emacs/27.1/lisp/net/soap-inspect /Users/user/.emacs.d/straight/build/cl-lib/cl-lib hides /usr/local/Cellar/e= macs-plus@27/27.1/share/emacs/27.1/lisp/emacs-lisp/cl-lib /Users/user/.emacs.d/straight/build/seq/seq hides /usr/local/Cellar/emacs-p= lus@27/27.1/share/emacs/27.1/lisp/emacs-lisp/seq /Users/user/.emacs.d/straight/build/nadvice/nadvice hides /usr/local/Cellar= /emacs-plus@27/27.1/share/emacs/27.1/lisp/emacs-lisp/nadvice /Users/user/lib/dotfiles/emacs/lisp/terminal hides /usr/local/Cellar/emacs-= plus@27/27.1/share/emacs/27.1/lisp/obsolete/terminal Features: (shadow sort mailalias bbdb-message mail-extr gnus-msg emacsbug crux cursor-sensor misearch multi-isearch anzu org-duration tramp-cmds help-fns cl-print tramp-cache emojify view cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs cal-iso org-eldoc org-indent vterm-toggle multi-vterm projectile vterm vterm-module mm-archive network-stream url-cache delsel hober2-theme llvm-mode tablegen-mode time so-long quite quite-autoloads remote-emacsclient remote-emacsclient-autoloads buttercup buttercup-autoloads buttercup-compat cask-package-toolset cask-package-toolset-autoloads commander-autoloads cask-mode cask-mode-autoloads cask cask-bootstrap ansi shut-up git commander cask-autoloads ansi-autoloads package-build-autoloads package-recipe-mode package-build-badges package-build package-recipe shut-up-autoloads slime-autoloads inferior-slime slime-cl-indent cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-macrostep slime-mdot-fu slime-enclosing-context slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-autodoc slime-editing-commands slime-repl elp slime-parse ert ewoc debug backtrace slime gud hyperspec macrostep-autoloads cmacexp macrostep excorporate-diary excorporate-autoloads appt excorporate excorporate-calendar fsm url-http-ntlm url-http-ntlm-autoloads ntlm ntlm-autoloads hmac-md5 hex-util md4 soap-client-autoloads fsm-autoloads texinfo toolbar-x prv-emacs reporter desktop frameset context plain-tex tex-buf latex latex-flymake flymake-proc flymake tex-ispell tex-style tex auctex-autoloads tex-site ts ts-autoloads org-super-agenda org-super-agenda-autoloads org-alert org-alert-autoloads org-jira org-jira-autoloads org-jira-sdk jiralib soap-client rng-xsd xsd-regexp gnus-desktop-notify gnus-desktop-notify-autoloads epa-file slack slack-autoloads slack-company slack-oauth2 slack-unread slack-websocket slack-dialog-edit-element-buffer slack-search-result-buffer slack-thread-message-compose-buffer slack-file-info-buffer slack-file-list-buffer slack-all-threads-buffer slack-user-message slack-thread-event slack-room-event slack-star-event slack-reaction-event slack-reply-event slack-message-event slack-stars-buffer slack-typing slack-authorize slack-star slack-search oauth2 slack-dialog-buffer slack-dialog slack-message-buffer slack-modeline slack-mrkdwn slack-user-profile-buffer slack-pinned-items-buffer slack-pinned-item slack-thread-message-buffer slack-room-buffer slack-bot-message slack-reminder slack-message-share-buffer slack-message-edit-buffer slack-room-message-compose-buffer slack-message-compose-buffer slack-message-editor slack-message-sender slack-action slack-slash-commands slack-event slack-message-notification slack-message-formatter slack-attachment slack-selectable slack-usergroup slack-message-reaction slack-file slack-thread slack-im slack-channel slack-group slack-conversations slack-buffer slack-room slack-counts slack-message slack-block slack-reaction slack-user slack-bot slack-dnd-status eieio-compat slack-emoji slack-image slack-request slack-log slack-team slack-team-ws request slack-util websocket emojify-autoloads apropos tar-mode arc-mode archive-mode circe-autoloads circe lui-irc-colors irc make-tls-process tls gnutls lcs lui-format lui tracking shorten circe-compat oauth2-autoloads plstore request-autoloads websocket-autoloads bindat alert alert-autoloads log4e notifications dbus gntp log4e-autoloads gntp-autoloads ox-slack ox-slack-autoloads ox-gfm ox-gfm-autoloads ox-md org-autoloads org-habit ol-notmuch org-protocol org-plus-contrib-autoloads dabbrev org-clock tempo ox-odt ox-latex ox-icalendar ox-html table ox-ascii ox-publish ox org-capture org-agenda ol-bibtex org-attach org-id nnir esh-mode doc-view jka-compr image-mode exif bibtex ob-octave ebnf2ps ps-print ps-print-loaddefs ps-def lpr ob-clojure calc-store calc-trail calc-ext calc calc-loaddefs calc-macs rainbow-delimiters rainbow-mode smtpmail-multi smtpmail-multi-autoloads exec-path-from-shell exec-path-from-shell-autoloads vlf-setup vlf-autoloads vlf vlf-base vlf-tune flyspell rainbow-mode-autoloads rainbow-delimiters-autoloads paredit paredit-autoloads etags-select etags-select-autoloads cc-mode cc-fonts cc-guess cc-menus cc-styles cc-align all-the-icons all-the-icons-autoloads all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons memoize memoize-autoloads rmsbolt rmsbolt-autoloads rmsbolt-split rmsbolt-java disass boxquote boxquote-autoloads rect auth-source-pass auth-source-pass-autoloads pass pass-autoloads password-store-otp-autoloads password-store password-store-autoloads cmake-font-lock-autoloads cmake-mode cmake-mode-autoloads ldap tramp-term tramp-term-autoloads treemacs-magit treemacs-magit-autoloads git-rebase ediff ediff-merg ediff-mult ediff-wind ediff-diff ediff-help ediff-init ediff-util magit-bookmark magit-autoloads magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log magit-diff smerge-mode magit-core magit-autorevert autorevert magit-margin magit-transient magit-process magit-mode transient git-commit transient-autoloads git-commit-autoloads with-editor async-bytecomp magit-git magit-section magit-utils which-func vc-git ido log-edit pcvs-util add-log with-editor-autoloads eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util async-autoloads smtpmail dired-aux async treemacs-icons-dired treemacs-icons-dired-autoloads treemacs treemacs-autoloads treemacs-compatibility treemacs-mode treemacs-bookmarks treemacs-interface treemacs-extensions treemacs-persistence treemacs-mouse-interface treemacs-tag-follow-mode treemacs-filewatch-mode treemacs-tags treemacs-faces filenotify treemacs-follow-mode treemacs-rendering treemacs-async treemacs-icons bookmark treemacs-workspaces treemacs-dom treemacs-visuals treemacs-fringe-indicator treemacs-themes pulse treemacs-core-utils treemacs-macros treemacs-customization pfuture ht ht-autoloads hydra-autoloads hydra lv lv-autoloads pfuture-autoloads inline volatile-highlights volatile-highlights-autoloads ace-window ace-window-autoloads avy avy-autoloads undo-tree undo-tree-autoloads diff which-key which-key-autoloads imenu-anywhere-autoloads imenu zop-to-char-autoloads hl-todo hl-todo-autoloads adoc-mode-autoloads markup-faces markup-faces-autoloads markdown-mode-autoloads move-text-autoloads easy-kill easy-kill-autoloads org-element org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob-core ob-eval org-table org-keys org-loaddefs ol org-compat avl-tree anzu-autoloads elisp-slime-nav elisp-slime-nav-autoloads etags fileloop generator xref project expand-region-autoloads org-macs cap-words superword subword ruby-mode smie python rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-enc xmltok html-mode-expansions sgml-mode cc-cmds cc-engine cc-vars cc-defs er-basic-expansions expand-region-core expand-region-custom pt pt-autoloads ag ag-autoloads vc-svn crux-autoloads seq-autoloads ielm pp dired-x windmove recentf tree-widget savehist saveplace elec-pair paren notmuch notmuch-autoloads hl-line notmuch-tree notmuch-show notmuch-print notmuch-crypto notmuch-wash diff-mode coolj notmuch-query goto-addr icalendar notmuch-hello notmuch-mua notmuch-message notmuch-draft notmuch-address notmuch-tag notmuch-maildir-fcc notmuch-company notmuch-lib notmuch-compat notmuch-parser vterm-toggle-autoloads tramp-sh multi-vterm-autoloads projectile-autoloads skeleton ibuf-macs find-dired grep ibuf-ext ibuffer ibuffer-loaddefs pkg-info-autoloads url-http url-auth url-gw nsm find-func epl epl-autoloads cl-lib-autoloads warnings vterm-autoloads face-remap color eterm-256color eterm-256color-autoloads f term disp-table ehelp xterm-color f-autoloads dash s dash-autoloads s-autoloads xterm-color-autoloads gnus-demon nntp gnus-registry registry eieio-base gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum url url-proxy url-privacy url-expand url-methods url-history mailcap shr url-cookie url-domsuf url-util svg xml dom gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-win gnus-int gnus-range bbdb-autoloads supercite regi rmailsum advice mh-e mh-compat mh-buffers mh-loaddefs sendmail message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa epg epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 gmm-utils mailheader ispell gnus nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums text-property-search mail-utils mm-util mail-prsvr bbdb-mua diary-lib diary-loaddefs cal-menu calendar cal-loaddefs bbdb-com crm mailabbrev bbdb bbdb-site timezone eudcb-bbdb eudc cus-edit cus-start cus-load eudc-vars wid-edit edmacro kmacro tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat shell pcomplete parse-time iso8601 time-date ls-lisp format-spec whitespace finder-inf server use-package-autoloads use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key use-package-core derived bind-key-autoloads straight-autoloads info easy-mmode pcase rx compile comint ansi-color ring checkdoc thingatpt autoload radix-tree lisp-mnt cl-extra help-mode straight cl package easymenu browse-url url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads kqueue cocoa ns lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 15652236 1124203) (symbols 48 94076 138) (strings 32 364828 138891) (string-bytes 1 10293288) (vectors 16 155782) (vector-slots 8 9995056 249604) (floats 8 2091 692) (intervals 56 10483646 142948) (buffers 1000 52)) From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 16 15:18:35 2021 Received: (at submit) by debbugs.gnu.org; 16 Feb 2021 20:18:35 +0000 Received: from localhost ([127.0.0.1]:41704 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC6nq-0003Cs-LT for submit@debbugs.gnu.org; Tue, 16 Feb 2021 15:18:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:54260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC6no-0003Ck-DL for submit@debbugs.gnu.org; Tue, 16 Feb 2021 15:18:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34496) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC6no-0003J5-7W for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 15:18:32 -0500 Received: from mout.gmx.net ([212.227.17.22]:34115) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC6nm-0004YJ-4b for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 15:18:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1613506700; bh=ofrByo+Svgfx5DcFB3GARtj0wlIuEP6HrgMgTTVLPNQ=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=Y5eD03qmR1udwMk/NnezgQtwLohzQSAENZIkRpcThUgpPzLYByJQD73nVOKogp3MR ABXHdKrWKpLV4iff/OeYgSq48Abwuw0Damu97h/R3SDxl9YL0WAMv62FKcJ5mUHak2 mIE+fbDAYHRB7JEB7UGlUc5wms+l3l7s30VZa0XU= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([213.220.145.132]) by mail.gmx.net (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MeCpb-1llAy43PHT-00bJnI; Tue, 16 Feb 2021 21:18:19 +0100 From: Michael Albinus To: David Greene via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Subject: Re: bug#46568: 27.1; TRAMP: wrong-argument-type processp: nil on find-file References: Date: Tue, 16 Feb 2021 21:18:18 +0100 In-Reply-To: (David Greene via's message of "Tue, 16 Feb 2021 13:28:22 -0600") Message-ID: <87tuqbu5px.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:6a3XNSmSWuQ8dsuhK/0ilP0I6EhJBQvRrXAGkk4UI4fH5I7LcAw 5KK41lqL+ke4oWMaf9xagXycdkVmkVad7WvxpN6lLDPc8C/+avNJ5AQ0IteGwJptV7NNmbw dYTq+a/dHZuAFVwh2x8oXTc/QIiggVYfOwtXstwH8V/Bl30s2YLD0gP0Im2EP/y9BqHk2xC 6rCjCnxZX6fBfXm95L8uA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:Di604bivBoc=:85tz+RrfFpmET/IpLVWd4h jBsvYcK7M0I5tKvXL5aNFxE3B0OQ1aJOAo3HddbbL2xHW/eB9cW3uVXeeHNUTYCDEte13NgRD qdYR1qwmhbhiR+yHtxqxQSI90L/X+l8QKj0b4KResABu2aDypqmY8A7ahTyXHOhideR3E5j+j +nf72RORrT3B7dAffK5YjQhXGHd+KeVRxSiWeSvD3oAuOyeDnQDRisRRs/WbgKC6rt41lB7Y0 35hEXSw8mwkAg8rmv+l8bYrGZk0UEZ5J6FRg43RosB7TO6raaYpipWqSxise8yCH5UmBUOVFB 8iXBf3Wkq1MSo4ML2k0h1IlfzyYXu3xSk0EbCuxeRys4jKPB3cygdkDvKtxTq2cMdyK2bCF8M kgLPeQl52XdvhenhCulyfBaeY6aIkH7VhcMu/NhVX73HfplrWErkZFFVTtdad1j+qOzUj/Qi1 XVlHLrCSSiKs4iEDogkqf+baT/GWZF5S+xi/h58Y+4EyDF5O2+iNn5qLZ5E6BT5Wc/8ELo0Q7 sfc6YSeMLcyqaOxVLYaW7Tu9x3shHPszz3SIGCubG4OltiTXPtag7t90Kxz4z887RBK2ca1hi bW2lgNbuWyggIoq6KmHdxTudBXyUsQL7IC+mUqpkDj6HxQLDMQKfQtlwHMC0bO7xQVg1AmIxE RQGxNNcH6dSRCdRTFdsoMx8lTBmmU1dDEO4R5A6Js8XwHO8t/YKo/Bda9GOTLl7opLRZKyzaZ W103qXv+tvisGtfy58+44p6FW8osVB0w/AVR4dVjJ4tiZaHkleBtj9ZGSRddirWLpROp9Abuq DqFiS4+QYMwdd0DD8iZq7FNgU+5IbgUNDQUBs45Gwxf+cf/Wvuiif0QsrOa581o+V8s5m8QJg HdjWDo87eUyhrrIZjnEg== Received-SPF: pass client-ip=212.227.17.22; envelope-from=michael.albinus@gmx.de; helo=mout.gmx.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: David Greene , 46568@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) David Greene via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: Hi David, > I am getting the above error when doing a find-file in a vterm buffer > with a remote shell. I have not changed anything recently in my config > and I don't think the remote host has changed, but can't be sure since I > don't control it. > > I have also seen a message about TRAMP not finding the command to check > file existance. > > I have tried both 26.2 and 27.1 with no change in behavior. Previously > I had ivy/counsel enabled but even after disabling it the error still > occurs. Does this also happen if you start "emacs -Q"? > Here's a (sanitized) TRAMP debug log: > > backtrace() > tramp-signal-hook-function(wrong-type-argument ("processp nil")) > signal(wrong-type-argument ("processp nil")) > tramp-maybe-open-connection((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil)) > tramp-send-command((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil) "test 0 2>/dev/null; echo tramp_exit_status $?") > tramp-send-command-and-check((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil) "test 0") > tramp-get-test-command((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil)) > tramp-run-test("-d" #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > tramp-sh-handle-file-directory-p(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > apply(tramp-sh-handle-file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > tramp-sh-file-name-handler(file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > apply(tramp-sh-file-name-handler file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > tramp-file-name-handler(file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > file-directory-p(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > find-file-noselect(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t)) nil nil t) > find-file(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t)) t) > funcall-interactively(find-file #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t)) t) > call-interactively(find-file nil nil) > command-execute(find-file) That doesn't tell too much. If the test above doesn't help, could you please start # emacs -Q --eval '(setq tramp-verbose 6)' and rerun the test? There will be a Tramp debug buffer; pls show it. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 18 13:20:55 2021 Received: (at submit) by debbugs.gnu.org; 18 Feb 2021 18:20:55 +0000 Received: from localhost ([127.0.0.1]:47958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCnv4-0005eF-H6 for submit@debbugs.gnu.org; Thu, 18 Feb 2021 13:20:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:36780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCnuz-0005dn-8X for submit@debbugs.gnu.org; Thu, 18 Feb 2021 13:20:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lCnuy-0001r5-Qp for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 13:20:48 -0500 Received: from [216.160.0.40] (port=41185 helo=smtp.obbligato.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lCnuu-0007Eq-A2 for bug-gnu-emacs@gnu.org; Thu, 18 Feb 2021 13:20:48 -0500 Received: from victor (localhost [127.0.0.1]) by smtp.obbligato.org (Postfix) with ESMTPA id 61F9E4133F0; Thu, 18 Feb 2021 12:20:35 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=obbligato.org; s=199568; t=1613672435; bh=rF65YOjtrIOQRlu258wBmkEHyZ4I4+xjEcFQZbv4uek=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=TeDkzkVuAeADAnL11V5MKIM+b2YJDvdSv/TD2SQVrRTmSoHWE3dNvh7mr72VLZmu/ fSDoGJ77uKIt/FZvB7r+rUF+Lb0UCjWgjMFL0+VXyr46IL0gCFLcXPsgndL7buUQ+4 aJFtJP6YfKbkikk6aoiAoF+kG5a8zxNT0GmiyK/Q= Date: Thu, 18 Feb 2021 12:20:35 -0600 From: dag To: "Michael Albinus" Message-ID: In-Reply-To: <87tuqbu5px.fsf@gmx.de> References: <87tuqbu5px.fsf@gmx.de> Subject: Re: bug#46568: 27.1; TRAMP: wrong-argument-type processp: nil on find-file MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="602eaff3_28fd3810_5f7" X-Synology-MCP-Status: no X-Synology-Spam-Flag: no X-Synology-Spam-Status: score=0.4, required 5, TO_DN_SOME 0, __THREADED 0, CC_EXCESS_QP 0, HTML_MESSAGE 0.001, FREEMAIL_TO 0, RCVD_COUNT_ZERO 0, FROM_EQ_ENVFROM 0, MIME_TRACE 0, __NOT_SPOOFED 0, NO_RECEIVED -0.001, FROM_HAS_DN 0, RCPT_COUNT_THREE 0, TO_MATCH_ENVRCPT_ALL 0, FREEMAIL_ENVRCPT 0, MIME_GOOD -0.1, HTML_MISSING_CTYPE 0, MID_RHS_NOT_FQDN 0.5, __KHOP_NO_FULL_NAME 0 X-Synology-Virus-Status: no X-Host-Lookup-Failed: Reverse DNS lookup failed for 216.160.0.40 (failed) Received-SPF: pass client-ip=216.160.0.40; envelope-from=dag@obbligato.org; helo=smtp.obbligato.org X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: =?utf-8?Q?David_Greene_via_Bug_reports_for_GNU_Emacs=2C_the_Swiss_army_knife_of_text_editors?= , 46568@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --602eaff3_28fd3810_5f7 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Michael, emacs -Q does indeed make the problem go away. I eventually tracked it down to this line in my config: (add-to-list 'tramp-remote-path 'tramp-own-remote-path) When I commented that out, things started working, but of course then TRAMP couldn't find some remote executables (git for magit, for example). Curiously, swapping back to emacs 26 and then uncommenting that line kept things working. Which is odd because emacs 26 is where things started going wrong and I had upgraded to emacs 27 to see if it would be fixed. I had previously disabled some small packages in my config that I wasn't really using, but was still seeing failures until the line above was commented out. So I don't think those packages have anything to do with this. It's a mystery, but it's at least working now, for unknown reasons. As I noted in th bug report, things just stopped working without any config changes on my end, so I'm not sure what the cause was. Just as mysteriously, they're now working aga in. David On 2021-02-16 14:18, Michael Albinus wrote: > > David Greene via "Bug reports for GNU Emacs, the Swiss army knife of > text editors" writes: > > Hi David, > > > I am getting the above error when doing a find-file in a vterm buffer > > with a remote shell. I have not changed anything recently in my config > > and I don't think the remote host has changed, but can't be sure since I > > don't control it. > > > > I have also seen a message about TRAMP not finding the command to check > > file existance. > > > > I have tried both 26.2 and 27.1 with no change in behavior. Previously > > I had ivy/counsel enabled but even after disabling it the error still > > occurs. > > Does this also happen if you start "emacs -Q"? > > > Here's a (sanitized) TRAMP debug log: > > > > backtrace() > > tramp-signal-hook-function(wrong-type-argument ("processp nil")) > > signal(wrong-type-argument ("processp nil")) > > tramp-maybe-open-connection((tra mp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil)) > > tramp-send-command((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil) "test 0 2>/dev/null; echo tramp_exit_status $?") > > tramp-send-command-and-check((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil) "test 0") > > tramp-get-test-command((tramp-file-name #("ssh" 0 3 (tramp-default t)) "user" nil "host" nil "/path/user/src/project/README.md" nil)) > > tramp-run-test("-d" #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > > tramp-sh-handle-file-directory-p(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > > apply(tramp-sh-handle-file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > > tramp-sh-file-name-handler(file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > > apply(tramp-sh-file-name-handler file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > > tramp-file-name-handler(file-directory-p #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > > file-directory-p(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t))) > > find-file-noselect(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t)) nil nil t) > > find-file(#("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t)) t) > > funcall-interactively(find-file #("/ssh:user@host:/path/user/src/project/RE..." 1 4 (tramp-default t)) t) > > call-interactively(find-file nil nil) > > command-execute(find-file) > > That doesn't tell too much. If the test above doesn't help, could you > please start > > # emacs -Q --eval '(setq tramp-verbose 6)' > > and rerun the test? There will be a Tramp debug buffer; pls show it. > > Best regards, Michael. --602eaff3_28fd3810_5f7 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hello Michael,
 
emacs -Q does indeed make the problem go away.  I eventually tr= acked it down to this line in my config:
 
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
 
When I commented that out, things started working, but of course the= n TRAMP couldn't find some remote executables (git for magit, for example= ).
 
Curiously, swapping back to emacs 26 and then uncommenting that line= kept things working.  Which is odd because emacs 26 is where
things started going wrong and I had upgraded to emacs 27 to see if = it would be fixed.
 
I had previously disabled some small packages in my config that I wa= sn't really using, but was still seeing failures until the line above was=
commented out.  So I don't think those packages have anything t= o do with this.
 
It's a mystery, but it's at least working now, for unknown reasons.&= nbsp; As I noted in th bug report, things just stopped working witho= ut any
config changes on my end, so I'm not sure what the cause was.  = Just as mysteriously, they're now working again.
 
David
 
On 2021-02-16 14:18, Michael Albinus <michael.albinus=40gmx.de>= ; wrote:
David Greene via =22Bug reports for GNU Emacs, the Swiss army knife =
of
text editors=22 <bug-gnu-emacs=40gnu.org> writes:

Hi David,

> I am getting the above error when doing a fin= d-file in a vterm buffer
> with a remote shell. I have not change= d anything recently in my config
> and I don't think the remote h= ost has changed, but can't be sure since I
> don't control it.>
> I have also seen a message about TRAMP not finding the = command to check
> file existance.
>
> I have tri= ed both 26.2 and 27.1 with no change in behavior. Previously
> I= had ivy/counsel enabled but even after disabling it the error still
> occurs.

Does this also happen if you start =22emacs -Q=22= =3F

> Here's a (sanitized) TRAMP debug log:
>
= > backtrace()
> tramp-signal-hook-function(wrong-type-argu= ment (=22processp nil=22))
> signal(wrong-type-argument (=22pro= cessp nil=22))
> tramp-maybe-open-connection((tramp-file-name =23= (=22ssh=22 0 3 (tramp-default t)) =22user=22 nil =22host=22 nil =22/path/= user/src/project/README.md=22 nil))
> tramp-send-command((tramp= -file-name =23(=22ssh=22 0 3 (tramp-default t)) =22user=22 nil =22host=22= nil =22/path/user/src/project/README.md=22 nil) =22test 0 2>/dev/null= ; echo tramp=5Fexit=5Fstatus =24=3F=22)
> tramp-send-command-an= d-check((tramp-file-name =23(=22ssh=22 0 3 (tramp-default t)) =22user=22 = nil =22host=22 nil =22/path/user/src/project/README.md=22 nil) =22test 0=22= )
> tramp-get-test-command((tramp-file-name =23(=22ssh=22 0 3 (= tramp-default t)) =22user=22 nil =22host=22 nil =22/path/user/src/project= /README.md=22 nil))
> tramp-run-test(=22-d=22 =23(=22/ssh:user=40= host:/path/user/src/project/RE...=22 1 4 (tramp-default t)))
> = tramp-sh-handle-file-directory-p(=23(=22/ssh:user=40host:/path/user/src/p= roject/RE...=22 1 4 (tramp-default t)))
> apply(tramp-sh-handle= -file-directory-p =23(=22/ssh:user=40host:/path/user/src/project/RE...=22= 1 4 (tramp-default t)))
> tramp-sh-file-name-handler(file-dire= ctory-p =23(=22/ssh:user=40host:/path/user/src/project/RE...=22 1 4 (tram= p-default t)))
> apply(tramp-sh-file-name-handler file-director= y-p =23(=22/ssh:user=40host:/path/user/src/project/RE...=22 1 4 (tramp-de= fault t)))
> tramp-file-name-handler(file-directory-p =23(=22/s= sh:user=40host:/path/user/src/project/RE...=22 1 4 (tramp-default t)))> file-directory-p(=23(=22/ssh:user=40host:/path/user/src/project= /RE...=22 1 4 (tramp-default t)))
> find-file-noselect(=23(=22/= ssh:user=40host:/path/user/src/project/RE...=22 1 4 (tramp-default t)) ni= l nil t)
> find-file(=23(=22/ssh:user=40host:/path/user/src/pro= ject/RE...=22 1 4 (tramp-default t)) t)
> funcall-interactively= (find-file =23(=22/ssh:user=40host:/path/user/src/project/RE...=22 1 4 (t= ramp-default t)) t)
> call-interactively(find-file nil nil)
> command-execute(find-file)

That doesn't tell too much= . If the test above doesn't help, could you
please start

= =23 emacs -Q --eval '(setq tramp-verbose 6)'

and rerun the tes= t=3F There will be a Tramp debug buffer; pls show it.

Best reg= ards, Michael.
--602eaff3_28fd3810_5f7-- From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 18 15:51:17 2021 Received: (at 46568) by debbugs.gnu.org; 18 Feb 2021 20:51:17 +0000 Received: from localhost ([127.0.0.1]:48209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCqGa-00056T-Vp for submit@debbugs.gnu.org; Thu, 18 Feb 2021 15:51:17 -0500 Received: from mout.gmx.net ([212.227.17.20]:34215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lCqGY-00056F-Mg for 46568@debbugs.gnu.org; Thu, 18 Feb 2021 15:51:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1613681468; bh=Wk3MYedttab0YmNSzcL/hZo08vwUhGqTgqBRulOL3Mg=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=S7FZqSWoGoWOOQYpetMo9HPkA9sLK6djHI/bgtWKTngLqFC0Vw/w5t6R4qWjvKvN3 npZrxhmNEmCw6vwgfZd+Ev4qZbAe7IJ8AyD9ELqe9HVjAxuwVvGTZNltg7tybG07wV rwVRzr1+XrC3gPtd2TXOGvp1gJ4xhRtLrbOb8OkI= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([213.220.145.206]) by mail.gmx.net (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1Mz9Ux-1m7XNn0TUR-00wI8Y; Thu, 18 Feb 2021 21:51:08 +0100 From: Michael Albinus To: dag Subject: Re: bug#46568: 27.1; TRAMP: wrong-argument-type processp: nil on find-file References: <87tuqbu5px.fsf@gmx.de> Date: Thu, 18 Feb 2021 21:51:07 +0100 In-Reply-To: (dag@obbligato.org's message of "Thu, 18 Feb 2021 12:20:35 -0600") Message-ID: <87k0r585hg.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:4sYCuWDUYylQCMBdX2KLwQNNgySceagB3WeFebxKP+p/c90ILMK DHf1Fv1Sm/jptsdBMwY+Pz9ijR9A5x1FTq6MeMZkIqt/d7EggC6Z9dDfZFnDSSpoDRv3HPs xRguNIEKdiVhDB3P/4sGipoPo+moxmCnQuVBJCCgjoJ79kAw22+3ZL8IOHz0kNQO4nK9PTy T8vMcp9Z6y8g0/nfslC5Q== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:Vj5TfUt9MTQ=:2gv4U16T2Tl4sdBumvUOdE mwZRkIshHEZK1f4QWbcuPRYqrtIUzmZX6N3GlBAPtDeZ0qkVWxNWJEx7HB1kVSmmfsK66Ta8y Ivr2iZByKii/k7Gh1kAS3Jw1qoWIWj8VPaE20B2nB0I2qvVNPDdRdnJjMmIQQ7BCjy3hTq4yC JggkgOAo9xeS+1s9+MAY3MiTs9dy0CYXtRlWSWkDhbNEMzgLflrg52iAWS+RmpaHHbPq5aWke eOeMC2e3KtV6bCxhDbh/KvmpQkW5rqWc5pUQhsOZgWCntlRNvYwZIGaruDqWsIgjLc1BUOPMa UBv/z2evYNeQtQWsyNNb8Hdc3DOrSNODDqld3M55Re7hWhi/jGfdsbx8t5aEqGdANZtadcPhs aHtJPIEhl8k/YDc45ryKQ98aPzN0Ptudv58zBWTRgDgTMoic0825z9hiMzuLAbONz+lpXCFJn RGtBRHzBztqcu6LSm8VmaznK57iglzy2rfcv9aZtO/B5QRrQ02oj9msX22IG6nLrhdcdIyflb 7EhXzbCdn+sD4nJDiBRIAvE543C2Y8uk/2/vdinYAQumUJ1fNeHm/3lgnZTLL63Z4gyaS9N9P Lfl1iF7JlO/LCX6tqsv/r/J5h9pxB6LSQp5IeemHRu9IL54/H4iypToFe6ik4yX6Y2UO7yWEw kA4AArybJiCXxrBbNjbX7yRmrGty2h//pmnqDIE83Tjl9fF8br+GHHZCMfpRopre+OqITtEgs cZlBhYOroVthQ6NjItsz3BxrPUUOKJKCFxutWKkF1C83Vmt4zoMgUuyWwh0pGMgRJv9WcBf5Z kkolvOFjKtf4LZXTX2P5mq10jQ8AEUBr2tTnFPiBZVxOxPWndRQeFyH0tJMaHniy2F2MB7yL1 Q6Fh+WGkuVls5CADWnJg== Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46568 Cc: 46568@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) dag writes: > Hello Michael, Hi David, > It's a mystery, but it's at least working now, for unknown reasons. > As I noted in th bug report, things just stopped working without any > config changes on my end, so I'm not sure what the cause was. Just as > mysteriously, they're now working again. Does this mean, we could close the bug as unreproducible? And btw, there could be some cached Tramp values which have made the problem happen. Next time you see this, you could also check, whether "M-x tramp-cleanup-all-connections" fixes this for you. > David Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 11:01:00 2021 Received: (at 46568) by debbugs.gnu.org; 19 Feb 2021 16:01:00 +0000 Received: from localhost ([127.0.0.1]:50208 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD8DE-0007ZX-Ki for submit@debbugs.gnu.org; Fri, 19 Feb 2021 11:01:00 -0500 Received: from [216.160.0.40] (port=44568 helo=smtp.obbligato.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD8DC-0007ZJ-C7 for 46568@debbugs.gnu.org; Fri, 19 Feb 2021 11:00:59 -0500 Received: from victor (localhost [127.0.0.1]) by smtp.obbligato.org (Postfix) with ESMTPA id 21FC4413E17; Fri, 19 Feb 2021 10:00:52 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=obbligato.org; s=199568; t=1613750452; bh=WntzuHZc+vkhw4p/ArP42e+GJAi9Mjwfa/W/6m003NQ=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=OoH8r5SGRn6+RiANzivQ2qhQGvQdg6Rw9/Anul3f0V4ZSzmHgxeK1EKIx6ZBg7+Dw 7No8PT3f9CFvLY5k1TE16uXylAtJ++d5qPn2Ms4Xx2yN6UdC7LtJjLq1Fe0GMjlRtc nE5zi4Ix3DhfKZ/FYdDQgQAEBXVncoZDg/SjEJHc= Date: Fri, 19 Feb 2021 10:00:51 -0600 From: dag To: "Michael Albinus" Message-ID: <436802c6-6e63-4dad-a539-535d6145cef2@victor> In-Reply-To: <87k0r585hg.fsf@gmx.de> References: <87tuqbu5px.fsf@gmx.de> <87k0r585hg.fsf@gmx.de> Subject: Re: bug#46568: 27.1; TRAMP: wrong-argument-type processp: nil on find-file MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="602fe0b3_fcfa483_4eeb" X-Synology-MCP-Status: no X-Synology-Spam-Flag: no X-Synology-Spam-Status: score=0.4, required 5, FROM_HAS_DN 0, TO_DN_SOME 0, TO_MATCH_ENVRCPT_ALL 0, __PDS_HTML_LENGTH_2048 0, MIME_GOOD -0.1, __THREADED 0, FREEMAIL_ENVRCPT 0, HTML_MISSING_CTYPE 0, RCPT_COUNT_TWO 0, HTML_MESSAGE 0.001, FREEMAIL_TO 0, RCVD_COUNT_ZERO 0, FROM_EQ_ENVFROM 0, MID_RHS_NOT_FQDN 0.5, MIME_TRACE 0, __NOT_SPOOFED 0, __KHOP_NO_FULL_NAME 0, NO_RECEIVED -0.001 X-Synology-Virus-Status: no X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Yes, I think we can close this. I did try tramp-cleanup-all-connections but it didn't help. David On 2021-02-18 14:51, Michael Albinus wrote: > > dag write [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 HTML_MESSAGE BODY: HTML included in message 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 46568 Cc: 46568@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) --602fe0b3_fcfa483_4eeb Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes, I think we can close this. I did try tramp-cleanup-all-connections but it didn't help. David On 2021-02-18 14:51, Michael Albinus wrote: > > dag writes: > > > Hello Michael, > > Hi David, > > > It's a mystery, but it's at least working now, for unknown reasons. > > As I noted in th bug report, things just stopped working without any > > config changes on my end, so I'm not sure what the cause was. Just as > > mysteriously, they're now working again. > > Does this mean, we could close the bug as unreproducible? > > And btw, there could be some cached Tramp values which have made the > problem happen. Next time you see this, you could also check, whether > "M-x tramp-cleanup-all-connections" fixes this for you. > > > David > > Best regards, Michael. --602fe0b3_fcfa483_4eeb Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Yes, I think we can close this.  I did try tramp-cleanup-all-co= nnections but it didn't help.
 
David
 
 
 
On 2021-02-18 14:51, Michael Albinus <michael.albinus=40gmx.de>= ; wrote:
dag <dag=40obbligato.org> writes:

> Hello Michae= l,

Hi David,

> It's a mystery, but it's at least= working now, for unknown reasons.
> As I noted in th bug report,= things just stopped working without any
> config changes on my e= nd, so I'm not sure what the cause was. Just as
> mysteriously, = they're now working again.

Does this mean, we could close the = bug as unreproducible=3F

And btw, there could be some cached T= ramp values which have made the
problem happen. Next time you see th= is, you could also check, whether
=22M-x tramp-cleanup-all-connectio= ns=22 fixes this for you.

> David

Best regards, = Michael.
--602fe0b3_fcfa483_4eeb-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 19 11:55:55 2021 Received: (at 46568-done) by debbugs.gnu.org; 19 Feb 2021 16:55:55 +0000 Received: from localhost ([127.0.0.1]:50292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD94N-0000W5-Gc for submit@debbugs.gnu.org; Fri, 19 Feb 2021 11:55:55 -0500 Received: from mout.gmx.net ([212.227.15.18]:36059) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lD94K-0000Vq-6w for 46568-done@debbugs.gnu.org; Fri, 19 Feb 2021 11:55:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1613753746; bh=akqBep6jODyPuiOeKZOazxvHDUZAJX83G6X4M0MZdr8=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=KIUIBFXFk+6BtLy7JnCja5+QqcXqYPK5al4/88g8smD7aRstqJP29/2hGAtYntPF/ FRgH9pZ7YKB+i/M6hZizUo6aJqRveoCn4MV19ejnvhNmMPv9jfpMUwyx4eS+jxaxwR B9k64q+57/BQdVxjQxy55AI1VeGr5kzKo+Vo2LzA= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([213.220.145.206]) by mail.gmx.net (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1Mo6qv-1lekvK3oT5-00pfhK; Fri, 19 Feb 2021 17:55:46 +0100 From: Michael Albinus To: dag Subject: Re: bug#46568: 27.1; TRAMP: wrong-argument-type processp: nil on find-file References: <87tuqbu5px.fsf@gmx.de> <87k0r585hg.fsf@gmx.de> <436802c6-6e63-4dad-a539-535d6145cef2@victor> Date: Fri, 19 Feb 2021 17:55:45 +0100 In-Reply-To: <436802c6-6e63-4dad-a539-535d6145cef2@victor> (dag@obbligato.org's message of "Fri, 19 Feb 2021 10:00:51 -0600") Message-ID: <87ft1svvxq.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:AhiH63dL5yFwqFLbEw8mKEQjOyvsGYBTo6VTc/JRhXgWmK5tCVY jJvyslfAW9viPXpPYJuBJ5x7N2DzPb1Ppswbo5TYPdlcKIAZABTJO8/1PLy8w752KmgyC6K XqzuJm9VWATBaYxseVcaszHXQrbagLbPYjQbGmFyVkWztvPs1SnIc6U6nArlQ5ENsEiql0y YSZH6+9NqUKQNiX7zsMjA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:AisuZRUZYJk=:L1xc8ZOOTqTkWsOro7kYPG u4dj1sBS2D04OQuTq0RgBndeohbH30w3xCgGdSvVwzSBIU17njtBkTyKRIw4andsbQFVhORm2 aJ2k8EUZiefdZTYf1D1IwaPwplgbosc8hmi2aprUB8CRtrjeJf85kbJaLIBoRnIpnAXChLugs RMoO0WRJAhz/9HLZtdRJzPMTiZI9MOL7tGwa2mnNqs0AfmL7XhCtLlf7B5Nov44D+Oih946u1 xemIB86fBZQPMWncW/44paYv/uqVHLqW7RCfBlJ+VIiWclt4W21ldQy31kc1ZWflKRhtFB1xh f4BTxlPsWLeDJJob2poVr6O7T8zCJS650sDLXG8dfrRsPHwchfGHBqGROKx8MzIdC3SQA7jFI LJ1SMsSUXE6CO9t/zoA8w3L1MkTFFiUPoaZqf5AVaO6KoGE3xTeJaSalY57Euh/PhyuRvvqm3 NrGvnm/Gzm3ibGpLLnyjJ1hXvPw5X8WoN6UrsJPEeJKEozAsBTbgFXmz9ajHCJjjNMxZFvTIk rl+P1Mhfv9PLvYNRDqWqGJ3TtXXeva03pYPxmD1XTXU3PZQ9lJY3sv5JeKFXfa/pgiHttm1h6 nsYnH5iigDTInZ8cV/2BkOTkxKrsR259bJz82sbMGfJpzqxugCGE7IeEd4gEUkYK6eJaKnBmf t5rTZ/1UoTi05lzWRyhtivRdkXRi81r0+1xp9xTjMJcq7gmryylC9Heg2fouZ6mErTCXR3VKN PB9kyt7ge//BQLYx0Qh6rtmVlr18+czxR3f23Jer2Py1bVwlyPJnREeo6KhTfjsxKjR10ztpY YIvXh4ftiixmRhzpzhKtz6JFp2P7jjwGkennGnSWbcCUPTTQLZ404CdzDsAp9GfrV1nr8buDt 5fhHqYjnnrdfhUnCFU/A== X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: dag writes: Hi David, > Yes, I think we can close this. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (michael.albinus[at]gmx.de) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [212.227.15.18 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [212.227.15.18 listed in list.dnswl.org] 2.0 PDS_TONAME_EQ_TOLOCAL_SHORT Short body with To: name matches everything in local email X-Debbugs-Envelope-To: 46568-done Cc: 46568-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) dag writes: Hi David, > Yes, I think we can close this. Done. > I did try tramp-cleanup-all-connections but it didn't help. Hmm. If this or a similar problem happens again, don't hesitate to report. > David Best regards, Michael. From unknown Sat Sep 13 05:10:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Mar 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator