unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68485: 30.0.50; Binding keys to C-[ screws up the keymap
@ 2024-01-15 18:35 Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; only message in thread
From: Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-01-15 18:35 UTC (permalink / raw)
  To: 68485


I discovered this bug when using the command

(define-key LaTeX-mode-map (kbd "C-[") #'LaTeX-command-section)

After I evaluated it, binding any command to any key sequence involving
a Meta-modifier would produce the following error message:

Debugger entered--Lisp error: (error "Key sequence M-f starts with non-prefix key ESC")
  define-key((keymap (8388712 . latex/hide-show-all) (67109530 . latex/up-section) (67108990 . latex/next-section-same-level) (67108988 . latex/previous-section-same-level) (67109779 . latex/next-section) (67109790 . latex/previous-section) (30 . latex/end-of-environment) (67110353 . latex/forward-environment) (67117665 . latex/backward-environment) (C-escape . ahp/indent-item) (8388652 . amurray-LaTeX-delete-environment) (8388644 . ahp/kill-ring-delete-dollars) (31 . latex/beginning-of-environment) (2 . citar-insert-citation) (C-tab . reftex-reference) (menu-bar keymap (latex menu-item "LaTeX" (keymap "LaTeX" (Section\ \ \(C-c\ C-s\) menu-item "Section  (C-c C-s)" nil :filter #f(compiled-function (menu) #<bytecode 0x6c7306b023dab78>)) (Macro... menu-item "Macro..." TeX-insert-macro :help "Insert a macro and possibly arguments") (Complete\ Macro menu-item "Complete Macro" TeX-complete-symbol :help "Complete the current macro or environment name") (Insert\ Environment\ \ \(C-c\ C-e\) menu-item "Insert Environment  (C-c C-e)" nil :filter #f(compiled-function (menu) #<bytecode 0xa316618ada23fc3>)) (Change\ Environment\ \ \(C-u\ C-c\ C-e\) menu-item "Change Environment  (C-u C-c C-e)" nil :filter #f(compiled-function (menu) #<bytecode -0x14235fa215f97af>)) (Close\ Environment menu-item "Close Environment" LaTeX-close-environment :help "Insert the \\end part of the current environment") (Item menu-item "Item" LaTeX-insert-item :help "Insert a new \\item into current environment") (nil "--") (Insert\ Font menu-item "Insert Font" ...) (Replace\ Font menu-item "Replace Font" ...) (Delete\ Font menu-item "Delete Font" menu-function-32 :keys "C-c C-f C-d") (nil-11 "--") (Comment\ or\ Uncomment\ Region menu-item "Comment or Uncomment Region" comment-or-uncomment-region :help "Make the selected region outcommented or active again") (Comment\ or\ Uncomment\ Paragraph menu-item "Comment or Uncomment Paragraph" TeX-comment-or-uncomment-paragraph :help "Make the current paragraph outcommented or active again") (Formatting\ and\ Marking menu-item "Formatting and Marking" ...) (Show/Hide menu-item "Show/Hide" ...) (Math\ Mode menu-item "Math Mode" LaTeX-math-mode :button ... :help "Toggle math mode") (nil-17 "--") (Convert\ 209\ to\ 2e menu-item "Convert 209 to 2e" LaTeX-209-to-2e :visible ...) (Multifile/Parsing menu-item "Multifile/Parsing" ...) (Find\ Documentation... menu-item "Find Documentation..." TeX-documentation-texdoc :help "Get help on commands, packages, or TeX-related topics in general") (Read\ the\ AUCTeX\ Manual menu-item "Read the AUCTeX Manual" TeX-goto-info-page :help "Everything worth reading") (Customize\ AUCTeX menu-item "Customize AUCTeX" ...) (Report\ AUCTeX\ Bug menu-item "Report AUCTeX Bug" TeX-submit-bug-report :help "Problems with AUCTeX 13.2.3? Mail us!"))) (command menu-item "Command" ("Bug.") :filter #f(compiled-function (menu) #<bytecode -0x913750368636859>))) (24 keymap (110 keymap (101 . LaTeX-narrow-to-environment))) (91 . LaTeX-insert-left-brace) (123 . LaTeX-insert-left-brace) (40 . LaTeX-insert-left-brace) (45 . LaTeX-babel-insert-hyphen) (27 . LaTeX-command-section) (3 keymap (126 . LaTeX-math-mode) (19 . LaTeX-section) (93 . LaTeX-close-environment) (10 . LaTeX-insert-item) (5 . LaTeX-environment) (42 . LaTeX-mark-section) (46 . LaTeX-mark-environment) (27 keymap (122 . LaTeX-command-section-change-level)) (26 . LaTeX-command-section) (17 keymap (5 . LaTeX-fill-environment) (19 . LaTeX-fill-section) (18 . LaTeX-fill-region) (16 . LaTeX-fill-paragraph))) (10 . reindent-then-newline-and-indent) keymap (24 keymap (110 keymap (103 . TeX-narrow-to-group))) (remap keymap (previous-error . TeX-previous-error) (next-error . TeX-next-error)) (27 keymap (9 . TeX-complete-symbol)) (95 . TeX-insert-sub-or-superscript) (94 . TeX-insert-sub-or-superscript) (92 . TeX-insert-backslash) (36 . TeX-insert-dollar) (34 . TeX-insert-quote) (13 . TeX-newline) (3 keymap (95 . TeX-master-file-ask) (15 keymap (6 . TeX-fold-mode)) (96 . TeX-next-error) (94 . TeX-home-buffer) (12 . TeX-recenter-output-buffer) (11 . TeX-kill-job) (1 . TeX-command-run-all) (3 . TeX-command-master) (2 . TeX-command-buffer) (18 . TeX-command-region) (4 . TeX-save-document) (22 . TeX-view) (23 . TeX-toggle-debug-bad-boxes) (20 keymap (24 . TeX-toggle-suppress-ignored-warnings) (23 . TeX-toggle-debug-warnings) (2 . TeX-toggle-debug-bad-boxes) (18 . TeX-pin-region) (19 . TeX-source-correlate-mode) (9 . TeX-interactive-mode) (16 . TeX-PDF-mode)) (37 . TeX-comment-or-uncomment-paragraph) (59 . comment-or-uncomment-region) (34 . TeX-uncomment) (58 . comment-or-uncomment-region) (39 . TeX-comment-or-uncomment-paragraph) (13 . TeX-insert-macro) (6 . TeX-font) (123 . TeX-insert-braces) (9 . TeX-goto-info-page) (63 . TeX-documentation-texdoc) (14 . TeX-normal-mode) (35 . TeX-normal-mode) (125 . up-list))) [134217830] arxiv-lookup)
  (progn (defvar Daselt-map) (define-key LaTeX-mode-map (kbd "M-f") #'arxiv-lookup))
  (let ((print-level nil) (print-length nil)) (progn (defvar Daselt-map) (define-key LaTeX-mode-map (kbd "M-f") #'arxiv-lookup)))
  (setq elisp--eval-defun-result (let ((print-level nil) (print-length nil)) (progn (defvar Daselt-map) (define-key LaTeX-mode-map (kbd "M-f") #'arxiv-lookup))))
  eval-region(17282 17336 t #f(compiled-function (ignore) #<bytecode 0x18baa91e45c9e324>))  ; Reading at buffer position 17282
  elisp--eval-defun()
  eval-defun(nil)
  funcall-interactively(eval-defun nil)
  command-execute(eval-defun)
  

This error happens with other commands and keymaps as well, doesn't depend on
whether whether (kbd "C-[") or (kbd "C-\[") is used and happens if Emacs
is loaded without an init file. In fact, if Emacs is loaded without an
init and the command

(define-key global-map (kbd "C-[") #'LaTeX-command-section)

is evaluated, M-x cannot be used anymore because Emacs says the key
combination is undefined.



In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, cairo version
 1.18.0) of 2023-12-29 built on Archlaptop
Repository revision: 291763feca34174290345055a6748436839f7606
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101010
System Description: Arch Linux

Configured using:
 'configure --with-x-toolkit=no'

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

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Group

Minor modes in effect:
  Daselt-mode: t
  citar-embark-mode: t
  global-org-modern-mode: t
  gnus-undo-mode: t
  windmove-mode: t
  global-edit-server-edit-mode: t
  global-goto-address-mode: t
  goto-address-mode: t
  all-the-icons-completion-mode: t
  auto-insert-mode: t
  backward-forward-mode: t
  electric-pair-mode: t
  delete-selection-mode: t
  global-undo-tree-mode: t
  dynamic-completion-mode: t
  recentf-mode: t
  Info-breadcrumbs-in-mode-line-mode: t
  fancy-compilation-mode: t
  yas-global-mode: t
  yas-minor-mode: t
  global-aggressive-indent-mode: t
  corfu-prescient-mode: t
  global-corfu-mode: t
  corfu-mode: t
  vertico-prescient-mode: t
  marginalia-mode: t
  savehist-mode: t
  vertico-mode: t
  smart-mark-mode: t
  global-git-commit-mode: t
  magit-auto-revert-mode: t
  override-global-mode: t
  TeX-PDF-mode: t
  desktop-save-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  global-prettify-symbols-mode: t
  tab-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  undelete-frame-mode: t
  minibuffer-regexp-mode: t
  buffer-read-only: t
  line-number-mode: t
  global-visual-line-mode: t
  visual-line-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
~/.emacs.d/site-lisp/icicles/dired+ hides ~/.emacs.d/site-lisp/dired+
~/.emacs.d/site-lisp/icicles/bookmark+ hides /home/alex/.emacs.d/elpa/bookmark+-20230325.160624/bookmark+
/home/alex/.emacs.d/elpa/org-projectile-helm-20230817.801/org-projectile-helm hides /home/alex/.emacs.d/elpa/org-projectile-20230817.851/org-projectile-helm
/home/alex/.roswell/lisp/slime/2023.06.18/slime hides /home/alex/.emacs.d/elpa/slime-20231228.1755/slime
/home/alex/.roswell/lisp/slime/2023.06.18/slime-tests hides /home/alex/.emacs.d/elpa/slime-20231228.1755/slime-tests
/home/alex/.roswell/lisp/slime/2023.06.18/slime-autoloads hides /home/alex/.emacs.d/elpa/slime-20231228.1755/slime-autoloads
/home/alex/.emacs.d/elpa/transient-20231216.1908/transient hides /usr/local/share/emacs/30.0.50/lisp/transient
/home/alex/.emacs.d/elpa/bind-key-20230203.2004/bind-key hides /usr/local/share/emacs/30.0.50/lisp/bind-key
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-lint hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-lint
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-jump hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-jump
/home/alex/.emacs.d/elpa/use-package-ensure-system-package-20221209.2013/use-package-ensure-system-package hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-ensure-system-package
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-ensure hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-ensure
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-diminish hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-diminish
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-delight hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-delight
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-core hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-core
/home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-bind-key hides /usr/local/share/emacs/30.0.50/lisp/use-package/use-package-bind-key

Features:
(shadow sort gnus-cite mail-extr emacsbug gnus-async qp gnus-ml
disp-table nndraft nnmh nnmaildir nnfolder utf-7 network-stream
gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp
gnus-cache DEmacs misearch multi-isearch org-ref org-ref-core
org-ref-glossary org-ref-bibtex doi-utils org-ref-utils org-ref-export
citeproc citeproc-itemgetters citeproc-biblatex citeproc-bibtex
citeproc-cite citeproc-subbibs citeproc-sort citeproc-name
citeproc-formatters citeproc-number rst citeproc-proc citeproc-disamb
citeproc-itemdata citeproc-generic-elements citeproc-macro
citeproc-choose citeproc-date citeproc-context citeproc-prange
citeproc-style citeproc-locale citeproc-term citeproc-rt citeproc-lib
citeproc-s ox-org 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 org-agenda ox-html table ox-ascii ox-publish ox
org-ref-misc-links org-ref-label-link org-ref-ref-links
org-ref-citation-links org-ref-bibliography-links bibtex-completion
org-capture f s vertico-directory vertico-quick dabbrev cape-char cape
citar-latex reftex-cite reftex-parse sh-script executable pdf-links
pdf-sync pdf-occur ibuf-ext ibuffer ibuffer-loaddefs tablist
tablist-filter semantic/wisent/comp semantic/wisent
semantic/wisent/wisent semantic/util-modes semantic/util semantic
semantic/tag semantic/lex semantic/fw mode-local cedet pdf-isearch
pdf-misc pdf-tools pdf-view pdf-cache pdf-info tq pdf-util pdf-macs
mhtml-mode css-mode-expansions css-mode smie js-mode-expansions js
c-ts-common treesit html-mode-expansions sgml-mode tramp-cache
time-stamp tramp-sh tramp trampver tramp-integration tramp-message
tramp-compat tramp-loaddefs mule-util citar-capf citar-embark citar
ol-eww ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview
ol-bibtex ol-bbdb ol-w3m ol-doi org-link-doi org-modern embark-org
the-org-mode-expansions org-element org-persist org-id org-refile
avl-tree 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 ob-emacs-lisp ob-core ob-eval org-cycle org-table ol
org-fold org-fold-core org-keys oc org-loaddefs org-version org-compat
org-macs doc-view jka-compr macrostep-c cmacexp cc-mode-expansions
cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs files-x eww mm-url citar-file citar-cache citar-format
parsebib reftex-dcr reftex-auc latex-extra font-latex latexenc preview
tex-mode vc-git vc-dispatcher rainbow-delimiters paredit-everywhere
paredit cal-menu calendar cal-loaddefs smtpmail gnus-registry registry
gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum shr
pixel-fill kinsoku gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud
nnimap nnmail mail-source nnoo gnus-spec gnus-win gnus-int gnus-range
imap rfc2104 utf7 gnus nnheader range windmove edit-server epa-file
goto-addr all-the-icons-completion autoinsert backward-forward elec-pair
wc-mode delsel undo-tree queue icicles mb-depth facemenu two-column
icicles-mode dired+ image-file image-converter dired-aux icicles-cmd2
completion icicles-cmd1 yow cookie1 recentf tree-widget icicles-mcmd
image-dired image-dired-tags image-dired-external image-dired-util xdg
image-mode exif doremi filesets icicles-fn icicles-var apropos-fn+var
icicles-opt ffap- fuzzy-match cus-theme menu-bar+ misc-cmds rect
bookmark+ bookmark+-key bookmark+-bmu info+ fit-frame help-fns+
wid-edit+ bookmark+-lit pp+ dired-x crosshairs col-highlight vline
hl-line+ bookmark+-1 bookmark+-mac thingatpt+ icicles-face hexrgb
icicles-mac forge-list forge-commands forge-semi forge-bitbucket buck
forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github
ghub-graphql treepy gsexp ghub url-http url-gw nsm url-auth gnutls
forge-notify forge-revnote forge-pullreq forge-issue forge-topic yaml
bug-reference forge-post markdown-mode forge-repo forge forge-core
forge-db closql emacsql-sqlite-common emacsql emacsql-compiler
yaml-mode-expansions yaml-mode fancy-compilation font-utils
unicode-fonts yasnippet elgrep async grep dedicated auto-dictionary
flyspell ispell all-the-icons-dired all-the-icons all-the-icons-faces
data-material data-weathericons data-octicons data-fileicons
data-faicons data-alltheicons tabgo tab-line avy dired-quick-sort hydra
lv ls-lisp aggressive-indent back-button visible-mark nav-flash pulse
smartrep biblio biblio-download biblio-dissemin biblio-ieee biblio-hal
biblio-dblp biblio-crossref biblio-arxiv timezone biblio-doi biblio-core
let-alist url-queue url-file ido hl-line bibtex kind-icon svg-lib svg
dom corfu-terminal popon corfu-prescient corfu vertico-prescient
prescient char-fold embark-consult consult magit-bookmark bookmark
embark marginalia orderless persistent-soft list-utils pcache eieio-base
savehist finder-inf vertico-buffer vertico-mouse vertico smartparens
loadhist expand-region text-mode-expansions latex-mode-expansions
er-basic-expansions expand-region-core expand-region-custom
easy-kill-extras easy-kill-line-edge easy-kill-buffer easy-kill-to-char
easy-kill smart-mark use-package-ensure-system-package system-packages
rebinder gnus-dired magit-submodule 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 imenu
magit-diff smerge-mode diff diff-mode git-commit log-edit message
sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config
gnus-util mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log
magit-core magit-autorevert autorevert filenotify magit-margin
magit-transient magit-process with-editor shell pcomplete server
magit-mode transient magit-git magit-base magit-section format-spec
cursor-sensor dash compat auto-install ffap find-func dired
dired-loaddefs quelpa-use-package parse-time iso8601 time-date quelpa
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util
ietf-drums mail-prsvr help-fns radix-tree use-package use-package-ensure
use-package-delight use-package-diminish use-package-bind-key bind-key
use-package-core cdlatex reftex reftex-loaddefs reftex-vars latex
edmacro kmacro latex-flymake flymake tex-ispell tex-style tex dbus xml
crm texmathp add-tex-envs slime-fancy slime-indentation slime-cl-indent
cl-indent slime-trace-dialog slime-fontifying-fu slime-package-fu
slime-references slime-compiler-notes-tree slime-scratch
slime-presentations bridge slime-macrostep macrostep slime-mdot-fu
slime-enclosing-context slime-fuzzy slime-fancy-trace
slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc
slime-repl elp slime-parse slime derived comp comp-cstr cl-extra
help-mode warnings easy-mmode lisp-mnt gud apropos etags fileloop
generator xref project arc-mode archive-mode noutline outline hyperspec
thingatpt desktop frameset icicles-install cl
sanityinc-tomorrow-bright-theme color-theme-sanityinc-tomorrow color
cus-edit pp cus-load icons wid-edit compile text-property-search comint
ansi-osc ansi-color ring comp-run comp-common
aggressive-indent-autoloads all-autoloads all-the-icons-dired-autoloads
auctex-cluttex-autoloads auto-dictionary-autoloads back-button-autoloads
backup-walker-autoloads cape-autoloads cdlatex-autoloads
citar-embark-autoloads citar-autoloads
color-theme-sanityinc-tomorrow-autoloads consult-org-roam-autoloads
corfu-prescient-autoloads corfu-terminal-autoloads corfu-autoloads
crontab-mode-autoloads dedicated-autoloads default-text-scale-autoloads
diminish-autoloads dream-theme-autoloads easy-kill-extras-autoloads
advice elgrep-autoloads embark-consult-autoloads consult-autoloads
embark-autoloads emms-autoloads expand-region-autoloads
fancy-compilation-autoloads forge-autoloads closql-autoloads
ghub-autoloads helm-bibtex-autoloads bufler-autoloads burly-autoloads
helm-dictionary-autoloads helm-icons-autoloads kind-icon-autoloads
latex-extra-autoloads auctex-autoloads tex-site marginalia-autoloads
markdown-mode-autoloads math-symbol-lists-autoloads mood-line-autoloads
helm-easymenu nav-flash-autoloads orderless-autoloads
org-modern-autoloads org-noter-autoloads helm-autoloads
helm-core-autoloads async-autoloads org-ref-autoloads citeproc-autoloads
org-roam-bibtex-autoloads bibtex-completion-autoloads biblio-autoloads
biblio-core-autoloads f-autoloads org-roam-autoloads emacsql-autoloads
org-super-links-autoloads ox-pandoc-autoloads parsebib-autoloads
popon-autoloads powerline-autoloads pretty-hydra-autoloads
sage-shell-mode-autoloads rx slime-autoloads smart-mark-autoloads
smartparens-autoloads smartrep-autoloads smudge-autoloads
speed-type-autoloads string-inflection-autoloads svg-lib-autoloads
tabgo-autoloads tablist-autoloads telega-autoloads
treemacs-icons-dired-autoloads magit-autoloads pcase
magit-section-autoloads git-commit-autoloads transient-autoloads
persp-mode-autoloads projectile-autoloads treemacs-autoloads
treepy-autoloads try-autoloads unicode-fonts-autoloads
ucs-utils-autoloads font-utils-autoloads persistent-soft-autoloads
list-utils-autoloads pcache-autoloads
use-package-ensure-system-package-autoloads system-packages-autoloads
vertico-prescient-autoloads vertico-autoloads prescient-autoloads
visible-mark-autoloads w3m-load w3m-autoloads wakib-keys-autoloads
wfnames-autoloads with-editor-autoloads compat-autoloads yaml-autoloads
yaml-mode-autoloads yasnippet-autoloads zotero-autoloads oauth-autoloads
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 touch-screen 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 xinput2 x
multi-tty move-toolbar make-network-process native-compile emacs)

Memory information:
((conses 16 2893000 1585068) (symbols 48 144509 14)
 (strings 32 570789 200956) (string-bytes 1 18316225)
 (vectors 16 188194) (vector-slots 8 4548583 919707)
 (floats 8 2448 3017) (intervals 56 76346 10366) (buffers 992 170))






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

only message in thread, other threads:[~2024-01-15 18:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 18:35 bug#68485: 30.0.50; Binding keys to C-[ screws up the keymap Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors

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

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

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