Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

% SPACE k - variable in defcustom devil-repeatable-keys #23

Open
umbrellaid opened this issue Jan 10, 2024 · 0 comments · May be fixed by #25
Open

% SPACE k - variable in defcustom devil-repeatable-keys #23

umbrellaid opened this issue Jan 10, 2024 · 0 comments · May be fixed by #25

Comments

@umbrellaid
Copy link

Hello. I hope all is well. Thank you for your excellent code work for Emacs. I was writing out what the below keyboard shortcuts mean for my notes so I can practice using them, and I noticed that you have the following two lines. The first line translates to forward-sentence, the last item in the second list does not translate to anything because there is a space between the % and the k. I would have guessed a typo, except you have the other line purposely separated. Maybe you don't like having these all grouped together, so you separated out forward sentence? I am happy with whichever approach you prefer to have in your program, I just wanted to point this out in case there was a mistake or so maybe this could be set to one way or the other? My OCD really wants consistency, lol.

The second line translates to these

  • backward-word
  • forward-word
  • backward-sentence
  • forward-sentence (if it was %k m e, but it is currently % SPACE k m e and does not translate to anything)

code lines:

  1. ("%k m e")
  2. ("%k m b" "%k m f" "%k m a" "% k m e")

    devil/devil.el

    Line 171 in 39469b2

    ("%k m b" "%k m f" "%k m a" "% k m e")

(defcustom devil-repeatable-keys
'(("%k /")
("%k d")
("%k k")
("%k m ^")
("%k m e")
("%k m b" "%k m f" "%k m a" "% k m e")
("%k m @" "%k m h")
("%k m y")
("%k p" "%k n" "%k b" "%k f" "%k a" "%k e")
("%k s")
("%k x [" "%k x ]")
("%k x ^" "%k x {" "%k x }")
("%k x o")
("%k x u"))
"Devil mode repeatable key sequences arranged in groups.

Thank you. Take care and have a nice day.

@morganwillcock morganwillcock linked a pull request Jan 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant