unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48829: 28.0.50; opening files mith /sudo:root@localhost:… fails
@ 2021-06-04 11:22 Dr. Arne Babenhauserheide
  2021-06-06  8:38 ` Michael Albinus
  0 siblings, 1 reply; 4+ messages in thread
From: Dr. Arne Babenhauserheide @ 2021-06-04 11:22 UTC (permalink / raw)
  To: 48829

[-- Attachment #1: Type: text/plain, Size: 87976 bytes --]


I usually open system files by re-opening them with prefix
/sudo:root@localhost:

For some time I am now getting the error

File error: Script tramp_perl_encode_with_module is not applicable on remote host
Mark set
Replaced 0 occurrences
File error: Script tramp_perl_encode_with_module is not applicable on remote host
File error: Method ‘sudo’ should specify both encoding and decoding command or an scp program
tramp-sh-handle-write-region: Method ‘sudo’ should specify both encoding and decoding command or an scp program

Is this a problem due to changes is Emacs?

This is the code I use to re-open the file quickly:

;;; Open files as root - quickly
(defcustom find-file-root-prefix "/sudo:root@localhost:"
"Tramp root prefix to use.")

(defun find-file-as-root ()
  "Like `ido-find-file, but automatically edit the file with
root-privileges (using tramp/sudo), if the file is not writable by
user."
  (interactive)
  (let ((file (ido-read-file-name "Edit as root: ")))
    (unless (file-writable-p file)
      (setq file (concat find-file-root-prefix file)))
    (find-file file)))
;; or some other keybinding...
;; (global-set-key (kbd "C-x F") 'djcb-find-file-as-root)

(defun find-current-as-root ()
  "Reopen current file as root"
  (interactive)
  (set-visited-file-name (concat find-file-root-prefix (buffer-file-name)))
  (setq buffer-read-only nil))


Best wishes,
Arne



In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0)
Windowing system distributor 'Configured using:
 'configure
 CONFIG_SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash
 SHELL=/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash
 --prefix=/gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8
 --enable-fast-install --with-native-compilation --with-pgtk
 --with-xwidgets --with-modules --with-cairo --disable-build-details'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LIBOTF LIBSELINUX LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY
PDUMPER PGTK PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS XIM
XWIDGETS GTK3 ZLIB

Important settings:
  value of $EMACSLOADPATH: /home/arne/.guix-profile/share/emacs/site-lisp:/home/arne/.guix-profile/share/emacs/site-lisp:/run/current-system/profile/share/emacs/site-lisp:/gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp
  value of $LANG: de_DE.UTF-8
  locale-coding-system: utf-8-unix

Major mode: mu4e:main

Minor modes in effect:
  company-quickhelp-mode: t
  company-quickhelp-local-mode: t
  global-discover-mode: t
  discover-mode: t
  diredfl-global-mode: t
  global-magit-file-mode: t
  magit-auto-revert-mode: t
  global-auto-revert-mode: t
  global-git-commit-mode: t
  async-bytecomp-package-mode: t
  projectile-mode: t
  shell-dirtrack-mode: t
  which-key-mode: t
  kde-default-keys-minor-mode: t
  override-global-mode: t
  type-break-query-mode: t
  type-break-mode-line-message-mode: t
  tabbar-mwheel-mode: t
  tabbar-mode: t
  show-paren-mode: t
  nyan-mode: t
  midnight-mode: t
  ido-ubiquitous-mode: t
  ido-everywhere: t
  global-flycheck-mode: t
  global-company-mode: t
  global-auto-highlight-symbol-mode: t
  dynamic-completion-mode: t
  dumb-jump-mode: t
  display-time-mode: t
  dap-tooltip-mode: t
  dap-ui-mode: t
  treemacs-filewatch-mode: t
  treemacs-follow-mode: t
  treemacs-git-mode: deferred
  treemacs-fringe-indicator-mode: t
  dap-mode: t
  amx-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  overwrite-mode: overwrite-mode-binary

Load-path shadows:
/home/arne/.emacs.d/elpa/lispy-20201013.1250/elpa hides /home/arne/.emacs.d/elpa/ivy-20200826.955/elpa
~/.emacs.d/lisp/key-chord hides /home/arne/.emacs.d/elpa/key-chord-20160227.1238/key-chord
/home/arne/.emacs.d/elpa/magit-20201004.830/magit hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-commit hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-commit
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-merge hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-merge
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-sequence hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-sequence
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-files hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-files
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-pull hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-pull
/home/arne/.emacs.d/elpa/magit-20201004.830/git-rebase hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/git-rebase
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-stash hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-stash
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-subtree hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-subtree
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-submodule hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-submodule
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-apply hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-apply
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-notes hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-notes
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-section hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-section
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-extras hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-extras
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-obsolete hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-obsolete
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-reflog hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-reflog
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-margin hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-margin
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-repos hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-repos
/home/arne/.emacs.d/elpa/git-commit-20200828.1753/git-commit hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/git-commit
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-status hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-status
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-gitignore hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-gitignore
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-push hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-push
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-core hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-core
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-diff hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-diff
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-autoloads hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-autoloads
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-bookmark hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-bookmark
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-git hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-git
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-mode hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-mode
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-bisect hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-bisect
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-transient hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-transient
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-log hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-log
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-blame hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-blame
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-process hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-process
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-imenu hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-imenu
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-worktree hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-worktree
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-clone hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-clone
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-remote hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-remote
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-fetch hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-fetch
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-autorevert hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-autorevert
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-patch hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-patch
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-wip hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-wip
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-tag hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-tag
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-reset hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-reset
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-branch hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-branch
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-utils hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-utils
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-ediff hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-ediff
/home/arne/.emacs.d/elpa/magit-20201004.830/magit-refs hides /gnu/store/2cl60mcj5fc47mv41hb0isg9gn7xwzdy-emacs-magit-3.0.0/share/emacs/site-lisp/magit-3.0.0/magit-refs
/home/arne/.emacs.d/elpa/dash-20200803.1520/dash hides /gnu/store/park4nn7p9y110k5n4f00xmbfsh3hl2w-emacs-dash-2.18.1/share/emacs/site-lisp/dash-2.18.1/dash
/home/arne/.emacs.d/elpa/dash-20200803.1520/dash-autoloads hides /gnu/store/park4nn7p9y110k5n4f00xmbfsh3hl2w-emacs-dash-2.18.1/share/emacs/site-lisp/dash-2.18.1/dash-autoloads
/home/arne/.emacs.d/elpa/dash-functional-20200617.702/dash-functional hides /gnu/store/park4nn7p9y110k5n4f00xmbfsh3hl2w-emacs-dash-2.18.1/share/emacs/site-lisp/dash-2.18.1/dash-functional
/home/arne/.emacs.d/elpa/transient-20201016.1936/transient hides /gnu/store/adzmczfr6wnwpf8basp3khhj4jfklbj0-emacs-transient-0.3.4/share/emacs/site-lisp/transient-0.3.4/transient
/home/arne/.emacs.d/elpa/transient-20201016.1936/transient-autoloads hides /gnu/store/adzmczfr6wnwpf8basp3khhj4jfklbj0-emacs-transient-0.3.4/share/emacs/site-lisp/transient-0.3.4/transient-autoloads
/home/arne/.emacs.d/elpa/with-editor-20200930.1912/with-editor-autoloads hides /gnu/store/13mn6g3qrvzd4680irgyixr6h2sc6wa7-emacs-with-editor-3.0.4/share/emacs/site-lisp/with-editor-3.0.4/with-editor-autoloads
/home/arne/.emacs.d/elpa/with-editor-20200930.1912/with-editor hides /gnu/store/13mn6g3qrvzd4680irgyixr6h2sc6wa7-emacs-with-editor-3.0.4/share/emacs/site-lisp/with-editor-3.0.4/with-editor
/home/arne/.emacs.d/elpa/async-20200809.501/async hides /gnu/store/24bnqdxmchk3vgahazbbpqaq8wzbj1hr-emacs-async-1.9.4/share/emacs/site-lisp/async-1.9.4/async
/home/arne/.emacs.d/elpa/async-20200809.501/async-autoloads hides /gnu/store/24bnqdxmchk3vgahazbbpqaq8wzbj1hr-emacs-async-1.9.4/share/emacs/site-lisp/async-1.9.4/async-autoloads
/home/arne/.emacs.d/elpa/async-20200809.501/smtpmail-async hides /gnu/store/24bnqdxmchk3vgahazbbpqaq8wzbj1hr-emacs-async-1.9.4/share/emacs/site-lisp/async-1.9.4/smtpmail-async
/home/arne/.emacs.d/elpa/async-20200809.501/async-bytecomp hides /gnu/store/24bnqdxmchk3vgahazbbpqaq8wzbj1hr-emacs-async-1.9.4/share/emacs/site-lisp/async-1.9.4/async-bytecomp
/home/arne/.emacs.d/elpa/async-20200809.501/dired-async hides /gnu/store/24bnqdxmchk3vgahazbbpqaq8wzbj1hr-emacs-async-1.9.4/share/emacs/site-lisp/async-1.9.4/dired-async
/home/arne/.emacs.d/elpa/ag-20190726.9/ag hides /gnu/store/h4p1dcxm01j758q21q6ld6ih29zrf1j4-emacs-ag-0.48/share/emacs/site-lisp/ag-0.48/ag
/home/arne/.emacs.d/elpa/ag-20190726.9/ag-autoloads hides /gnu/store/h4p1dcxm01j758q21q6ld6ih29zrf1j4-emacs-ag-0.48/share/emacs/site-lisp/ag-0.48/ag-autoloads
/home/arne/.emacs.d/elpa/s-20180406.808/s-autoloads hides /gnu/store/sja3xl1gjy566krnx2z1cafw69pnkz6j-emacs-s-1.12.0/share/emacs/site-lisp/s-1.12.0/s-autoloads
/home/arne/.emacs.d/elpa/s-20180406.808/s hides /gnu/store/sja3xl1gjy566krnx2z1cafw69pnkz6j-emacs-s-1.12.0/share/emacs/site-lisp/s-1.12.0/s
/home/arne/.emacs.d/elpa/helm-core-20200905.1311/helm-source hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-source
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-external hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-external
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-info hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-info
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-locate hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-locate
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-adaptive hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-adaptive
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-global-bindings hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-global-bindings
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-misc hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-misc
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-command hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-command
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-dabbrev hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-dabbrev
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-x-files hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-x-files
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-bookmark hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-bookmark
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-elisp hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-elisp
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-shell hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-shell
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-eshell hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-eshell
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-autoloads hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-autoloads
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-tags hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-tags
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-for-files hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-for-files
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-mode hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-mode
/home/arne/.emacs.d/elpa/helm-core-20200905.1311/helm-multi-match hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-multi-match
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-font hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-font
/home/arne/.emacs.d/elpa/helm-core-20200905.1311/helm hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-buffers hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-buffers
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-id-utils hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-id-utils
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-man hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-man
/home/arne/.emacs.d/elpa/helm-core-20200905.1311/helm-lib hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-lib
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-ring hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-ring
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-comint hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-comint
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-utils hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-utils
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-help hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-help
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-files hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-files
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-occur hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-occur
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-elisp-package hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-elisp-package
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-config hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-config
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-sys hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-sys
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-semantic hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-semantic
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-net hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-net
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-types hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-types
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-imenu hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-imenu
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-regexp hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-regexp
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-color hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-color
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-find hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-find
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-grep hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-grep
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-eval hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-eval
/home/arne/.emacs.d/elpa/helm-20200910.1036/helm-easymenu hides /gnu/store/k786fvx3qjgfxdynbsbrjrj9kapy282g-emacs-helm-3.7.1/share/emacs/site-lisp/helm-3.7.1/helm-easymenu
/home/arne/.emacs.d/elpa/popup-20200610.317/popup-autoloads hides /gnu/store/461jzba33awnakzclciw3l57h8zlfdcj-emacs-popup-0.5.8/share/emacs/site-lisp/popup-0.5.8/popup-autoloads
/home/arne/.emacs.d/elpa/popup-20200610.317/popup hides /gnu/store/461jzba33awnakzclciw3l57h8zlfdcj-emacs-popup-0.5.8/share/emacs/site-lisp/popup-0.5.8/popup
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-annot hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-annot
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-occur hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-occur
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-isearch hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-isearch
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-dev hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-dev
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-view hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-view
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-virtual hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-virtual
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-links hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-links
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-history hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-history
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-info hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-info
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-misc hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-misc
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-tools hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-tools
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-outline hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-outline
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-util hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-util
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-loader hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-loader
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-tools-autoloads hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-tools-autoloads
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-sync hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-sync
/home/arne/.emacs.d/elpa/pdf-tools-20200512.1524/pdf-cache hides /gnu/store/wwhdwh8sfm5cn6c9av9492kvrkyfyxg0-emacs-pdf-tools-0.90-1.c510442/share/emacs/site-lisp/pdf-tools-0.90-1.c510442/pdf-cache
/home/arne/.emacs.d/elpa/tablist-20200427.2205/tablist-filter hides /gnu/store/2kgpcnjvvlxmacbgf46w4phzdpgb02bd-emacs-tablist-1.0/share/emacs/site-lisp/tablist-1.0/tablist-filter
/home/arne/.emacs.d/elpa/tablist-20200427.2205/tablist-autoloads hides /gnu/store/2kgpcnjvvlxmacbgf46w4phzdpgb02bd-emacs-tablist-1.0/share/emacs/site-lisp/tablist-1.0/tablist-autoloads
/home/arne/.emacs.d/elpa/tablist-20200427.2205/tablist hides /gnu/store/2kgpcnjvvlxmacbgf46w4phzdpgb02bd-emacs-tablist-1.0/share/emacs/site-lisp/tablist-1.0/tablist
/home/arne/.emacs.d/elpa/kv-20140108.1534/kv-autoloads hides /gnu/store/yzjk8sgijg5l6yizfrvwjafdig872w9f-emacs-kv-0.0.19/share/emacs/site-lisp/kv-0.0.19/kv-autoloads
/home/arne/.emacs.d/elpa/kv-20140108.1534/kv hides /gnu/store/yzjk8sgijg5l6yizfrvwjafdig872w9f-emacs-kv-0.0.19/share/emacs/site-lisp/kv-0.0.19/kv
/home/arne/.emacs.d/elpa/pkg-info-20150517.1143/pkg-info hides /gnu/store/5frr2xvx822zbmv2sbi4z1p28i36ljc9-emacs-pkg-info-0.6/share/emacs/site-lisp/pkg-info-0.6/pkg-info
/home/arne/.emacs.d/elpa/pkg-info-20150517.1143/pkg-info-autoloads hides /gnu/store/5frr2xvx822zbmv2sbi4z1p28i36ljc9-emacs-pkg-info-0.6/share/emacs/site-lisp/pkg-info-0.6/pkg-info-autoloads
/home/arne/.emacs.d/elpa/epl-20180205.2049/epl-autoloads hides /gnu/store/61m75nb0vqnzaxng7qzhyj02pib8zry0-emacs-epl-0.9/share/emacs/site-lisp/epl-0.9/epl-autoloads
/home/arne/.emacs.d/elpa/epl-20180205.2049/epl hides /gnu/store/61m75nb0vqnzaxng7qzhyj02pib8zry0-emacs-epl-0.9/share/emacs/site-lisp/epl-0.9/epl
/home/arne/.emacs.d/elpa/spinner-1.7.3/spinner hides /gnu/store/7wiwwyhl8my5gslj1qpq7abaw5q04hd4-emacs-spinner-1.7.3/share/emacs/site-lisp/spinner-1.7.3/spinner
/home/arne/.emacs.d/elpa/spinner-1.7.3/spinner-autoloads hides /gnu/store/7wiwwyhl8my5gslj1qpq7abaw5q04hd4-emacs-spinner-1.7.3/share/emacs/site-lisp/spinner-1.7.3/spinner-autoloads
/home/arne/.emacs.d/elpa/dumb-jump-20201017.205/dumb-jump-autoloads hides /gnu/store/mzz23kvw81gqix3z89zdv6yfd8hg7rwd-emacs-dumb-jump-0.5.3/share/emacs/site-lisp/dumb-jump-0.5.3/dumb-jump-autoloads
/home/arne/.emacs.d/elpa/dumb-jump-20201017.205/dumb-jump hides /gnu/store/mzz23kvw81gqix3z89zdv6yfd8hg7rwd-emacs-dumb-jump-0.5.3/share/emacs/site-lisp/dumb-jump-0.5.3/dumb-jump
/home/arne/.emacs.d/elpa/f-20191110.1357/f-autoloads hides /gnu/store/bn182vbgzbn0vx4qpbcrzkd35pzcyyq7-emacs-f-0.20.0/share/emacs/site-lisp/f-0.20.0/f-autoloads
/home/arne/.emacs.d/elpa/f-20191110.1357/f hides /gnu/store/bn182vbgzbn0vx4qpbcrzkd35pzcyyq7-emacs-f-0.20.0/share/emacs/site-lisp/f-0.20.0/f
/home/arne/.emacs.d/elpa/request-20200517.1305/request-autoloads hides /gnu/store/zpqmsr94y2mrrj5xjlfbczb32xywl66v-emacs-request-0.3.2-0.d02d134/share/emacs/site-lisp/request-0.3.2-0.d02d134/request-autoloads
/home/arne/.emacs.d/elpa/request-20200517.1305/request hides /gnu/store/zpqmsr94y2mrrj5xjlfbczb32xywl66v-emacs-request-0.3.2-0.d02d134/share/emacs/site-lisp/request-0.3.2-0.d02d134/request
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-core hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-core
/home/arne/.emacs.d/elpa/use-package-ensure-system-package-20180913.1501/use-package-ensure-system-package hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-ensure-system-package
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-bind-key hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-bind-key
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-diminish hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-diminish
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-delight hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-delight
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-ensure hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-ensure
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-autoloads hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-autoloads
/home/arne/.emacs.d/elpa/use-package-chords-20181024.2322/use-package-chords hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-chords
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-jump hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-jump
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package-lint hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package-lint
/home/arne/.emacs.d/elpa/bind-key-20200805.1727/bind-key hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/bind-key
/home/arne/.emacs.d/elpa/bind-chord-20171204.2010/bind-chord hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/bind-chord
/home/arne/.emacs.d/elpa/use-package-20200721.2156/use-package hides /gnu/store/id4i7kd8lqdm5afn01gi5bwg06a1ji2s-emacs-use-package-2.4.1/share/emacs/site-lisp/use-package-2.4.1/use-package
/home/arne/.guix-profile/share/emacs/site-lisp/site-start hides /run/current-system/profile/share/emacs/site-lisp/site-start
/home/arne/.guix-profile/share/emacs/site-lisp/guix-emacs hides /run/current-system/profile/share/emacs/site-lisp/guix-emacs
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-help hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-help
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-about hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-about
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-messages hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-messages
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-location hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-location
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-config hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-config
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-env-var hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-env-var
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-repl hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-repl
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-service-location hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-service-location
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-command hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-command
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-system-generation hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-system-generation
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-guile hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-guile
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-package hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-package
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-popup hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-popup
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-store-item hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-store-item
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-lint-checker hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-lint-checker
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-external hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-external
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-misc hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-misc
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-read hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-read
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-system hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-system
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-utils hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-utils
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-package hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-package
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-graph hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-graph
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-help-vars hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-help-vars
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-license hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-license
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-license hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-license
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-generation hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-generation
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-profiles hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-profiles
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-derivation hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-derivation
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-auto-mode hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-auto-mode
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-package-location hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-package-location
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-pcomplete hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-pcomplete
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-service hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-service
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-prettify hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-prettify
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-ui-profile hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-ui-profile
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-scheme hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-scheme
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-service hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-service
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-hash hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-hash
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-autoloads hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-autoloads
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-geiser hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-geiser
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-devel hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-devel
/home/arne/.emacs.d/elpa/guix-20200918.1116/guix-build-log hides /gnu/store/nvli3n63v5bbafqindihywkzwf1m02jq-emacs-guix-0.5.2-4.8ce6d21/share/emacs/site-lisp/guix-0.5.2-4.8ce6d21/guix-build-log
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-doc hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-doc
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-compile hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-compile
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-base hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-base
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-connection hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-connection
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-mode hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-mode
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-xref hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-xref
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-autoloads hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-autoloads
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-log hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-log
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-popup hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-popup
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-table hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-table
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-edit hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-edit
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-company hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-company
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-custom hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-custom
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-reload hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-reload
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-completion hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-completion
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-impl hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-impl
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-eval hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-eval
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-image hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-image
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-repl hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-repl
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-menu hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-menu
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-debug hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-debug
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-autodoc hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-autodoc
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-syntax hides /gnu/store/jdavvm1qfyy1xwql0fvg2a9rj6k6wf48-emacs-geiser-0.16/share/emacs/site-lisp/geiser-0.16/geiser-syntax
/home/arne/.emacs.d/elpa/geiser-20200826.2018/geiser-guile hides /gnu/store/ngpfkmqsbwf54kkysh0gjygz5gkrw2b0-emacs-geiser-guile-0.17/share/emacs/site-lisp/geiser-guile-0.17/geiser-guile
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-core hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-core
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-utils hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-utils
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-button hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-button
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-entry hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-entry
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-list hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-list
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-info hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-info
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-history hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-history
/home/arne/.emacs.d/elpa/bui-20200426.2219/bui-autoloads hides /gnu/store/hnkn5jzfxly5idwjy17sqhdsqizgiljk-emacs-bui-1.2.1/share/emacs/site-lisp/bui-1.2.1/bui-autoloads
/home/arne/.emacs.d/elpa/edit-indirect-20200805.1840/edit-indirect-autoloads hides /gnu/store/y05krj4c6rbpq6s5sm3z76mbwm9rzx1z-emacs-edit-indirect-0.1.6/share/emacs/site-lisp/edit-indirect-0.1.6/edit-indirect-autoloads
/home/arne/.emacs.d/elpa/edit-indirect-20200805.1840/edit-indirect hides /gnu/store/y05krj4c6rbpq6s5sm3z76mbwm9rzx1z-emacs-edit-indirect-0.1.6/share/emacs/site-lisp/edit-indirect-0.1.6/edit-indirect
/home/arne/.emacs.d/elpa/magit-popup-20200719.1015/magit-popup hides /gnu/store/696f3a66m9z1krv2ic54b0sc3ijr36bl-emacs-magit-popup-2.13.3/share/emacs/site-lisp/magit-popup-2.13.3/magit-popup
/home/arne/.emacs.d/elpa/magit-popup-20200719.1015/magit-popup-autoloads hides /gnu/store/696f3a66m9z1krv2ic54b0sc3ijr36bl-emacs-magit-popup-2.13.3/share/emacs/site-lisp/magit-popup-2.13.3/magit-popup-autoloads
/home/arne/.emacs.d/elpa/transient-20201016.1936/transient hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/transient
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-texinfo hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-texinfo
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-tempo hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-tempo
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-java hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-java
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-awk hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-awk
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-html hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-html
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-entities hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-entities
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-id hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-id
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-stan hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-stan
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-ledger hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-ledger
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-mobile hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-mobile
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-footnote hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-footnote
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-sql hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-sql
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-perl hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-perl
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-R hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-R
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-sqlite hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-sqlite
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-odt hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-odt
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-calc hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-calc
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-md hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-md
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-w3m hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-w3m
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-duration hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-duration
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-pcomplete hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-pcomplete
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-indent hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-indent
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-refile hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-refile
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-css hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-css
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-haskell hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-haskell
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-clojure hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-clojure
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-plantuml hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-plantuml
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-beamer hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-beamer
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-sass hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-sass
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-eshell hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-eshell
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-emacs-lisp hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-emacs-lisp
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-habit hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-habit
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-publish hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-publish
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-gnuplot hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-gnuplot
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-feed hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-feed
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-fortran hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-fortran
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-table hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-table
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-inlinetask hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-inlinetask
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-bibtex hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-bibtex
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-loaddefs hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-loaddefs
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-rmail hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-rmail
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-keys hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-keys
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-macs hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-macs
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-ruby hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-ruby
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-processing hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-processing
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-core hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-core
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-lua hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-lua
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-comint hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-comint
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-colview hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-colview
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-scheme hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-scheme
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-octave hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-octave
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-faces hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-faces
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-shell hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-shell
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-lilypond hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-lilypond
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-maxima hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-maxima
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-dot hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-dot
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-attach-git hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-attach-git
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-matlab hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-matlab
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-io hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-io
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-hledger hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-hledger
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-attach hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-attach
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-abc hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-abc
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-info hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-info
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-mhe hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-mhe
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-bbdb hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-bbdb
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-compat hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-compat
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-icalendar hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-icalendar
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-python hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-python
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-ebnf hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-ebnf
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-mscgen hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-mscgen
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-macro hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-macro
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-man hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-man
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-archive hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-archive
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-gnus hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-gnus
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-clock hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-clock
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-latex hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-latex
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-list hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-list
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-J hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-J
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-coq hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-coq
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-mouse hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-mouse
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-eww hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-eww
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-ocaml hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-ocaml
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-ascii hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-ascii
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-ditaa hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-ditaa
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-latex hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-latex
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-lob hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-lob
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-makefile hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-makefile
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-tangle hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-tangle
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-capture hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-capture
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-table hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-table
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-plot hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-plot
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-datetree hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-datetree
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-org hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-org
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org
/gnu/store/r0qcpm2g3hlmp916c8x0gfcxnbi1943k-emacs-org-contrib-20210519/share/emacs/site-lisp/org-contrib-20210519/org-install hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-install
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-picolisp hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-picolisp
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-num hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-num
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-lisp hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-lisp
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-irc hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-irc
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-crypt hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-crypt
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-goto hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-goto
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-src hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-src
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-screen hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-screen
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-element hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-element
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-ctags hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-ctags
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-groovy hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-groovy
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-ref hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-ref
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-shen hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-shen
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-C hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-C
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ox-org hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ox-org
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-docview hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-docview
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-sed hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-sed
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-js hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-js
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-eval hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-eval
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-timer hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-timer
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-forth hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-forth
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-lint hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-lint
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ol-eshell hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ol-eshell
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-protocol hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-protocol
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-exp hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-exp
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-vala hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-vala
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-version hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-version
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/org-agenda hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/org-agenda
/gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/ob-asymptote hides /gnu/store/rbpvc4dbv21pfaqrdnk16swmzpwjmbyc-emacs-pgtk-native-comp-28.0.50-191.31216c8/share/emacs/28.0.50/lisp/org/ob-asymptote

Features:
(shadow emacsbug mu4e desktop frameset mu4e-org mu4e-main mu4e-view
mu4e-headers mu4e-compose mu4e-context mu4e-draft mu4e-actions rfc2368
smtpmail sendmail mu4e-mark mu4e-message flow-fill mu4e-proc mu4e-utils
doc-view mu4e-lists mu4e-vars mu4e-meta tramp-cache geiser-mode
geiser-xref geiser-compile geiser-debug geiser-gambit geiser-chibi
geiser-mit geiser-chez geiser-chicken geiser-racket geiser-guile
geiser-repl geiser-image geiser-company geiser-doc geiser-menu
geiser-edit geiser-completion geiser-autodoc geiser-eval
geiser-connection geiser-syntax geiser-log geiser-popup scheme tabify
view mule-util cal-china lunar solar cal-dst cal-bahai cal-islam
cal-hebrew holidays hol-loaddefs ol-bbdb cal-iso mail-extr dired-aux
two-column misearch multi-isearch mhtml-mode glasses css-mode eww xdg
url-queue shr kinsoku svg mm-url sgml-mode facemenu dom gnuplot-gui ffap
company-quickhelp pos-tip company-lsp company-tern tern js2-refactor
js2r-paredit js2r-conveniences js2r-conditionals js2r-wrapping
js2r-functions js2r-vars js2r-iife js2r-formatting js2r-helpers discover
makey dired-sidebar dired-subtree dired-hacks-utils all-the-icons-dired
all-the-icons all-the-icons-faces data-material data-weathericons
data-octicons data-fileicons data-faicons data-alltheicons
highlight-symbol crontab-mode sh-script smie executable org-capture
helm-org-rifle flymake-diagnostic-at-point flymake-proc flymake
json-mode json-reformat json-snatcher js2-mode js diredfl dired-git-info
ob-ledger ledger-mode ledger-check ledger-texi ledger-test ledger-sort
ledger-report ledger-reconcile ledger-occur ledger-fonts ledger-fontify
ledger-state ledger-complete ledger-schedule ledger-init ledger-xact
ledger-post ledger-exec ledger-navigate eshell esh-cmd esh-ext esh-opt
esh-proc esh-io esh-arg esh-module esh-groups esh-util ledger-context
ledger-commodities ledger-regex org-mime ox-org org-jira org-jira-sdk
jiralib soap-client rng-xsd xsd-regexp org-clock multiple-cursors
mc-hide-unmatched-lines-mode mc-separate-operations
rectangular-region-mode mc-mark-pop mc-mark-more mc-cycle-cursors
mc-edit-lines multiple-cursors-core rect magithub magithub-dash
magithub-notification magithub-orgs magithub-issue-tricks
magithub-issue-post magithub-edit-mode magithub-repo magithub-ci
magithub-issue magithub-label magithub-user magithub-core magithub-faces
magithub-settings recentf bug-reference ghub+ apiwrap apropos
ghub-graphql treepy gsexp ghub magit-bookmark magit-submodule
magit-obsolete magit-popup 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 which-func magit-diff
smerge-mode diff magit-core magit-libgit libgit libegit2
magit-autorevert magit-margin magit-transient magit-process magit-mode
lispy swiper lispy-inline edebug backtrace lispy-tags mode-local gnuplot
info-look helm-system-packages helm helm-global-bindings helm-easymenu
helm-source helm-multi-match helm-lib guix gitlab gitlab-users
gitlab-mode vc-git gitlab-issues gitlab-notes gitlab-milestones
gitlab-projects gitlab-session gitlab-utils gitlab-http request
gitlab-browse gitlab-api gitlab-version pkg-info epl github-notifier
lsp-ui lsp-ui-flycheck lsp-ui-doc xwidget goto-addr lsp-ui-imenu
lsp-ui-peek lsp-ui-sideline flymake-eslint flycheck-pyflakes
flycheck-popup-tip flycheck-package package-lint let-alist finder
lisp-mnt flycheck-lilypond flycheck-guile flycheck-css-colorguard
flycheck-color-mode-line flycheck-relint relint xr multifiles pdf-tools
pdf-view treemacs-bookmarks bookmark jka-compr pdf-cache pdf-info tq
pdf-util image-mode exif diff-hl vc-dir vc vc-dispatcher appt diary-lib
diary-loaddefs org-duration org-eldoc reftex-parse autorevert reftex-dcr
org-habit org-crypt org-agenda org-refile ido-preview git-commit
with-editor transient async-bytecomp async server magit-git
magit-section magit-utils crm log-edit pcvs-util add-log projectile grep
ibuf-ext ibuffer ibuffer-loaddefs ispell ox-bb ox-odt rng-loc rng-uri
rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns
nxml-enc xmltok nxml-util ox-latex ox-icalendar ox-html table ox-ascii
ox-publish ox org-element org org-macro org-footnote org-pcomplete
org-list org-faces org-entities org-version ob-shell ob-scheme
geiser-impl help-fns radix-tree geiser-custom geiser-base geiser
ob-python python tramp-sh tramp tramp-loaddefs trampver
tramp-integration files-x tramp-compat shell pcomplete parse-time
iso8601 ls-lisp ob-plantuml ob-org ob-mscgen ob-gnuplot ob-emacs-lisp
ob-dot ob-ditaa ob-R ob-C cc-mode cc-fonts cc-guess cc-menus cc-cmds
cc-styles cc-align cc-engine cc-vars cc-defs ob-restclient restclient ob
ob-tangle org-src ob-ref ob-lob ob-table ob-comint org-table org-keys
org-loaddefs cal-menu calendar cal-loaddefs avl-tree ol ob-exp ob-core
org-compat ob-eval org-macs format-spec control-lock filktex generic
highlight-sentence-length deft org-custom-link-completion reftex-cite
reftex reftex-loaddefs reftex-vars draketo stenochords rainbow-text
private-basic private-publish gnus nnheader bbdb bbdb-site timezone
face-remap rainbow-identifiers fzf plantuml-mode xml finder-inf gnutls
mm-archive message dired dired-loaddefs rfc822 mml mml-sec gnus-util
rmail rmail-loaddefs time-date mailabbrev gmm-utils mailheader mm-decode
mm-bodies mm-encode mail-utils url-http-ntlm ntlm hmac-md5 hex-util md4
url-http mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums
mail-prsvr url-gw url-cache system-packages epa-file epa derived epg
epg-config keyboard-shortcuts kill-ring-ido noflet cl-indent
browse-kill-ring fic-mode which-key cl journal babcore2 key-chord
goto-last-change gitignore-mode conf-mode highlight-indent-guides
htmlize hydra advice ivy delsel ivy-faces ivy-overlay colir use-package
use-package-ensure use-package-delight use-package-diminish
use-package-bind-key bind-key use-package-core vc-hg diff-mode
company-oddmuse company-keywords company-etags etags fileloop generator
company-gtags company-dabbrev-code company-dabbrev company-files
company-capf company-cmake company-clang company-semantic
company-template company-css company-nxml company-bbdb type-break tabbar
paren nyan-mode midnight ido-completing-read+ memoize minibuf-eldef ido
help-at-pt flycheck find-func company auto-highlight-symbol completion
dumb-jump popup time dap-mouse dap-ui lsp-treemacs lsp-treemacs-themes
treemacs treemacs-header-line treemacs-compatibility treemacs-mode
treemacs-interface treemacs-extensions treemacs-persistence
treemacs-mouse-interface treemacs-tag-follow-mode
treemacs-filewatch-mode treemacs-tags treemacs-follow-mode
treemacs-rendering treemacs-async treemacs-workspaces treemacs-dom
treemacs-visuals treemacs-fringe-indicator treemacs-scope pulse
treemacs-faces treemacs-icons treemacs-themes treemacs-core-utils
pfuture ace-window avy hl-line treemacs-logging treemacs-customization
treemacs-macros gdb-mi gud bui bui-list bui-info bui-entry bui-core
bui-history bui-button bui-utils cus-edit pp lsp-lens dap-mode
dap-launch dap-variables posframe dap-overlays lsp-mode lsp-protocol
yasnippet xref project tree-widget wid-edit spinner pcase network-stream
puny nsm rmc markdown-mode edit-indirect color thingatpt noutline
outline easy-mmode lv inline imenu ht filenotify f ewoc dash-functional
dash compile text-property-search comint ansi-color ring bindat amx s
cus-load magit-popup-autoloads edit-indirect-autoloads bui-autoloads
geiser-guile-autoloads geiser-autoloads guix-autoloads
web-mode-autoloads typo-autoloads org-brain-autoloads bbdb-autoloads
npm-mode-autoloads cyberpunk-theme-autoloads cnfonts-autoloads
desktop-environment-autoloads transmission-autoloads
page-break-lines-autoloads dashboard-autoloads diminish-autoloads
use-package-autoloads elpher-autoloads puppet-mode-autoloads
helm-firefox-autoloads deferred-autoloads request-autoloads
tldr-autoloads f-autoloads dumb-jump-autoloads deadgrep-autoloads
spinner-autoloads sesman-autoloads queue-autoloads epl-autoloads
pkg-info-autoloads parseclj-autoloads a-autoloads parseedn-autoloads
clojure-mode-autoloads cider-autoloads arduino-mode-autoloads ede/auto
eieio-base org-contrib-autoloads elfeed-autoloads elfeed-org-autoloads
guile-wisp-autoloads kv-autoloads esxml-autoloads nov-el-autoloads
tablist-autoloads pdf-tools-autoloads eimp-autoloads blimp-autoloads
org-autoloads auctex-autoloads tex-site org-edit-latex-autoloads
xelb-autoloads exwm-autoloads helm-exwm-autoloads
gif-screencast-autoloads pinentry-autoloads
emms-mode-line-cycle-autoloads emms-autoloads popup-autoloads
helm-autoloads helm-emms-autoloads s-autoloads ag-autoloads
async-autoloads with-editor-autoloads transient-autoloads
libgit-autoloads dash-autoloads magit-autoloads mu4e-autoloads
festival-autoloads guix-emacs edmacro kmacro gh-common comp comp-cstr
warnings rx cl-extra help-mode marshal eieio-compat url-auth info
package browse-url url url-proxy url-privacy url-expand url-methods
url-history url-cookie url-domsuf url-util mailcap 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 iso-transl tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel term/pgtk-win
pgtk-win 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 easymenu
timer select scroll-bar mouse jit-lock font-lock syntax 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 button
loaddefs faces cus-face macroexp files window text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads xwidget-internal dbusbind
inotify dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit pgtk multi-tty make-network-process
native-compile emacs)

Memory information:
((conses 16 1874091 435493)
 (symbols 48 92859 140)
 (strings 32 423837 50618)
 (string-bytes 1 36337166)
 (vectors 16 181606)
 (vector-slots 8 3994809 279275)
 (floats 8 1882 1367)
 (intervals 56 20089 14044)
 (buffers 992 81))

-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#48829: 28.0.50; opening files mith /sudo:root@localhost:… fails
  2021-06-04 11:22 bug#48829: 28.0.50; opening files mith /sudo:root@localhost:… fails Dr. Arne Babenhauserheide
@ 2021-06-06  8:38 ` Michael Albinus
  2021-06-14 11:55   ` Michael Albinus
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Albinus @ 2021-06-06  8:38 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 48829

"Dr. Arne Babenhauserheide" <arne_bab@web.de> writes:

Hi Arne,

> I usually open system files by re-opening them with prefix
> /sudo:root@localhost:
>
> For some time I am now getting the error
>
> File error: Script tramp_perl_encode_with_module is not applicable on remote host
> Mark set
> Replaced 0 occurrences
> File error: Script tramp_perl_encode_with_module is not applicable on remote host
> File error: Method ‘sudo’ should specify both encoding and decoding command or an scp program
> tramp-sh-handle-write-region: Method ‘sudo’ should specify both encoding and decoding command or an scp program
>
> Is this a problem due to changes is Emacs?

Perhaps. There was a change in using %-markers in Tramp, for example in
tramp_perl_encode_with_module. Please try "M-x tramp-cleanup-all-connections"
(or remove "~/.emacs.d/tramp" prior Emacs start).

> Best wishes,
> Arne

Best regards, Michael.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#48829: 28.0.50; opening files mith /sudo:root@localhost:… fails
  2021-06-06  8:38 ` Michael Albinus
@ 2021-06-14 11:55   ` Michael Albinus
  2021-06-25 12:24     ` Michael Albinus
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Albinus @ 2021-06-14 11:55 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 48829

Michael Albinus <michael.albinus@gmx.de> writes:

Hi Arne,

>> I usually open system files by re-opening them with prefix
>> /sudo:root@localhost:
>>
>> For some time I am now getting the error
>>
>> File error: Script tramp_perl_encode_with_module is not applicable
>> on remote host
>> Mark set
>> Replaced 0 occurrences
>> File error: Script tramp_perl_encode_with_module is not applicable
>> on remote host
>> File error: Method ‘sudo’ should specify both encoding and decoding
>> command or an scp program
>> tramp-sh-handle-write-region: Method ‘sudo’ should specify both
>> encoding and decoding command or an scp program
>>
>> Is this a problem due to changes is Emacs?
>
> Perhaps. There was a change in using %-markers in Tramp, for example in
> tramp_perl_encode_with_module. Please try "M-x tramp-cleanup-all-connections"
> (or remove "~/.emacs.d/tramp" prior Emacs start).

Is there something else I could do for you? Otherwise, I'd like to close
the bug.

>> Best wishes,
>> Arne

Best regards, Michael.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#48829: 28.0.50; opening files mith /sudo:root@localhost:… fails
  2021-06-14 11:55   ` Michael Albinus
@ 2021-06-25 12:24     ` Michael Albinus
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Albinus @ 2021-06-25 12:24 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide; +Cc: 48829-done

Michael Albinus <michael.albinus@gmx.de> writes:

Hi Arne,

> Is there something else I could do for you? Otherwise, I'd like to close
> the bug.

No further comment, so I'm closing the bug. Feel free to reopen if
there's still a problem.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-25 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 11:22 bug#48829: 28.0.50; opening files mith /sudo:root@localhost:… fails Dr. Arne Babenhauserheide
2021-06-06  8:38 ` Michael Albinus
2021-06-14 11:55   ` Michael Albinus
2021-06-25 12:24     ` Michael Albinus

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

	https://git.savannah.gnu.org/cgit/emacs.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).