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

Warning: Unknown slot 'prefix' #474

Open
tkita opened this issue Mar 15, 2017 · 2 comments
Open

Warning: Unknown slot 'prefix' #474

tkita opened this issue Mar 15, 2017 · 2 comments
Labels
question Further information is requested

Comments

@tkita
Copy link

tkita commented Mar 15, 2017

Type `B' key on Dired on auto-complete-config.el line.
Display warning auto-complete-config.el:204:23:Warning: Unknown slot 'prefix'

(let* ((tag (car (last (oref (semantic-analyze-current-context) prefix))))

symbol prefix is unused?

@syohex
Copy link
Contributor

syohex commented Mar 23, 2017

(semantic-analyze-current-context) returns an instance of semantic-analyze-context class and it has prefix slot. So code is not wrong.

@dickmao dickmao closed this as completed May 17, 2020
@dickmao dickmao reopened this May 17, 2020
@jcs090218 jcs090218 added the question Further information is requested label Nov 8, 2020
@jcs090218
Copy link
Member

@tkita Did @syohex answer your question? Thanks! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants