Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8232397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T17:49:29+00:00 2026-06-07T17:49:29+00:00

I am trying to add auto complete for *.lisp files. My slime setting is:

  • 0

I am trying to add auto complete for *.lisp files. My slime setting is:

(add-to-list 'load-path "~/.emacs.d/plugins/slime/")
(setq slime-lisp-implementations
      '((sbcl ("/opt/sbcl/bin/sbcl" "--core" "/opt/sbcl/lib/sbcl/sbcl.core")
              :coding-system utf-8-unix
              :env ("SBCL_HOME=/opt/sbcl/lib/sbcl"))
        (ccl ("/opt/ccl/lx86cl64")
             :coding-system utf-8-unix)))
(require 'slime-autoloads)
(slime-setup '(slime-fancy))

And ac-slime setting is:

(require 'ac-slime)
(add-hook 'slime-mode-hook 'set-up-slime-ac)
(add-hook 'slime-repl-mode-hook 'set-up-slime-ac)
(eval-after-load "auto-complete"
  '(add-to-list 'ac-modes 'slime-repl-mode))

Each time I type a word in *.lisp file, auto complete popups some candidates but after a second minibuffer outputs

error in process filter: Reply to canceled synchronous eval request 
tag=slime-result-6-19579 
sexp=(swank:simple-completions "de" (quote "COMMON-LISP-USER"))

and the popup stuck for a while. After that I can continue my selection.

My question is how to remove this error and stuck? Any help is appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T17:49:30+00:00Added an answer on June 7, 2026 at 5:49 pm

    (this is too long for a comment)

    I don’t know yet how all this work but I had the same issue and I can always reproduce it… And I found a workaround.

    I don’t know what “Reply to canceled synchronous eval request” means nor if there are really two synchronous eval requests.

    And in case there are two such requests, I don’t know what is causing them…

    However by changing the timer before which the auto-completion menu and pop-up show up, I’ve been able to work around the issue.

    If I eval this (say from my .emacs file):

    (setq ac-auto-show-menu 0.1)
    

    then I can reliably reproduce the error you have (and it blocks a while for me too).

    If I modify the value a bit:

    (setq ac-auto-show-menu 0.3)
    

    Then there’s no issue anymore.

    It’s a crappy workaround and I still think there’s a serious (although maybe easy to fix) underlying bug hiding somewhere.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to add auto complete functionality to a text box. I want
I am trying to add a search bar with an auto complete in asp.net
Currently I'm trying to add on to the auto-complete module for jquery that is
Trying to add init parameter names to a list in init(ServletConfig) method. public void
I'm trying to create an auto-complete box and have been having problems due to
I am trying to utilize the Ajax Auto Complete Extender with a WCF service
I am trying to implement this jQuery auto complete function but the problem is
I'm trying to add an addition tag to the end of the autocomplete list.
I`m trying to add autocomplete to a field that is included in a partial
I'm trying to add the selected value from the autocomplete search box to my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.