[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] : file metadata
From: |
Christopher Howard |
Subject: |
Re: [External] : file metadata |
Date: |
Tue, 15 Oct 2024 11:44:31 -0800 |
Bookmark+ seems like just what I need. However, it appears to be broken in
Emacs 30, and I switched to 30 pre-test a month or so ago. The same errors do
not appear when I run it in Emacs 29. This is using the latest commit from
https://github.com/emacsmirror/bookmark-plus.
When I first try to load it (through a require) a get this error:
``` bt
Debugger entered--Lisp error: (error "Key sequence r K starts with non-prefix
key r")
define-key((keymap #^[nil nil keymap #^^[3 0 pop-global-mark nil list-buffers
t list-directory eval-last-sexp helm-find-files nil nil indent-rigidly
dired-jump kmacro-keymap downcase-region (keymap (108 .
set-language-environment) (99 . universal-coding-system-argument) (28 .
set-input-method) (88 . set-next-selection-coding-system) (120 .
set-selection-coding-system) (112 . set-buffer-process-coding-system) (107 .
set-keyboard-coding-system) (116 . set-terminal-coding-system) (70 .
set-file-name-coding-system) (114 . revert-buffer-with-coding-system) (102 .
set-buffer-file-coding-system)) set-goal-column delete-blank-lines mark-page
read-only-mode find-file-read-only save-buffer transpose-lines upcase-region
find-alternate-file write-file exchange-point-and-mark nil suspend-frame
(keymap (67108912 . global-text-scale-adjust) (67108909 .
global-text-scale-adjust) (67108925 . global-text-scale-adjust) (67108907 .
global-text-scale-adjust) (58 . repeat-complex-command) (27 .
repeat-complex-command)) nil nil nil nil rectangle-mark-mode nil nil
server-edit set-selective-display nil nil expand-abbrev kmacro-start-macro
kmacro-end-macro calc-dispatch balance-windows nil
shrink-window-if-larger-than-buffer set-fill-prefix nil delete-window ...]
#^^[1 0 #^^[2 0 #^^[3 0 pop-global-mark nil list-buffers t list-directory
eval-last-sexp helm-find-files nil nil indent-rigidly dired-jump kmacro-keymap
downcase-region (keymap (108 . set-language-environment) (99 .
universal-coding-system-argument) (28 . set-input-method) (88 .
set-next-selection-coding-system) (120 . set-selection-coding-system) (112 .
set-buffer-process-coding-system) (107 . set-keyboard-coding-system) (116 .
set-terminal-coding-system) (70 . set-file-name-coding-system) (114 .
revert-buffer-with-coding-system) (102 . set-buffer-file-coding-system))
set-goal-column delete-blank-lines mark-page read-only-mode find-file-read-only
save-buffer transpose-lines upcase-region find-alternate-file write-file
exchange-point-and-mark nil suspend-frame (keymap (67108912 .
global-text-scale-adjust) (67108909 . global-text-scale-adjust) (67108925 .
global-text-scale-adjust) (67108907 . global-text-scale-adjust) (58 .
repeat-complex-command) (27 . repeat-complex-command)) nil nil nil nil
rectangle-mark-mode nil nil server-edit set-selective-display nil nil
expand-abbrev kmacro-start-macro kmacro-end-macro calc-dispatch balance-windows
nil shrink-window-if-larger-than-buffer set-fill-prefix nil delete-window ...]
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil] nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil] nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil ...] (67108912 .
text-scale-adjust) (67108925 . text-scale-adjust) (67108909 .
text-scale-adjust) (67108907 . text-scale-adjust) (67108923 . comment-line)
(67108896 . pop-global-mark) (C-left . previous-buffer) (left .
previous-buffer) (C-right . next-buffer) (right . next-buffer)) "rK"
bmkp-set-desktop-bookmark)
eval-buffer(#<buffer *load*-696379> nil
"/home/christopher/Repos/emacsmirror/bookmark-plus/bookmark+-key.el" nil t) ;
Reading at buffer position 9485
load-with-code-conversion("/home/christopher/Repos/emacsmirror/bookmark-plus/bookmark+-key.el"
"/home/christopher/Repos/emacsmirror/bookmark-plus/bookmark+-key.el" nil t)
require(bookmark+-key)
eval-buffer(#<buffer *load*-617642> nil
"/home/christopher/Repos/emacsmirror/bookmark-plus/bookmark+.el" nil t) ;
Reading at buffer position 10133
load-with-code-conversion("/home/christopher/Repos/emacsmirror/bookmark-plus/bookmark+.el"
"/home/christopher/Repos/emacsmirror/bookmark-plus/bookmark+.el" nil t)
require(bookmark+)
eval-buffer(#<buffer *load*> nil "/home/christopher/.emacs.d/init.el" nil t)
; Reading at buffer position 50593
load-with-code-conversion("/home/christopher/.emacs.d/init.el"
"/home/christopher/.emacs.d/init.el" t t)
load("/home/christopher/.emacs.d/init" noerror nomessage)
#f(compiled-function () #<bytecode 0x86b8921748fbf10>)()
startup--load-user-init-file(#f(compiled-function () #<bytecode
-0x1a06b9bc692f9c80>) #f(compiled-function () #<bytecode 0x731968ef8c7b19b>) t)
command-line()
normal-top-level()
```
If I (c)ontinue, and then try C-x j, I get this error:
``` bt
Debugger entered--Lisp error: (wrong-type-argument commandp bmkp-jump-map)
call-interactively(bmkp-jump-map nil nil)
command-execute(bmkp-jump-map)
```
--
Christopher Howard
- Re: [External] : file metadata,
Christopher Howard <=