all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#72789: 29.2; log-edit-hook behaves strangely when key-binding is added
@ 2024-08-24 13:20 Uwe Brauer via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-08-24 13:20 UTC (permalink / raw)
  To: 72789

Here are  the scenarios:
- First 
  + emacs -Q
  + open a file under version control
  + vc-next-action: everything as espected.
  + load the following lines

--8<---------------cut here---------------start------------->8---
(defun key-bind-latex-unicode ()
  (interactive)
  (local-set-key [(super next)] 'latex-unicode-convert-region)
  (local-set-key [(super prior)] 'latex-unicode-invert-region))
 
(add-hook 'log-edit-hook 'key-bind-latex-unicode)
;(remove-hook 'log-edit-hook 'key-bind-latex-unicode)
--8<---------------cut here---------------end--------------->8---

  + again open a file under version control and use vc-next-action,
  + keybinding works
- Second
  + emacs -Q
  + load the lines
--8<---------------cut here---------------start------------->8---
(defun key-bind-latex-unicode ()
  (interactive)
  (local-set-key [(super next)] 'latex-unicode-convert-region)
  (local-set-key [(super prior)] 'latex-unicode-invert-region))
 
(add-hook 'log-edit-hook 'key-bind-latex-unicode)
;(remove-hook 'log-edit-hook 'key-bind-latex-unicode)
--8<---------------cut here---------------end--------------->8---

  + open a file under version control
  + vc-next-action
  + now the word Summary: does not show up.

Any explanation?

Regards

Uwe Brauer 








In GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.18.0, Xaw3d scroll bars) of 2024-07-15 built on Utnapischtim
Windowing system distributor 'The X.Org Foundation', version 11.0.12101011
System Description: Ubuntu 24.04 LTS

Configured using:
 'configure --prefix=/opt/emacs29 --with-x-toolkit=athena --without-pop
 --with-mailutils'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XAW3D XDBE XIM XINPUT2 XPM
LUCID ZLIB

Important settings:
  value of $LC_ALL: en_US.UTF8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Org

Minor modes in effect:
  org-ref-prettify-mode: t
  real-auto-save-mode: t
  flyspell-mode: t
  TeX-PDF-mode: t
  TeX-source-correlate-mode: t
  override-global-mode: t
  org-heading-checkbox-mode: t
  virtual-comment-mode: t
  display-battery-mode: t
  which-key-mode: t
  orgtbl-show-header: t
  path-headerline-mode: t
  pabbrev-mode: t
  save-place-mode: t
  global-diff-hl-mode: t
  diff-hl-mode: t
  display-time-mode: t
  server-mode: t
  global-orglink-mode: t
  org-auctex-keys-minor-mode: t
  async-bytecomp-package-mode: t
  better-registers: t
  recentf-mode: t
  global-page-break-lines-mode: t
  page-break-lines-mode: t
  csv-field-index-mode: t
  shell-dirtrack-mode: t
  cl-old-struct-compat-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  prettify-symbols-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
/home/oub/emacs/site-lisp/packages/auto-insert-tkld/lisp hides /home/oub/emacs/site-lisp/packages/personal-lisp/lisp
/home/oub/emacs/site-lisp/linked-buffer hides /home/oub/ALLES/src/m-buffer-el/linked-buffer
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-man hides /home/oub/src/org-mode/contrib/lisp/ol-man
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-koma-letter hides /home/oub/src/org-mode/contrib/lisp/ox-koma-letter
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-julia hides /home/oub/src/org-mode/contrib/lisp/ob-julia
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-python hides /home/oub/emacs/site-lisp/packages/org/ob-python
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-agenda hides /home/oub/emacs/site-lisp/packages/org/org-agenda
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-odt hides /home/oub/emacs/site-lisp/packages/org/ox-odt
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-irc hides /home/oub/emacs/site-lisp/packages/org/ol-irc
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-colview hides /home/oub/emacs/site-lisp/packages/org/org-colview
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-core hides /home/oub/emacs/site-lisp/packages/org/ob-core
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-element hides /home/oub/emacs/site-lisp/packages/org/org-element
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-man hides /home/oub/emacs/site-lisp/packages/org/ol-man
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-datetree hides /home/oub/emacs/site-lisp/packages/org/org-datetree
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-fold hides /home/oub/emacs/site-lisp/packages/org/org-fold
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-fold-core hides /home/oub/emacs/site-lisp/packages/org/org-fold-core
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-icalendar hides /home/oub/emacs/site-lisp/packages/org/ox-icalendar
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-plot hides /home/oub/emacs/site-lisp/packages/org/org-plot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-haskell hides /home/oub/emacs/site-lisp/packages/org/ob-haskell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-md hides /home/oub/emacs/site-lisp/packages/org/ox-md
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-protocol hides /home/oub/emacs/site-lisp/packages/org/org-protocol
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-mhe hides /home/oub/emacs/site-lisp/packages/org/ol-mhe
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-makefile hides /home/oub/emacs/site-lisp/packages/org/ob-makefile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-gnus hides /home/oub/emacs/site-lisp/packages/org/ol-gnus
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-org hides /home/oub/emacs/site-lisp/packages/org/ob-org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-bbdb hides /home/oub/emacs/site-lisp/packages/org/ol-bbdb
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-css hides /home/oub/emacs/site-lisp/packages/org/ob-css
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sqlite hides /home/oub/emacs/site-lisp/packages/org/ob-sqlite
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-dot hides /home/oub/emacs/site-lisp/packages/org/ob-dot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-js hides /home/oub/emacs/site-lisp/packages/org/ob-js
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-table hides /home/oub/emacs/site-lisp/packages/org/ob-table
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-C hides /home/oub/emacs/site-lisp/packages/org/ob-C
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ref hides /home/oub/emacs/site-lisp/packages/org/ob-ref
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-eww hides /home/oub/emacs/site-lisp/packages/org/ol-eww
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-exp hides /home/oub/emacs/site-lisp/packages/org/ob-exp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-faces hides /home/oub/emacs/site-lisp/packages/org/org-faces
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-habit hides /home/oub/emacs/site-lisp/packages/org/org-habit
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ruby hides /home/oub/emacs/site-lisp/packages/org/ob-ruby
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-indent hides /home/oub/emacs/site-lisp/packages/org/org-indent
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-fortran hides /home/oub/emacs/site-lisp/packages/org/ob-fortran
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org hides /home/oub/emacs/site-lisp/packages/org/org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-tempo hides /home/oub/emacs/site-lisp/packages/org/org-tempo
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-publish hides /home/oub/emacs/site-lisp/packages/org/ox-publish
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-clock hides /home/oub/emacs/site-lisp/packages/org/org-clock
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-koma-letter hides /home/oub/emacs/site-lisp/packages/org/ox-koma-letter
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-org hides /home/oub/emacs/site-lisp/packages/org/ox-org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-entities hides /home/oub/emacs/site-lisp/packages/org/org-entities
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-goto hides /home/oub/emacs/site-lisp/packages/org/org-goto
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-capture hides /home/oub/emacs/site-lisp/packages/org/org-capture
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-biblatex hides /home/oub/emacs/site-lisp/packages/org/oc-biblatex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-beamer hides /home/oub/emacs/site-lisp/packages/org/ox-beamer
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-inlinetask hides /home/oub/emacs/site-lisp/packages/org/org-inlinetask
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-csl hides /home/oub/emacs/site-lisp/packages/org/oc-csl
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-bibtex hides /home/oub/emacs/site-lisp/packages/org/oc-bibtex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-calc hides /home/oub/emacs/site-lisp/packages/org/ob-calc
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-num hides /home/oub/emacs/site-lisp/packages/org/org-num
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-w3m hides /home/oub/emacs/site-lisp/packages/org/ol-w3m
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lob hides /home/oub/emacs/site-lisp/packages/org/ob-lob
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-src hides /home/oub/emacs/site-lisp/packages/org/org-src
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-eval hides /home/oub/emacs/site-lisp/packages/org/ob-eval
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-timer hides /home/oub/emacs/site-lisp/packages/org/org-timer
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-tangle hides /home/oub/emacs/site-lisp/packages/org/ob-tangle
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-plantuml hides /home/oub/emacs/site-lisp/packages/org/ob-plantuml
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-pcomplete hides /home/oub/emacs/site-lisp/packages/org/org-pcomplete
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-forth hides /home/oub/emacs/site-lisp/packages/org/ob-forth
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox hides /home/oub/emacs/site-lisp/packages/org/ox
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-compat hides /home/oub/emacs/site-lisp/packages/org/org-compat
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-processing hides /home/oub/emacs/site-lisp/packages/org/ob-processing
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-gnuplot hides /home/oub/emacs/site-lisp/packages/org/ob-gnuplot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-latex hides /home/oub/emacs/site-lisp/packages/org/ox-latex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-awk hides /home/oub/emacs/site-lisp/packages/org/ob-awk
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-refile hides /home/oub/emacs/site-lisp/packages/org/org-refile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lisp hides /home/oub/emacs/site-lisp/packages/org/ob-lisp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-screen hides /home/oub/emacs/site-lisp/packages/org/ob-screen
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-bibtex hides /home/oub/emacs/site-lisp/packages/org/ol-bibtex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-html hides /home/oub/emacs/site-lisp/packages/org/ox-html
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-lint hides /home/oub/emacs/site-lisp/packages/org/org-lint
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-maxima hides /home/oub/emacs/site-lisp/packages/org/ob-maxima
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lua hides /home/oub/emacs/site-lisp/packages/org/ob-lua
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-comint hides /home/oub/emacs/site-lisp/packages/org/ob-comint
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-doi hides /home/oub/emacs/site-lisp/packages/org/ol-doi
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-emacs-lisp hides /home/oub/emacs/site-lisp/packages/org/ob-emacs-lisp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-persist hides /home/oub/emacs/site-lisp/packages/org/org-persist
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-macs hides /home/oub/emacs/site-lisp/packages/org/org-macs
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-R hides /home/oub/emacs/site-lisp/packages/org/ob-R
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ocaml hides /home/oub/emacs/site-lisp/packages/org/ob-ocaml
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-groovy hides /home/oub/emacs/site-lisp/packages/org/ob-groovy
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-perl hides /home/oub/emacs/site-lisp/packages/org/ob-perl
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-archive hides /home/oub/emacs/site-lisp/packages/org/org-archive
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-footnote hides /home/oub/emacs/site-lisp/packages/org/org-footnote
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-duration hides /home/oub/emacs/site-lisp/packages/org/org-duration
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-man hides /home/oub/emacs/site-lisp/packages/org/ox-man
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-keys hides /home/oub/emacs/site-lisp/packages/org/org-keys
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-crypt hides /home/oub/emacs/site-lisp/packages/org/org-crypt
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-natbib hides /home/oub/emacs/site-lisp/packages/org/oc-natbib
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-eshell hides /home/oub/emacs/site-lisp/packages/org/ob-eshell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-feed hides /home/oub/emacs/site-lisp/packages/org/org-feed
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-shell hides /home/oub/emacs/site-lisp/packages/org/ob-shell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sed hides /home/oub/emacs/site-lisp/packages/org/ob-sed
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-id hides /home/oub/emacs/site-lisp/packages/org/org-id
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-mouse hides /home/oub/emacs/site-lisp/packages/org/org-mouse
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-basic hides /home/oub/emacs/site-lisp/packages/org/oc-basic
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-mobile hides /home/oub/emacs/site-lisp/packages/org/org-mobile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-cycle hides /home/oub/emacs/site-lisp/packages/org/org-cycle
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-attach-git hides /home/oub/emacs/site-lisp/packages/org/org-attach-git
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-info hides /home/oub/emacs/site-lisp/packages/org/ol-info
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-docview hides /home/oub/emacs/site-lisp/packages/org/ol-docview
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-clojure hides /home/oub/emacs/site-lisp/packages/org/ob-clojure
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ditaa hides /home/oub/emacs/site-lisp/packages/org/ob-ditaa
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-octave hides /home/oub/emacs/site-lisp/packages/org/ob-octave
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sql hides /home/oub/emacs/site-lisp/packages/org/ob-sql
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-matlab hides /home/oub/emacs/site-lisp/packages/org/ob-matlab
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-eshell hides /home/oub/emacs/site-lisp/packages/org/ol-eshell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-version hides /home/oub/emacs/site-lisp/packages/org/org-version
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-loaddefs hides /home/oub/emacs/site-lisp/packages/org/org-loaddefs
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-ascii hides /home/oub/emacs/site-lisp/packages/org/ox-ascii
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lilypond hides /home/oub/emacs/site-lisp/packages/org/ob-lilypond
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-texinfo hides /home/oub/emacs/site-lisp/packages/org/ox-texinfo
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol hides /home/oub/emacs/site-lisp/packages/org/ol
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-ctags hides /home/oub/emacs/site-lisp/packages/org/org-ctags
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-latex hides /home/oub/emacs/site-lisp/packages/org/ob-latex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-table hides /home/oub/emacs/site-lisp/packages/org/org-table
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc hides /home/oub/emacs/site-lisp/packages/org/oc
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sass hides /home/oub/emacs/site-lisp/packages/org/ob-sass
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-julia hides /home/oub/emacs/site-lisp/packages/org/ob-julia
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-attach hides /home/oub/emacs/site-lisp/packages/org/org-attach
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-java hides /home/oub/emacs/site-lisp/packages/org/ob-java
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-macro hides /home/oub/emacs/site-lisp/packages/org/org-macro
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-rmail hides /home/oub/emacs/site-lisp/packages/org/ol-rmail
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-scheme hides /home/oub/emacs/site-lisp/packages/org/ob-scheme
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-list hides /home/oub/emacs/site-lisp/packages/org/org-list
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob hides /home/oub/emacs/site-lisp/packages/org/ob
/home/oub/emacs/site-lisp/versch/org-import-export/pandoc-export hides /home/oub/emacs/site-lisp/versch/pandoc-export
/home/oub/emacs/site-lisp/babel hides /home/oub/emacs/site-lisp/versch/babel
/home/oub/ALLES/src/tex-item/tex-item hides /home/oub/emacs/site-lisp/versch/tex-item
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-publish hides /home/oub/emacs/site-lisp/versch/matlab-publish
/home/oub/emacs/site-lisp/packages/remember-2.0/remember hides /home/oub/emacs/site-lisp/versch/remember
/home/oub/emacs/site-lisp/packages/personal-lisp/extra hides /home/oub/emacs/site-lisp/versch/extra
/home/oub/emacs/site-lisp/versch/org-import-export/import-export-spreadsheet hides /home/oub/emacs/site-lisp/versch/import-export-spreadsheet
/home/oub/emacs/site-lisp/packages/personal-lisp/test hides /home/oub/emacs/site-lisp/versch/test
/home/oub/emacs/site-lisp/versch/autosmiley hides /home/oub/emacs/init/autosmiley
/home/oub/emacs/site-lisp/versch/org-addons hides /home/oub/emacs/init/org-addons
/home/oub/emacs/site-lisp/versch/gnus-mini hides /home/oub/emacs/init/gnus-mini
/home/oub/emacs/site-lisp/versch/ob-octave-fix hides /home/oub/emacs/init/ob-octave-fix
/home/oub/emacs/site-lisp/versch/matlab-test-martin hides /home/oub/emacs/init/matlab-test-martin
/home/oub/emacs/site-lisp/packages/personal-lisp/test hides /home/oub/emacs/test
/home/oub/emacs/site-lisp/versch/bm hides /home/oub/.emacs.d/elpa/bm-20201116.2341/bm
/home/oub/emacs/site-lisp/versch/cdlatex hides /home/oub/.emacs.d/elpa/cdlatex-20140707.426/cdlatex
/home/oub/ALLES/src/el-conventional-changelog/conventional-changelog hides /home/oub/.emacs.d/elpa/conventional-changelog-20211212.1158/conventional-changelog
/home/oub/emacs/site-lisp/versch/easy-kill hides /home/oub/.emacs.d/elpa/easy-kill-20181114.2330/easy-kill
/home/oub/ALLES/src/filetree/filetree hides /home/oub/.emacs.d/elpa/filetree-20221108.236/filetree
/home/oub/ALLES/src/folding-mode-hg/folding hides /home/oub/.emacs.d/elpa/folding-20231003.959/folding
/home/oub/ALLES/src/ftable/ftable hides /home/oub/.emacs.d/elpa/ftable-1.0/ftable
/home/oub/ALLES/src/hg-histedit/hg-histedit hides /home/oub/.emacs.d/elpa/hg-histedit-20210302.2334/hg-histedit
/home/oub/emacs/site-lisp/versch/latex-pretty-symbols hides /home/oub/.emacs.d/elpa/latex-pretty-symbols-20151112.244/latex-pretty-symbols
/home/oub/ALLES/src/latex-unicode-math-mode/latex-unicode-math-mode hides /home/oub/.emacs.d/elpa/latex-unicode-math-mode-20231210.2234/latex-unicode-math-mode
/home/oub/emacs/site-lisp/versch/list-register hides /home/oub/.emacs.d/elpa/list-register-20091203.1015/list-register
/home/oub/ALLES/src/m-buffer-el/m-buffer hides /home/oub/.emacs.d/elpa/m-buffer-20170407.2141/m-buffer
/home/oub/ALLES/src/m-buffer-el/m-buffer-at hides /home/oub/.emacs.d/elpa/m-buffer-20170407.2141/m-buffer-at
/home/oub/ALLES/src/m-buffer-el/m-buffer-macro hides /home/oub/.emacs.d/elpa/m-buffer-20170407.2141/m-buffer-macro
/home/oub/ALLES/src/monky/monky-pkg hides /home/oub/.emacs.d/elpa/monky-20210417.12/monky-pkg
/home/oub/ALLES/src/monky/monky hides /home/oub/.emacs.d/elpa/monky-20210417.12/monky
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-netshell hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-netshell
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/company-matlab-shell hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/company-matlab-shell
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-shell hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-shell
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/tlc hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/tlc
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/srecode-matlab hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/srecode-matlab
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-topic hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-topic
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/semantic-matlab hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/semantic-matlab
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-maint hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-maint
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-publish hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-publish
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/cedet-matlab hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/cedet-matlab
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-mode-pkg hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-mode-pkg
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-complete hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-complete
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-compat hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-compat
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-shell-gud hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-shell-gud
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/semanticdb-matlab hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/semanticdb-matlab
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/matlab-cgen hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/matlab-cgen
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/mlint hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/mlint
/home/oub/emacs/site-lisp/packages/src/Matlab/HG-Git/matlab-sf-hg/linemark hides /home/oub/.emacs.d/elpa/matlab-mode-20191223.2012/linemark
/home/oub/ALLES/src/org-listcruncher-hg/org-listcruncher hides /home/oub/.emacs.d/elpa/org-listcruncher-20210706.1741/org-listcruncher
/home/oub/ALLES/src/org-mime-hg/org-mime hides /home/oub/.emacs.d/elpa/org-mime-20211130.716/org-mime
/home/oub/.emacs.d/elpa/org-pandoc-20130729.1850/ox-pandoc hides /home/oub/.emacs.d/elpa/ox-pandoc-20220419.750/ox-pandoc
/home/oub/emacs/site-lisp/versch/markdown-mode hides /home/oub/.emacs.d/elpa/markdown-mode-20171116.756/markdown-mode
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-python hides /home/oub/.emacs.d/elpa/org-20171116/ob-python
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-agenda hides /home/oub/.emacs.d/elpa/org-20171116/org-agenda
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-odt hides /home/oub/.emacs.d/elpa/org-20171116/ox-odt
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-colview hides /home/oub/.emacs.d/elpa/org-20171116/org-colview
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-core hides /home/oub/.emacs.d/elpa/org-20171116/ob-core
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-element hides /home/oub/.emacs.d/elpa/org-20171116/org-element
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-datetree hides /home/oub/.emacs.d/elpa/org-20171116/org-datetree
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-icalendar hides /home/oub/.emacs.d/elpa/org-20171116/ox-icalendar
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-plot hides /home/oub/.emacs.d/elpa/org-20171116/org-plot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-haskell hides /home/oub/.emacs.d/elpa/org-20171116/ob-haskell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-md hides /home/oub/.emacs.d/elpa/org-20171116/ox-md
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-protocol hides /home/oub/.emacs.d/elpa/org-20171116/org-protocol
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-makefile hides /home/oub/.emacs.d/elpa/org-20171116/ob-makefile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-org hides /home/oub/.emacs.d/elpa/org-20171116/ob-org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-css hides /home/oub/.emacs.d/elpa/org-20171116/ob-css
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sqlite hides /home/oub/.emacs.d/elpa/org-20171116/ob-sqlite
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-dot hides /home/oub/.emacs.d/elpa/org-20171116/ob-dot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-js hides /home/oub/.emacs.d/elpa/org-20171116/ob-js
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-table hides /home/oub/.emacs.d/elpa/org-20171116/ob-table
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-C hides /home/oub/.emacs.d/elpa/org-20171116/ob-C
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ref hides /home/oub/.emacs.d/elpa/org-20171116/ob-ref
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-exp hides /home/oub/.emacs.d/elpa/org-20171116/ob-exp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-faces hides /home/oub/.emacs.d/elpa/org-20171116/org-faces
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-habit hides /home/oub/.emacs.d/elpa/org-20171116/org-habit
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ruby hides /home/oub/.emacs.d/elpa/org-20171116/ob-ruby
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-indent hides /home/oub/.emacs.d/elpa/org-20171116/org-indent
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-fortran hides /home/oub/.emacs.d/elpa/org-20171116/ob-fortran
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org hides /home/oub/.emacs.d/elpa/org-20171116/org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-publish hides /home/oub/.emacs.d/elpa/org-20171116/ox-publish
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-clock hides /home/oub/.emacs.d/elpa/org-20171116/org-clock
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-org hides /home/oub/.emacs.d/elpa/org-20171116/ox-org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-entities hides /home/oub/.emacs.d/elpa/org-20171116/org-entities
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-capture hides /home/oub/.emacs.d/elpa/org-20171116/org-capture
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-beamer hides /home/oub/.emacs.d/elpa/org-20171116/ox-beamer
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-inlinetask hides /home/oub/.emacs.d/elpa/org-20171116/org-inlinetask
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-calc hides /home/oub/.emacs.d/elpa/org-20171116/ob-calc
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lob hides /home/oub/.emacs.d/elpa/org-20171116/ob-lob
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-src hides /home/oub/.emacs.d/elpa/org-20171116/org-src
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-eval hides /home/oub/.emacs.d/elpa/org-20171116/ob-eval
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-timer hides /home/oub/.emacs.d/elpa/org-20171116/org-timer
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-tangle hides /home/oub/.emacs.d/elpa/org-20171116/ob-tangle
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-plantuml hides /home/oub/.emacs.d/elpa/org-20171116/ob-plantuml
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-pcomplete hides /home/oub/.emacs.d/elpa/org-20171116/org-pcomplete
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-forth hides /home/oub/.emacs.d/elpa/org-20171116/ob-forth
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox hides /home/oub/.emacs.d/elpa/org-20171116/ox
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-compat hides /home/oub/.emacs.d/elpa/org-20171116/org-compat
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-processing hides /home/oub/.emacs.d/elpa/org-20171116/ob-processing
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-gnuplot hides /home/oub/.emacs.d/elpa/org-20171116/ob-gnuplot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-latex hides /home/oub/.emacs.d/elpa/org-20171116/ox-latex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-awk hides /home/oub/.emacs.d/elpa/org-20171116/ob-awk
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lisp hides /home/oub/.emacs.d/elpa/org-20171116/ob-lisp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-screen hides /home/oub/.emacs.d/elpa/org-20171116/ob-screen
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-html hides /home/oub/.emacs.d/elpa/org-20171116/ox-html
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-lint hides /home/oub/.emacs.d/elpa/org-20171116/org-lint
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-maxima hides /home/oub/.emacs.d/elpa/org-20171116/ob-maxima
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lua hides /home/oub/.emacs.d/elpa/org-20171116/ob-lua
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-comint hides /home/oub/.emacs.d/elpa/org-20171116/ob-comint
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-emacs-lisp hides /home/oub/.emacs.d/elpa/org-20171116/ob-emacs-lisp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-macs hides /home/oub/.emacs.d/elpa/org-20171116/org-macs
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-R hides /home/oub/.emacs.d/elpa/org-20171116/ob-R
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ocaml hides /home/oub/.emacs.d/elpa/org-20171116/ob-ocaml
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-groovy hides /home/oub/.emacs.d/elpa/org-20171116/ob-groovy
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-perl hides /home/oub/.emacs.d/elpa/org-20171116/ob-perl
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-archive hides /home/oub/.emacs.d/elpa/org-20171116/org-archive
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-footnote hides /home/oub/.emacs.d/elpa/org-20171116/org-footnote
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-duration hides /home/oub/.emacs.d/elpa/org-20171116/org-duration
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-man hides /home/oub/.emacs.d/elpa/org-20171116/ox-man
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-crypt hides /home/oub/.emacs.d/elpa/org-20171116/org-crypt
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-feed hides /home/oub/.emacs.d/elpa/org-20171116/org-feed
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-shell hides /home/oub/.emacs.d/elpa/org-20171116/ob-shell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sed hides /home/oub/.emacs.d/elpa/org-20171116/ob-sed
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-id hides /home/oub/.emacs.d/elpa/org-20171116/org-id
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-mouse hides /home/oub/.emacs.d/elpa/org-20171116/org-mouse
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-mobile hides /home/oub/.emacs.d/elpa/org-20171116/org-mobile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-clojure hides /home/oub/.emacs.d/elpa/org-20171116/ob-clojure
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ditaa hides /home/oub/.emacs.d/elpa/org-20171116/ob-ditaa
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-octave hides /home/oub/.emacs.d/elpa/org-20171116/ob-octave
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sql hides /home/oub/.emacs.d/elpa/org-20171116/ob-sql
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-matlab hides /home/oub/.emacs.d/elpa/org-20171116/ob-matlab
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-version hides /home/oub/.emacs.d/elpa/org-20171116/org-version
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-loaddefs hides /home/oub/.emacs.d/elpa/org-20171116/org-loaddefs
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-ascii hides /home/oub/.emacs.d/elpa/org-20171116/ox-ascii
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lilypond hides /home/oub/.emacs.d/elpa/org-20171116/ob-lilypond
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-texinfo hides /home/oub/.emacs.d/elpa/org-20171116/ox-texinfo
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-ctags hides /home/oub/.emacs.d/elpa/org-20171116/org-ctags
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-latex hides /home/oub/.emacs.d/elpa/org-20171116/ob-latex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-table hides /home/oub/.emacs.d/elpa/org-20171116/org-table
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sass hides /home/oub/.emacs.d/elpa/org-20171116/ob-sass
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-attach hides /home/oub/.emacs.d/elpa/org-20171116/org-attach
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-java hides /home/oub/.emacs.d/elpa/org-20171116/ob-java
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-macro hides /home/oub/.emacs.d/elpa/org-20171116/org-macro
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-scheme hides /home/oub/.emacs.d/elpa/org-20171116/ob-scheme
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-list hides /home/oub/.emacs.d/elpa/org-20171116/org-list
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob hides /home/oub/.emacs.d/elpa/org-20171116/ob
/home/oub/.emacs.d/elpa/worf-20211014.1207/elpa hides /home/oub/.emacs.d/elpa/ivy-20191125.1409/elpa
/home/oub/emacs/site-lisp/versch/xml-rpc hides /home/oub/.emacs.d/elpa/xml-rpc-20200907.42/xml-rpc
/home/oub/.emacs.d/elpa/transient-20240713.2102/transient hides /opt/emacs29/share/emacs/29.2/lisp/transient
/home/oub/emacs/site-lisp/versch/misc hides /opt/emacs29/share/emacs/29.2/lisp/misc
/home/oub/emacs/site-lisp/versch/abbrev hides /opt/emacs29/share/emacs/29.2/lisp/abbrev
/home/oub/emacs/site-lisp/versch/json hides /opt/emacs29/share/emacs/29.2/lisp/json
/home/oub/.emacs.d/elpa/bind-key-20210210.1609/bind-key hides /opt/emacs29/share/emacs/29.2/lisp/bind-key
/home/oub/emacs/site-lisp/versch/ffap hides /opt/emacs29/share/emacs/29.2/lisp/ffap
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package-core hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package-core
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package-jump hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package-jump
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package-bind-key hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package-bind-key
/home/oub/.emacs.d/elpa/bind-key-20210210.1609/bind-key hides /opt/emacs29/share/emacs/29.2/lisp/use-package/bind-key
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package-ensure hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package-ensure
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package-diminish hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package-diminish
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package-lint hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package-lint
/home/oub/.emacs.d/elpa/use-package-20221029.1857/use-package-delight hides /opt/emacs29/share/emacs/29.2/lisp/use-package/use-package-delight
/home/oub/emacs/site-lisp/packages/personal-lisp/refill hides /opt/emacs29/share/emacs/29.2/lisp/textmodes/refill
/home/oub/emacs/site-lisp/packages/remember-2.0/remember hides /opt/emacs29/share/emacs/29.2/lisp/textmodes/remember
/home/oub/emacs/site-lisp/packages/berg-code/fill hides /opt/emacs29/share/emacs/29.2/lisp/textmodes/fill
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-indent hides /opt/emacs29/share/emacs/29.2/lisp/org/org-indent
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-agenda hides /opt/emacs29/share/emacs/29.2/lisp/org/org-agenda
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-irc hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-irc
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-julia hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-julia
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-core hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-core
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-java hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-java
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-mouse hides /opt/emacs29/share/emacs/29.2/lisp/org/org-mouse
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ocaml hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-ocaml
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-man hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-man
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-fold hides /opt/emacs29/share/emacs/29.2/lisp/org/org-fold
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-icalendar hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-icalendar
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-matlab hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-matlab
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-haskell hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-haskell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-md hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-md
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-mhe hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-mhe
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-bibtex hides /opt/emacs29/share/emacs/29.2/lisp/org/oc-bibtex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-num hides /opt/emacs29/share/emacs/29.2/lisp/org/org-num
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-gnus hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-gnus
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-gnuplot hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-gnuplot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-attach hides /opt/emacs29/share/emacs/29.2/lisp/org/org-attach
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-odt hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-odt
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-org hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-css hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-css
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ruby hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-ruby
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-table hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-table
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sqlite hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-sqlite
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-js hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-js
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-csl hides /opt/emacs29/share/emacs/29.2/lisp/org/oc-csl
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-protocol hides /opt/emacs29/share/emacs/29.2/lisp/org/org-protocol
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-exp hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-exp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-capture hides /opt/emacs29/share/emacs/29.2/lisp/org/org-capture
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-emacs-lisp hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-emacs-lisp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-C hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-C
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-bbdb hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-bbdb
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ref hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-ref
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-bibtex hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-bibtex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-fold-core hides /opt/emacs29/share/emacs/29.2/lisp/org/org-fold-core
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-makefile hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-makefile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-koma-letter hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-koma-letter
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-publish hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-publish
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-clock hides /opt/emacs29/share/emacs/29.2/lisp/org/org-clock
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-org hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-fortran hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-fortran
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-footnote hides /opt/emacs29/share/emacs/29.2/lisp/org/org-footnote
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-goto hides /opt/emacs29/share/emacs/29.2/lisp/org/org-goto
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-biblatex hides /opt/emacs29/share/emacs/29.2/lisp/org/oc-biblatex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-lint hides /opt/emacs29/share/emacs/29.2/lisp/org/org-lint
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-latex hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-latex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-element hides /opt/emacs29/share/emacs/29.2/lisp/org/org-element
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-maxima hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-maxima
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-entities hides /opt/emacs29/share/emacs/29.2/lisp/org/org-entities
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lob hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-lob
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-src hides /opt/emacs29/share/emacs/29.2/lisp/org/org-src
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-habit hides /opt/emacs29/share/emacs/29.2/lisp/org/org-habit
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-octave hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-octave
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-timer hides /opt/emacs29/share/emacs/29.2/lisp/org/org-timer
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-datetree hides /opt/emacs29/share/emacs/29.2/lisp/org/org-datetree
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-docview hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-docview
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-compat hides /opt/emacs29/share/emacs/29.2/lisp/org/org-compat
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-list hides /opt/emacs29/share/emacs/29.2/lisp/org/org-list
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-refile hides /opt/emacs29/share/emacs/29.2/lisp/org/org-refile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-awk hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-awk
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox hides /opt/emacs29/share/emacs/29.2/lisp/org/ox
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-screen hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-screen
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-html hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-html
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-feed hides /opt/emacs29/share/emacs/29.2/lisp/org/org-feed
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-attach-git hides /opt/emacs29/share/emacs/29.2/lisp/org/org-attach-git
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-plantuml hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-plantuml
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lua hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-lua
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-natbib hides /opt/emacs29/share/emacs/29.2/lisp/org/oc-natbib
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-macs hides /opt/emacs29/share/emacs/29.2/lisp/org/org-macs
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-ascii hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-ascii
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-R hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-R
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-groovy hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-groovy
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-tangle hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-tangle
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-archive hides /opt/emacs29/share/emacs/29.2/lisp/org/org-archive
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-perl hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-perl
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sed hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-sed
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sass hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-sass
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-plot hides /opt/emacs29/share/emacs/29.2/lisp/org/org-plot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-calc hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-calc
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-id hides /opt/emacs29/share/emacs/29.2/lisp/org/org-id
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-texinfo hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-texinfo
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-latex hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-latex
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-keys hides /opt/emacs29/share/emacs/29.2/lisp/org/org-keys
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-loaddefs hides /opt/emacs29/share/emacs/29.2/lisp/org/org-loaddefs
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-scheme hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-scheme
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-doi hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-doi
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-eval hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-eval
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-cycle hides /opt/emacs29/share/emacs/29.2/lisp/org/org-cycle
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-colview hides /opt/emacs29/share/emacs/29.2/lisp/org/org-colview
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lisp hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-lisp
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-dot hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-dot
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-eww hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-eww
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-eshell hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-eshell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc-basic hides /opt/emacs29/share/emacs/29.2/lisp/org/oc-basic
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-lilypond hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-lilypond
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-mobile hides /opt/emacs29/share/emacs/29.2/lisp/org/org-mobile
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-info hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-info
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-man hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-man
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-comint hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-comint
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org hides /opt/emacs29/share/emacs/29.2/lisp/org/org
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-w3m hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-w3m
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-pcomplete hides /opt/emacs29/share/emacs/29.2/lisp/org/org-pcomplete
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-clojure hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-clojure
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-crypt hides /opt/emacs29/share/emacs/29.2/lisp/org/org-crypt
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-rmail hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-rmail
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/oc hides /opt/emacs29/share/emacs/29.2/lisp/org/oc
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-faces hides /opt/emacs29/share/emacs/29.2/lisp/org/org-faces
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-persist hides /opt/emacs29/share/emacs/29.2/lisp/org/org-persist
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-version hides /opt/emacs29/share/emacs/29.2/lisp/org/org-version
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-duration hides /opt/emacs29/share/emacs/29.2/lisp/org/org-duration
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ox-beamer hides /opt/emacs29/share/emacs/29.2/lisp/org/ox-beamer
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-inlinetask hides /opt/emacs29/share/emacs/29.2/lisp/org/org-inlinetask
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-ctags hides /opt/emacs29/share/emacs/29.2/lisp/org/org-ctags
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol hides /opt/emacs29/share/emacs/29.2/lisp/org/ol
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-forth hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-forth
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-ditaa hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-ditaa
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-macro hides /opt/emacs29/share/emacs/29.2/lisp/org/org-macro
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob hides /opt/emacs29/share/emacs/29.2/lisp/org/ob
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-sql hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-sql
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-tempo hides /opt/emacs29/share/emacs/29.2/lisp/org/org-tempo
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ol-eshell hides /opt/emacs29/share/emacs/29.2/lisp/org/ol-eshell
/home/oub/.emacs.d/elpa/org-20171116/org-install hides /opt/emacs29/share/emacs/29.2/lisp/org/org-install
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-python hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-python
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/org-table hides /opt/emacs29/share/emacs/29.2/lisp/org/org-table
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-shell hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-shell
/home/oub/ALLES/src/org-mode-ox-odt-hg/lisp/ob-processing hides /opt/emacs29/share/emacs/29.2/lisp/org/ob-processing
/home/oub/emacs/site-lisp/versch/quickurl hides /opt/emacs29/share/emacs/29.2/lisp/net/quickurl
/home/oub/emacs/site-lisp/versch/hebrew hides /opt/emacs29/share/emacs/29.2/lisp/language/hebrew
/home/oub/emacs/site-lisp/versch/iso-cvt hides /opt/emacs29/share/emacs/29.2/lisp/international/iso-cvt
/opt/emacs29/share/emacs/29.2/lisp/image-dired hides /opt/emacs29/share/emacs/29.2/lisp/image/image-dired
/home/oub/.emacs.d/elpa/compat-30.0.0.0/compat hides /opt/emacs29/share/emacs/29.2/lisp/emacs-lisp/compat
/home/oub/emacs/site-lisp/packages/auto-insert-tkld/lisp hides /opt/emacs29/share/emacs/29.2/lisp/emacs-lisp/lisp
/opt/emacs29/share/emacs/29.2/lisp/makesum hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/makesum
/home/oub/emacs/site-lisp/versch/quickurl hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/quickurl
/opt/emacs29/share/emacs/29.2/lisp/net/rlogin hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/rlogin
/opt/emacs29/share/emacs/29.2/lisp/emacs-lisp/autoload hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/autoload
/opt/emacs29/share/emacs/29.2/lisp/net/netrc hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/netrc
/opt/emacs29/share/emacs/29.2/lisp/mh-e/mh-compat hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/mh-compat
/opt/emacs29/share/emacs/29.2/lisp/thumbs hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/thumbs
/opt/emacs29/share/emacs/29.2/lisp/linum hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/linum
/opt/emacs29/share/emacs/29.2/lisp/url/url-dired hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/url-dired
/opt/emacs29/share/emacs/29.2/lisp/mail/uce hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/uce
/opt/emacs29/share/emacs/29.2/lisp/ps-def hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/ps-def
/home/oub/emacs/site-lisp/versch/longlines hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/longlines
/opt/emacs29/share/emacs/29.2/lisp/vc/vc-mtn hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/vc-mtn
/opt/emacs29/share/emacs/29.2/lisp/url/url-about hides /opt/emacs29/share/emacs/29.2/lisp/obsolete/url-about

Features:
(shadow mule-util ibuffer ibuffer-loaddefs bbdb-gui gnus-cite mm-archive
textsec uni-scripts idna-mapping ucs-normalize uni-confusable
textsec-check gnus-async gnus-bcklg qp gnus-ml gnus-topic cursor-sensor
utf-7 nndraft nnmh nnml network-stream nngnorb nnir bbdb-gnus bbdb-snarf
nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp
gnus-cache misearch multi-isearch cus-start org-ref-prettify org-ref
oc-basic help-fns radix-tree virtual-auto-fill adaptive-wrap orgalist
footnote auto-capitalize real-auto-save mail-extr gnus-msg emacsbug
cl-print vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs disp-table edebug-x
edebug which-func imenu denote-link org-w3m org-rmail org-mhe org-irc
org-info org-gnus org-eww org-docview doc-view jka-compr
auctex-cont-latexmk guess-language flyspell tex-continuous
archive-region my-ispell-count ispell zones linkd ox-ods-large-table
titlecase titlecase-data title-capitalization czm-tex-fold tex-fold
czm-tex-util czm-tex-edit preview latex latex-flymake flymake-proc
flymake tex-ispell tex-style tex crm texmathp separedit calc-misc
region-to-shell ox-ods peg odt go-translate gts-engine-youdao
gts-engine-stardict gts-engine-deepl gts-engine-google-rpc
gts-engine-google gts-engine-bing gts-implements posframe gts-faces
gts-core monky monky-shelve monky-queue monky-section monky-margin ediff
ediff-merg ediff-mult ediff-wind ediff-diff ediff-help ediff-init
ediff-util hg-auto-commit dired-annotator array ert debug backtrace uuid
calc-comb calc-ext calc calc-loaddefs calc-macs use-package-bind-key
bind-key use-package-core loop dired-subtree dired-narrow delsel
dired-hacks-utils filetree transient face-remap latex-capf hg-histedit
with-editor list-non-latin-chars commit-patch-buffer
org-heading-checkbox procress denote_init denote-dired denote-faces
denote-retrieve xref auto-save-buffers-enhanced gnus-notes-helm
gnus-notes-org gnus-notes org-remark-global-tracking org-transclusion
org-transclusion-font-lock text-clone ol-gnus nnselect matlab-ccount
replace-words-randomly ftable dollaro org-listcruncher virtual-comment
diminish battery org-table-wrap-functions org-pretty-table gited vc-git
gited-ci org-fstree id-manager bibtex_init langtool bibliothek goto-addr
pdf-info tq a visual-filename-abbrev which-key calfw-org calfw
fill-column-indicator my-dired dired-tar dired-zip org-contacts
org-annotate-file my-downcase-abbrev under ob-ipython dash-functional
org-agenda-property check-my-bcc bbdbadapt-sc-leader quail-acc
exec-path-from-shell move-text dired-filetype-face column-enforce-mode
emoji-display emojify vigenere my-change-eq-ref org-web-tools eww mm-url
org-protocol-capture-html html2org org-sync-github org-sync-bb org-sync
org-cliplink org-cliplink-transport org-cliplink-string em-glob esh-util
my-indirect edit-indirect el2org org-table-move-single-cell csv-to-xlsx
bitbucket bitbucket-issues bitbucket-http request autorevert
bitbucket-api hide-region redo+ matlab-org-init matlab-org-addon ox-epub
ox-clip ob-C cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles
cc-align cc-engine cc-vars cc-defs org-bibtex goto-chg
orgtbl-show-header visual-regexp hide-comnt path-headerline-mode pabbrev
saveplace indirect radio browse-kill-ring+ browse-kill-ring uimage
url-ftp image-file image-converter iimage elpakit shadchen
latex-unicode-math-mode robin writegood-mode writeroom-mode
visual-fill-column xemacs-compat weekly-view cal-desk-calendar lunar
solar cal-dst diary-lib diary-loaddefs holidays holiday-loaddefs bm
diff-hl-margin diff-hl-flydiff diff diff-hl-dired diff-hl smartrep
log-view vc-dir ahg vc-annotate grep ewoc log-edit pcvs-util add-log
align time ref-master my-hg-commit auto-insert-tkld date addl all
iso-cleanupmath hgignore-mode vc-change-login backup-each-save
vc-ensure-checkin my-vc-addons vc latex-wcount dob-words latexdiff
daily-journal gnus-dired matlab-addons matlab-publish matlab_init
srecode/srt-mode semantic/analyze semantic/sort semantic/scope
semantic/analyze/fcn semantic/format srecode/template srecode/srt-wy
semantic/wisent semantic/wisent/wisent semantic/ctxt srecode/ctxt
semantic/tag-ls semantic/find srecode/compile srecode/dictionary
srecode/fields srecode/table srecode/map srecode semanticdb-matlab
semantic/db semantic/util-modes semantic/util semantic semantic/tag
semantic/lex semantic/fw mode-local cedet eieio-opt cl-extra speedbar
ezimage cedet-matlab matlab-load gdb-mi bindat gud company-matlab-shell
matlab-shell mlgud dframe server matlab matlab-scan matlab-syntax
matlab-compat pulse color company matlab-boxquote my-sc-addons
gnus-encrypt iso-acc org_init org-extra-emphasis htmlfontify cus-edit pp
cus-load denote-org-capture denote org-crypt ob-sqlite ob-sql ob-ruby
ob-python python project treesit ob-ledger ob-latex ob-gnuplot ob-dot
ob-ditaa ob-R org-tempo tempo ox-mediawiki ob-rec rec-mode orgtbl-join
orglink compat compat-30 compat-macs org-auctex-keys ox-beamer ob-octave
ob-org org-addons org-colview pandoc-import-office-to-org org-install
org-mime ox-org org-protocol org-ref-helm-bibtex helm-bibtex
bibtex-completion biblio biblio-download biblio-dissemin biblio-ieee
biblio-hal biblio-dblp biblio-crossref biblio-arxiv biblio-doi
biblio-core let-alist url-queue ido hl-line helm-files image-dired
image-mode exif filenotify dired-x dired-aux thingatpt tramp
tramp-loaddefs trampver tramp-integration files-x tramp-compat
helm-buffers helm-occur helm-tags helm-locate helm-grep helm-regexp
helm-utils helm-types helm-net helm-help helm-config org-ref-helm-cite
org-ref-helm helm helm-core async-bytecomp helm-global-bindings
helm-source helm-multi-match helm-lib async org-ref-arxiv org-ref-isbn
org-ref-core reftex-cite parsebib org-ref-glossary org-ref-bibtex
org-ref-citeproc key-chord doi-utils url-http url-auth url-gw nsm
ol-bibtex bibtex htmlize org-ref-scopus hydra lv org-ref-wos
org-ref-sci-id org-ref-utils org-ref-pdf ox-gfm ox-pandoc ox-md 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 better-registers list-register
query-replace-region ediff-addons re-builder emacs-unoffice view
arc-mode archive-mode extview pandoc-export anti-niqqud sigadapt-simple
sigadapt bbdbadapt-sc-nested texify-article supercite regi bbdbciteadpt
filladapt next-longline recentf tree-widget gnorb-init gnorb gnorb-org
gnorb-bbdb gnorb-gnus gnorb-registry gnorb-utils org-agenda org-element
org-persist xdg avl-tree generator pcase org-capture org-attach org-id
org-refile moy-bbdb my-addons ffap gnus-init bbdbadapt-top-posting
my-smiley epa-file boxquote rect gnus-registry registry eieio-base
gnus-article-treat-patch autosmiley smiley gnus-art mm-uu mml2015
mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku
url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml
gnus-cloud parse-time iso8601 gnus-spec gnus-win pgp-mime-attach-key
nnimap nnmail gnus-int mail-source gnus-range utf7 nnoo gnus wid-edit
nnheader range my-gnus-mime-setting gnus-move-display-attachment
my-add-subject-counter message sendmail yank-media puny rfc822 mml
mml-sec epa derived epg rfc6068 epg-config gnus-util mm-decode mm-bodies
mm-encode mail-utils gmm-utils mailheader bbdb-init vc-dispatcher vc-hg
diff-mode easy-mmode auto-minor-mode bbdb-expire bbdb-hooks mail-parse
rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr bbdb-com
mailabbrev bbdb-autoloads bbdbadapt-cc-subject bbdbadapt-subject
bbdbadapt-ispell bbdbadapt-gcc bbdbadapt-encrypt my-bbdb-addons bbdb
timezone org-remember org-datetree org ob ob-tangle ob-ref ob-lob
ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list
org-footnote org-faces org-entities time-date noutline outline
ob-emacs-lisp ob-core ob-eval org-cycle org-table ol org-fold
org-fold-core org-keys oc org-loaddefs find-func cal-menu calendar
cal-loaddefs org-version org-compat org-macs format-spec remember
my-toggle-functions extra my-hebrew-init toggle quail help-mode
page-break-lines my-mark comment emacs_keys csv-mode sort warnings icons
my-latex-env my-iso-addons my-auctex-init auctex-autoloads tex-site
my-auctex-addons tex-delete-comment latex-keys tex-addons item-kill
my-fill-latex-sentence edmacro kmacro my-change-prettify-list
flyspell-abbrev-multilang iv-sp-am-br-ger-fr-minor
arash-bibtex-changelog tex-item tex-mode compile text-property-search
shell pcomplete comint ansi-osc ansi-color ring reftex_init reftex
reftex-loaddefs reftex-vars cdlatex_init f dash s rx
config-general-mode-autoloads config-parser-autoloads debbugs-autoloads
debian-el-autoloads debian-el dired dired-loaddefs
default-text-scale-autoloads guess-language-autoloads helm-easymenu
finder-inf mobdebug-mode-autoloads lua-mode-autoloads advice
org-msg-autoloads org2blog-autoloads transient-autoloads
compat-autoloads cl info package browse-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv
bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip
cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list replace newcomment
text-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 nadvice seq simple cl-generic
indonesian philippine 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 emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo x-toolkit
xinput2 x multi-tty make-network-process emacs)

Memory information:
((conses 16 1879056 68225)
 (symbols 48 108093 0)
 (strings 32 682085 31504)
 (string-bytes 1 27580507)
 (vectors 16 163518)
 (vector-slots 8 3233296 311481)
 (floats 8 1319 238)
 (intervals 56 43846 0)
 (buffers 984 46))

-- 
I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the EU and NATO membership of Ukraine. 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-24 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-24 13:20 bug#72789: 29.2; log-edit-hook behaves strangely when key-binding is added Uwe Brauer via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.