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

M-, not working in Sly (works in Slime) #658

Open
toddkfisher opened this issue Nov 1, 2024 · 1 comment
Open

M-, not working in Sly (works in Slime) #658

toddkfisher opened this issue Nov 1, 2024 · 1 comment

Comments

@toddkfisher
Copy link

toddkfisher commented Nov 1, 2024

Test file:

(defun f ()
  (format t "f~%"))

(defun test ()
  (f))
  1. M-x sly
  2. C-c C-k
  3. Place cursor at call of f in function test.
  4. M-.
  5. Cursor jumps to (defun f().
  6. M-, : "At start of xref history" message in minibuffer and cursor remains at (defun f()

M-. and M-, work as expected in Slime.

@aadcg
Copy link
Collaborator

aadcg commented Nov 6, 2024

I can't reproduce.

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

No branches or pull requests

2 participants