emacs-devel
[Top][All Lists]
Advanced

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

Bookmark+ key sequence error


From: Christopher Howard
Subject: Bookmark+ key sequence error
Date: Mon, 21 Oct 2024 11:44:16 -0800

Drew Adams <drew.adams@oracle.com> writes:

>> (load-file "bookmark+-mac.el")
>                         ^^^
>
> Did you mean (load-file "bookmark+-key.el")?
>
>> and this threw the error
>> 
>> > (error "Key sequence r K starts with non-prefix key r")
>> 

Drew (and others): after extension init file troubleshooting, I determined that 
I can prevent or allow the error by removing or adding this line in my init.el:

``` elisp
(keymap-global-set "C-x r" 'org-roam-node-find)
```

Is it obvious I am doing something wrong in how I am using keymap-global-set, 
or have I unearthed some kind of Emacs bug?

Again, the line in bookmark+-key.el, which throws the error, is:

```
(define-key ctl-x-map "rK" 'bmkp-set-desktop-bookmark)        ; `C-x r K' (also 
`C-x x K', `C-x x c K')
```

-- 
Christopher Howard



reply via email to

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