bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57175: 29.0.50; Commit 744ed0ce applies outline-minor-mode-highlight


From: daanturo
Subject: bug#57175: 29.0.50; Commit 744ed0ce applies outline-minor-mode-highlight-buffer repeatedly
Date: Sat, 13 Aug 2022 21:10:03 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0

After commit 7472a160fea7154939cf641205577, in `outline-minor-mode`,
`outline-minor-mode-highlight-buffer` is now called even when
`(and global-font-lock-mode (font-lock-specified-p major-mode))` is nil.

This is a problem when I set `outline-minor-mode-highlight` to 'override
and the outline-<num> faces's heights are set to be scaled.

```emacs-lisp
(setq outline-minor-mode-highlight 'override)
(set-face-attribute 'outline-1 nil :height 1.5)
```

Then, after applying `outline-minor-mode` twice (e.g., due to hooks like
`outline-minor-mode` is added to both `prog-mode-hook` and
`emacs-lisp-mode-hook`),

`(outline-minor-mode) (outline-minor-mode)`

`outline-minor-mode-highlight-buffer` is also
called twice, therefore outline headings are enlarged to 1.5² = 2.25
times the default face.

I think we should clear old outline overlays before applying new ones,
or adjust the conditions like the old one.

Screenshot description: `outline-minor-mode` is called 2 times on the
left window, 1 time on the right window.






In GNU Emacs 29.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo 
version 1.17.6)
of 2022-08-11 built on dan-laptop
Repository revision: 96ab2002e44c65752b0288cad639ee6e12ed104a
Repository branch: makepkg
System Description: Arch Linux

Configured using:
'configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib
--localstatedir=/var
'--program-transform-name=s/\([ec]tags\)/\1.emacs/' --with-json
--with-libsystemd --with-mailutils --with-modules
--with-native-compilation --with-pgtk --without-xaw3d --with-sound=alsa
--with-xinput2 --with-xwidgets --without-compress-install
--with-tree-sitter 'CFLAGS=-march=native -O2 -pipe -fno-plt
-fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
-fstack-clash-protection -fcf-protection'
LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

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

Important settings:
value of $LANG: en_GB.UTF-8
value of $XMODIFIERS: @im=fcitx
locale-coding-system: utf-8-unix

Major mode: DOOM v3.0.0-dev

Minor modes in effect:
global-evil-surround-mode: t
evil-surround-mode: t
eros-mode: t
pixel-scroll-precision-mode: t
global-blamer-mode: t
blamer-mode: t
global-anzu-mode: t
anzu-mode: t
dap-tooltip-mode: t
dap-ui-controls-mode: t
dap-ui-mode: t
gdb-many-windows: t
dap-mode: t
dired-async-mode: t
all-the-icons-completion-mode: t
marginalia-mode: t
corfu-indexed-mode: t
corfu-doc-mode: t
doom-modeline-mode: t
treemacs-project-follow-mode: t
projectile-mode: t
my-auto-sidebar-mode: t
treemacs-filewatch-mode: t
treemacs-follow-mode: t
treemacs-git-mode: t
treemacs-fringe-indicator-mode: t
minibuffer-depth-indicate-mode: t
solaire-global-mode: t
solaire-mode: t
electric-pair-mode: t
global-corfu-mode: t
corfu-mode: t
global-git-commit-mode: t
yas-global-mode: t
yas-minor-mode: t
which-key-mode: t
savehist-mode: t
better-jumper-mode: t
better-jumper-local-mode: t
vertico-multiform-mode: t
vertico-mouse-mode: t
vertico-mode: t
evil-goggles-mode: t
evil-snipe-override-mode: t
evil-snipe-mode: t
evil-snipe-override-local-mode: t
evil-snipe-local-mode: t
recentf-mode: t
save-place-mode: t
global-so-long-mode: t
gcmh-mode: t
global-hl-line-mode: t
hl-line-mode: t
winner-mode: t
ws-butler-global-mode: t
global-undo-fu-session-mode: t
undo-fu-mode: t
nyan-mode: t
minions-mode: t
global-subword-mode: t
subword-mode: t
cua-mode: t
key-chord-mode: t
flyspell-lazy-mode: t
shell-dirtrack-mode: t
evil-mode: t
evil-local-mode: t
windmove-mode: t
+popup-mode: t
override-global-mode: t
my-global-lsp-mode: t
general-override-mode: t
my-pair-navigate-mode: t
my-global-pair-edit-mode: t
my-minibuffer-input-history-mode: t
my-global-auto-format-mode: t
my-tree-sitter-global-mode: t
global-eldoc-mode: t
show-paren-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tab-bar-history-mode: t
file-name-shadow-mode: t
context-menu-mode: t
global-font-lock-mode: t
font-lock-mode: t
window-divider-mode: t
undelete-frame-mode: t
buffer-read-only: t
size-indication-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/dan/.config/emacs/.local/straight/build-29.0.50/ivy/elpa hides 
/home/dan/.config/emacs/.local/straight/build-29.0.50/lispy/elpa
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package 
hides /home/dan/.config/emacs/.local/straight/repos/use-package/use-package
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package-lint
 hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/use-package-lint
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package-jump
 hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/use-package-jump
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package-ensure
 hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/use-package-ensure
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package-diminish
 hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/use-package-diminish
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package-delight
 hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/use-package-delight
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package-core
 hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/use-package-core
/home/dan/.config/emacs/.local/straight/build-29.0.50/use-package/use-package-bind-key
 hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/use-package-bind-key
/home/dan/.config/emacs/.local/straight/build-29.0.50/bind-key/bind-key hides 
/home/dan/.config/emacs/.local/straight/repos/use-package/bind-key
/home/dan/.config/emacs/.local/straight/build-29.0.50/straight/straight hides 
/home/dan/.config/emacs/.local/straight/repos/straight.el/straight
/home/dan/.config/emacs/.local/straight/build-29.0.50/straight/straight-x hides 
/home/dan/.config/emacs/.local/straight/repos/straight.el/straight-x
/home/dan/.config/emacs/.local/straight/build-29.0.50/straight/straight-ert-print-hack
 hides 
/home/dan/.config/emacs/.local/straight/repos/straight.el/straight-ert-print-hack
/home/dan/.config/emacs/.local/straight/build-29.0.50/ht/ht hides 
/home/dan/.dotfiles/emacs.d/repositories/.emacs-29.0.50/ht
/home/dan/.config/emacs/.local/straight/build-29.0.50/f/f-shortdoc hides 
/home/dan/.dotfiles/emacs.d/repositories/.emacs-29.0.50/f-shortdoc
/home/dan/.config/emacs/.local/straight/build-29.0.50/f/f hides 
/home/dan/.dotfiles/emacs.d/repositories/.emacs-29.0.50/f
/home/dan/.config/emacs/.local/straight/build-29.0.50/s/s hides 
/home/dan/.dotfiles/emacs.d/repositories/.emacs-29.0.50/s
/home/dan/.config/emacs/.local/straight/build-29.0.50/dash/dash hides 
/home/dan/.dotfiles/emacs.d/repositories/.emacs-29.0.50/dash
/home/dan/.dotfiles/emacs.d/repositories/.emacs-29.0.50/doom-lib hides 
/home/dan/.config/emacs/lisp/doom-lib
/home/dan/.config/emacs/.local/straight/build-29.0.50/transient/transient hides 
/usr/share/emacs/29.0.50/lisp/transient
/home/dan/.config/emacs/.local/straight/repos/straight.el/indent hides 
/usr/share/emacs/29.0.50/lisp/indent
/home/dan/.config/emacs/.local/straight/build-29.0.50/xref/xref hides 
/usr/share/emacs/29.0.50/lisp/progmodes/xref
/home/dan/.config/emacs/.local/straight/build-29.0.50/project/project hides 
/usr/share/emacs/29.0.50/lisp/progmodes/project
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox hides 
/usr/share/emacs/29.0.50/lisp/org/ox
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-texinfo hides 
/usr/share/emacs/29.0.50/lisp/org/ox-texinfo
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-publish hides 
/usr/share/emacs/29.0.50/lisp/org/ox-publish
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-org hides 
/usr/share/emacs/29.0.50/lisp/org/ox-org
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-odt hides 
/usr/share/emacs/29.0.50/lisp/org/ox-odt
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-md hides 
/usr/share/emacs/29.0.50/lisp/org/ox-md
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-man hides 
/usr/share/emacs/29.0.50/lisp/org/ox-man
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-latex hides 
/usr/share/emacs/29.0.50/lisp/org/ox-latex
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-koma-letter hides 
/usr/share/emacs/29.0.50/lisp/org/ox-koma-letter
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-icalendar hides 
/usr/share/emacs/29.0.50/lisp/org/ox-icalendar
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-html hides 
/usr/share/emacs/29.0.50/lisp/org/ox-html
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-beamer hides 
/usr/share/emacs/29.0.50/lisp/org/ox-beamer
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ox-ascii hides 
/usr/share/emacs/29.0.50/lisp/org/ox-ascii
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org hides 
/usr/share/emacs/29.0.50/lisp/org/org
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-version hides 
/usr/share/emacs/29.0.50/lisp/org/org-version
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-timer hides 
/usr/share/emacs/29.0.50/lisp/org/org-timer
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-tempo hides 
/usr/share/emacs/29.0.50/lisp/org/org-tempo
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-table hides 
/usr/share/emacs/29.0.50/lisp/org/org-table
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-src hides 
/usr/share/emacs/29.0.50/lisp/org/org-src
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-refile hides 
/usr/share/emacs/29.0.50/lisp/org/org-refile
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-protocol hides 
/usr/share/emacs/29.0.50/lisp/org/org-protocol
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-plot hides 
/usr/share/emacs/29.0.50/lisp/org/org-plot
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-pcomplete hides 
/usr/share/emacs/29.0.50/lisp/org/org-pcomplete
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-num hides 
/usr/share/emacs/29.0.50/lisp/org/org-num
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-mouse hides 
/usr/share/emacs/29.0.50/lisp/org/org-mouse
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-mobile hides 
/usr/share/emacs/29.0.50/lisp/org/org-mobile
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-macs hides 
/usr/share/emacs/29.0.50/lisp/org/org-macs
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-macro hides 
/usr/share/emacs/29.0.50/lisp/org/org-macro
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-loaddefs hides 
/usr/share/emacs/29.0.50/lisp/org/org-loaddefs
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-list hides 
/usr/share/emacs/29.0.50/lisp/org/org-list
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-lint hides 
/usr/share/emacs/29.0.50/lisp/org/org-lint
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-keys hides 
/usr/share/emacs/29.0.50/lisp/org/org-keys
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-inlinetask hides 
/usr/share/emacs/29.0.50/lisp/org/org-inlinetask
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-indent hides 
/usr/share/emacs/29.0.50/lisp/org/org-indent
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-id hides 
/usr/share/emacs/29.0.50/lisp/org/org-id
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-habit hides 
/usr/share/emacs/29.0.50/lisp/org/org-habit
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-goto hides 
/usr/share/emacs/29.0.50/lisp/org/org-goto
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-footnote hides 
/usr/share/emacs/29.0.50/lisp/org/org-footnote
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-feed hides 
/usr/share/emacs/29.0.50/lisp/org/org-feed
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-faces hides 
/usr/share/emacs/29.0.50/lisp/org/org-faces
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-entities hides 
/usr/share/emacs/29.0.50/lisp/org/org-entities
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-element hides 
/usr/share/emacs/29.0.50/lisp/org/org-element
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-duration hides 
/usr/share/emacs/29.0.50/lisp/org/org-duration
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-datetree hides 
/usr/share/emacs/29.0.50/lisp/org/org-datetree
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-ctags hides 
/usr/share/emacs/29.0.50/lisp/org/org-ctags
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-crypt hides 
/usr/share/emacs/29.0.50/lisp/org/org-crypt
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-compat hides 
/usr/share/emacs/29.0.50/lisp/org/org-compat
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-colview hides 
/usr/share/emacs/29.0.50/lisp/org/org-colview
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-clock hides 
/usr/share/emacs/29.0.50/lisp/org/org-clock
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-capture hides 
/usr/share/emacs/29.0.50/lisp/org/org-capture
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-attach hides 
/usr/share/emacs/29.0.50/lisp/org/org-attach
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-attach-git hides 
/usr/share/emacs/29.0.50/lisp/org/org-attach-git
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-archive hides 
/usr/share/emacs/29.0.50/lisp/org/org-archive
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/org-agenda hides 
/usr/share/emacs/29.0.50/lisp/org/org-agenda
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol hides 
/usr/share/emacs/29.0.50/lisp/org/ol
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-w3m hides 
/usr/share/emacs/29.0.50/lisp/org/ol-w3m
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-rmail hides 
/usr/share/emacs/29.0.50/lisp/org/ol-rmail
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-mhe hides 
/usr/share/emacs/29.0.50/lisp/org/ol-mhe
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-man hides 
/usr/share/emacs/29.0.50/lisp/org/ol-man
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-irc hides 
/usr/share/emacs/29.0.50/lisp/org/ol-irc
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-info hides 
/usr/share/emacs/29.0.50/lisp/org/ol-info
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-gnus hides 
/usr/share/emacs/29.0.50/lisp/org/ol-gnus
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-eww hides 
/usr/share/emacs/29.0.50/lisp/org/ol-eww
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-eshell hides 
/usr/share/emacs/29.0.50/lisp/org/ol-eshell
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-doi hides 
/usr/share/emacs/29.0.50/lisp/org/ol-doi
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-docview hides 
/usr/share/emacs/29.0.50/lisp/org/ol-docview
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-bibtex hides 
/usr/share/emacs/29.0.50/lisp/org/ol-bibtex
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ol-bbdb hides 
/usr/share/emacs/29.0.50/lisp/org/ol-bbdb
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/oc hides 
/usr/share/emacs/29.0.50/lisp/org/oc
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/oc-natbib hides 
/usr/share/emacs/29.0.50/lisp/org/oc-natbib
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/oc-csl hides 
/usr/share/emacs/29.0.50/lisp/org/oc-csl
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/oc-biblatex hides 
/usr/share/emacs/29.0.50/lisp/org/oc-biblatex
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/oc-basic hides 
/usr/share/emacs/29.0.50/lisp/org/oc-basic
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob hides 
/usr/share/emacs/29.0.50/lisp/org/ob
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-tangle hides 
/usr/share/emacs/29.0.50/lisp/org/ob-tangle
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-table hides 
/usr/share/emacs/29.0.50/lisp/org/ob-table
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-sqlite hides 
/usr/share/emacs/29.0.50/lisp/org/ob-sqlite
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-sql hides 
/usr/share/emacs/29.0.50/lisp/org/ob-sql
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-shell hides 
/usr/share/emacs/29.0.50/lisp/org/ob-shell
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-sed hides 
/usr/share/emacs/29.0.50/lisp/org/ob-sed
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-screen hides 
/usr/share/emacs/29.0.50/lisp/org/ob-screen
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-scheme hides 
/usr/share/emacs/29.0.50/lisp/org/ob-scheme
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-sass hides 
/usr/share/emacs/29.0.50/lisp/org/ob-sass
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-ruby hides 
/usr/share/emacs/29.0.50/lisp/org/ob-ruby
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-ref hides 
/usr/share/emacs/29.0.50/lisp/org/ob-ref
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-python hides 
/usr/share/emacs/29.0.50/lisp/org/ob-python
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-processing hides 
/usr/share/emacs/29.0.50/lisp/org/ob-processing
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-plantuml hides 
/usr/share/emacs/29.0.50/lisp/org/ob-plantuml
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-perl hides 
/usr/share/emacs/29.0.50/lisp/org/ob-perl
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-org hides 
/usr/share/emacs/29.0.50/lisp/org/ob-org
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-octave hides 
/usr/share/emacs/29.0.50/lisp/org/ob-octave
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-ocaml hides 
/usr/share/emacs/29.0.50/lisp/org/ob-ocaml
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-maxima hides 
/usr/share/emacs/29.0.50/lisp/org/ob-maxima
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-matlab hides 
/usr/share/emacs/29.0.50/lisp/org/ob-matlab
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-makefile hides 
/usr/share/emacs/29.0.50/lisp/org/ob-makefile
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-lua hides 
/usr/share/emacs/29.0.50/lisp/org/ob-lua
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-lob hides 
/usr/share/emacs/29.0.50/lisp/org/ob-lob
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-lisp hides 
/usr/share/emacs/29.0.50/lisp/org/ob-lisp
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-lilypond hides 
/usr/share/emacs/29.0.50/lisp/org/ob-lilypond
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-latex hides 
/usr/share/emacs/29.0.50/lisp/org/ob-latex
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-julia hides 
/usr/share/emacs/29.0.50/lisp/org/ob-julia
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-js hides 
/usr/share/emacs/29.0.50/lisp/org/ob-js
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-java hides 
/usr/share/emacs/29.0.50/lisp/org/ob-java
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-haskell hides 
/usr/share/emacs/29.0.50/lisp/org/ob-haskell
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-groovy hides 
/usr/share/emacs/29.0.50/lisp/org/ob-groovy
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-gnuplot hides 
/usr/share/emacs/29.0.50/lisp/org/ob-gnuplot
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-fortran hides 
/usr/share/emacs/29.0.50/lisp/org/ob-fortran
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-forth hides 
/usr/share/emacs/29.0.50/lisp/org/ob-forth
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-exp hides 
/usr/share/emacs/29.0.50/lisp/org/ob-exp
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-eval hides 
/usr/share/emacs/29.0.50/lisp/org/ob-eval
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-eshell hides 
/usr/share/emacs/29.0.50/lisp/org/ob-eshell
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-emacs-lisp hides 
/usr/share/emacs/29.0.50/lisp/org/ob-emacs-lisp
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-dot hides 
/usr/share/emacs/29.0.50/lisp/org/ob-dot
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-ditaa hides 
/usr/share/emacs/29.0.50/lisp/org/ob-ditaa
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-css hides 
/usr/share/emacs/29.0.50/lisp/org/ob-css
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-core hides 
/usr/share/emacs/29.0.50/lisp/org/ob-core
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-comint hides 
/usr/share/emacs/29.0.50/lisp/org/ob-comint
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-clojure hides 
/usr/share/emacs/29.0.50/lisp/org/ob-clojure
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-calc hides 
/usr/share/emacs/29.0.50/lisp/org/ob-calc
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-awk hides 
/usr/share/emacs/29.0.50/lisp/org/ob-awk
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-R hides 
/usr/share/emacs/29.0.50/lisp/org/ob-R
/home/dan/.config/emacs/.local/straight/build-29.0.50/org/ob-C hides 
/usr/share/emacs/29.0.50/lisp/org/ob-C

Features:
(shadow sort mail-extr emacsbug evil-collection-replace shr-color
textsec uni-scripts idna-mapping ucs-normalize uni-confusable
textsec-check 16-my-functions-sgml mhtml-mode npm-mode rainbow-mode
emmet-mode cl css-mode-expansions css-mode js-mode-expansions
smartparens-javascript js cc-mode-expansions smartparens-c cc-mode
cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars
cc-defs html-mode-expansions smartparens-html sgml-mode facemenu
url-cache evil-collection-eww eww url-queue mm-url evil-collection-gnus
gnus nnheader range elisp-def ert iedit iedit-lib checkdoc evil-embrace
evil-surround embrace expand-region subword-mode-expansions
text-mode-expansions the-org-mode-expansions er-basic-expansions
expand-region-core expand-region-custom eros lispyville lispy hydra
lispy-inline etags fileloop lispy-tags mode-local zoutline ace-window
avy 16-my-functions-snippet 16-my-commands-compiled elisp-demos
evil-collection-indent highlight-quoted flyspell-correct my-center-mode
evil-collection-helpful helpful trace info-look evil-collection-info
info help-fns radix-tree evil-collection-elisp-refs elisp-refs jsonian
ssh-agency pixel-scroll goto-addr hide-mode-line magit-extras
magit-gitflow magit-delta xterm-color 16-my-functions-evil
16-my-functions-other evil-collection-embark embark-consult embark ffap
multiple-cursors mc-separate-operations rectangular-region-mode
mc-mark-pop mc-edit-lines mc-hide-unmatched-lines-mode mc-mark-more
mc-cycle-cursors multiple-cursors-core misearch multi-isearch hippie-exp
misc puni find-dired vc-hg vc-svn vc 16-my-functions-project
bash-completion jka-compr apheleia 16-my-functions-version-control
my-format blamer sideline-flymake 16-my-functions-tree-sitter
git-gutter-fringe fringe-helper git-gutter rainbow-delimiters
my-sticky-header hideshow sideline evil-collection-flymake flymake-proc
flymake evil-collection-sh-script sh-script smie executable
16-my-functions-shell evil-collection-vc-git vc-git vc-dispatcher
evil-collection-evil-mc evil-mc evil-mc-command-execute
evil-mc-command-record evil-mc-cursor-make evil-mc-region
evil-mc-cursor-state evil-mc-undo evil-mc-vars evil-mc-known-commands
evil-mc-common evil-anzu anzu my-other-window char-fold swiper
evil-collection-ivy ivy ivy-faces ivy-overlay colir lsp-zig lsp-steep
lsp-svelte lsp-sqls lsp-ruby-syntax-tree lsp-yaml lsp-xml lsp-vimscript
lsp-vhdl lsp-volar lsp-vetur lsp-html lsp-verilog lsp-vala lsp-v
lsp-typeprof lsp-ttcn3 lsp-toml lsp-terraform lsp-tex lsp-sorbet
lsp-solargraph lsp-rust lsp-rf lsp-remark lsp-racket lsp-r
lsp-purescript lsp-pylsp lsp-pyls lsp-pwsh lsp-php lsp-perlnavigator
lsp-perl lsp-openscad lsp-ocaml lsp-magik lsp-nix lsp-nim lsp-nginx
lsp-marksman lsp-markdown lsp-lua lsp-kotlin lsp-json lsp-javascript
lsp-idris lsp-haxe lsp-groovy lsp-hack lsp-graphql lsp-gleam lsp-go
lsp-completion lsp-gdscript lsp-fsharp lsp-fortran lsp-eslint lsp-erlang
lsp-emmet lsp-elixir lsp-elm lsp-dockerfile lsp-dhall lsp-d lsp-css
lsp-csharp lsp-crystal lsp-cmake lsp-clojure lsp-semantic-tokens
lsp-clangd lsp-beancount lsp-bash lsp-ansible lsp-angular lsp-ada
lsp-actionscript lsp lsp-pyright dap-mouse dap-ui lsp-treemacs
lsp-treemacs-themes gdb-mi bindat gud bui bui-list bui-info bui-entry
bui-core bui-history bui-button bui-utils lsp-lens dap-mode dap-launch
posframe dap-overlays lsp-mode lsp-protocol spinner network-stream lv
ewoc evil-collection-view view disp-table whitespace highlight-numbers
parent-mode conf-mode evil-collection-consult consult-vertico consult
compat-28 treemacs-bookmarks magit-bookmark evil-collection-bookmark
bookmark 16-my-functions-file-directory 16-my-functions-dired diredfl
all-the-icons-dired my-dired-count dired-async
16-my-functions-minibuffer vertico-directory mwim
my-minibuffer-input-history-mode cursor-sensor vertico-repeat
all-the-icons-completion marginalia crux tramp tramp-loaddefs trampver
tramp-integration cus-start files-x tramp-compat ls-lisp dabbrev
cape-char mule-util kind-icon svg-lib my-completion-style cape-keyword
cape corfu-indexed corfu-doc my-pair doom-modeline
doom-modeline-segments doom-modeline-env doom-modeline-core shrink-path
writegood-mode evil-markdown vi-tilde-fringe display-line-numbers
adaptive-wrap highlight-indent-guides 16-my-commands
treemacs-project-follow-mode treemacs-magit treemacs-projectile
projectile lisp-mnt ibuf-ext evil-collection-ibuffer ibuffer
ibuffer-loaddefs treemacs-evil treemacs-all-the-icons auto-minor-mode
treemacs treemacs-header-line treemacs-compatibility treemacs-mode
treemacs-interface treemacs-extensions treemacs-mouse-interface
treemacs-tags evil-collection-xref xref project treemacs-persistence
treemacs-filewatch-mode treemacs-follow-mode treemacs-rendering
treemacs-annotations treemacs-async treemacs-workspaces treemacs-dom
treemacs-visuals treemacs-fringe-indicator treemacs-scope treemacs-faces
treemacs-icons treemacs-themes treemacs-core-utils pfuture inline
treemacs-logging treemacs-customization treemacs-macros mb-depth
doom-themes-ext-treemacs doom-themes-ext-org solaire-mode face-remap
doom-dracula-theme doom-themes doom-themes-base elec-pair
evil-collection-corfu corfu all-the-icons all-the-icons-faces
data-material data-weathericons data-octicons data-fileicons
data-faicons data-alltheicons desktop frameset org-capture org-agenda
evil-collection-magit-todos magit-todos pcre2el rxt re-builder hl-todo
async evil-collection-grep grep evil-collection-org smartparens-org
org-yt org-element org-persist xdg org-id org-refile avl-tree generator
org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote
org-src ob-comint org-pcomplete org-list org-faces org-entities
org-version ob-emacs-lisp ob-core ob-eval org-cycle org-table ol
org-fold org-fold-core org-keys oc org-compat org-macs org-loaddefs
evil-collection-calendar cal-menu calendar cal-loaddefs code-review
code-review-actions code-review-comment code-review-section
code-review-bitbucket code-review-faces shr pixel-fill kinsoku url-file
svg xml dom emojify evil-collection-apropos apropos ht
code-review-gitlab code-review-utils evil-collection-forge forge-list
forge-commands forge-semi forge-bitbucket buck forge-gogs gogs
forge-gitea gtea forge-gitlab glab forge-github forge-notify
forge-revnote forge-pullreq forge-issue forge-topic yaml parse-time
iso8601 bug-reference forge-post smartparens-config smartparens-markdown
smartparens-text smartparens evil-collection-markdown-mode markdown-mode
edit-indirect noutline outline forge-repo forge forge-core forge-db
code-review-parse-hunk code-review-github code-review-db uuidgen
calc-misc calc-ext a code-review-interfaces deferred ghub-graphql treepy
gsexp ghub gnutls closql emacsql-sqlite emacsql emacsql-compiler
url-http url-auth url-gw nsm magit-autoloads evil-collection-magit
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 evil-collection-imenu imenu evil-collection-edebug edebug
evil-collection-debug debug backtrace find-func magit-diff smerge-mode
diff evil-collection-diff-mode diff-mode magit-core magit-autorevert
autorevert filenotify magit-margin magit-transient magit-process
magit-mode evil-collection-package-menu doom-packages package browse-url
url-handlers git-commit magit-git magit-base
evil-collection-magit-section magit-section crm compat-27 compat-26
transient format-spec evil-collection-log-edit log-edit message sendmail
yank-media puny rfc822 mml mml-sec evil-collection-epa epa epg rfc6068
epg-config gnus-util time-date mm-decode mm-bodies mm-encode mail-parse
rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev
mail-utils gmm-utils mailheader pcvs-util add-log with-editor
yasnippet-snippets doom-snippets doom-snippets-lib yasnippet
evil-collection-elisp-mode elisp-mode server dtrt-indent
evil-collection-which-key which-key savehist better-jumper
vertico-multiform vertico-mouse evil-collection-vertico vertico
orderless evil-goggles pulse color evil-easymotion evil-snipe recentf
tree-widget saveplace evil-collection-so-long so-long gcmh hl-line
winner ws-butler undo-fu-session undo-fu doom-start my-config nyan-mode
minions compat evil-textobj-tree-sitter tree-sitter-langs
tree-sitter-langs-build evil-collection-tar-mode tar-mode
evil-collection-arc-mode arc-mode archive-mode url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util url-parse auth-source eieio eieio-core
password-cache json url-vars mailcap tree-sitter-hl ts-fold
ts-fold-summary ts-fold-parsers ts-fold-util tree-sitter
tree-sitter-load tree-sitter-cli map tsc tsc-dyn tsc-dyn-get
evil-collection-compile compile dired-aux evil-collection-dired
evil-collection-custom evil-collection-comint evil-collection annalist
dired dired-loaddefs tsc-obsolete cap-words superword subword two-column
cus-edit cus-load wid-edit delsel cua-base key-chord smartparens-lua
let-alist evil evil-integration evil-maps evil-commands reveal
flyspell-lazy flyspell ispell evil-jumps evil-command-window evil-search
shell pcomplete comint ansi-color evil-types evil-macros evil-repeat
evil-states evil-core comp comp-cstr warnings icons rx byte-opt advice
evil-common windmove calc calc-loaddefs calc-macs thingatpt rect
evil-digraphs evil-vars ring edmacro kmacro derived use-package-bind-key
bind-key 32-my-config-functions my-init 01-my-core-functions f
f-shortdoc shortdoc text-property-search s 00-my-core-macros dash
00-my-lib-man my-early-init doom-editor doom-projects doom-ui
doom-keybinds pp general cl-extra help-mode cl-seq use-package-core
bytecomp byte-compile cconv realgud-recursive-autoloads tex-site
easy-mmode doom-modules doom doom-lib pcase cl-macs gv subr-x
cl-loaddefs cl-lib rmc iso-transl tooltip eldoc paren electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel term/pgtk-win pgtk-win
term/common-win pgtk-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 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
xwidget-internal dbusbind inotify dynamic-setting system-font-setting
font-render-setting cairo gtk pgtk lcms2 multi-tty make-network-process
native-compile emacs)

Memory information:
((conses 16 2193585 144720)
(symbols 48 79157 0)
(strings 32 475401 55877)
(string-bytes 1 12247000)
(vectors 16 244013)
(vector-slots 8 3778289 315614)
(floats 8 17287 7896)
(intervals 56 93314 1005)
(buffers 1000 85))

-- 
Daanturo.

Attachment: Screenshot_20220813_205944.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]