unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Howard <christopher@librehacker.com>
To: Drew Adams <drew.adams@oracle.com>
Cc: Sean Whitton <spwhitton@spwhitton.name>,
	 "emacs-devel@gnu.org" <emacs-devel@gnu.org>,
	 Michael Albinus <michael.albinus@gmx.de>
Subject: Bookmark+ key sequence error
Date: Mon, 21 Oct 2024 11:44:16 -0800	[thread overview]
Message-ID: <87bjzdxmun.fsf_-_@librehacker.com> (raw)
In-Reply-To: <BLAPR10MB521975FAD0A5864036CCD080F3472@BLAPR10MB5219.namprd10.prod.outlook.com> (Drew Adams's message of "Thu, 17 Oct 2024 20:10:01 +0000")

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	other threads:[~2024-10-21 19:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 16:54 master 29bf0a8b31b 1/2: ; * etc/NEWS: Fix typos Christopher Howard
2024-10-17 18:33 ` [External] : " Drew Adams
2024-10-17 19:03   ` Christopher Howard
2024-10-17 20:10     ` Drew Adams
2024-10-21 19:44       ` Christopher Howard [this message]
2024-10-21 20:53         ` [External] : Bookmark+ key sequence error Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bjzdxmun.fsf_-_@librehacker.com \
    --to=christopher@librehacker.com \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    --cc=spwhitton@spwhitton.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).