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

[question] Invalid slot name: "#<easy-lentic-el2org-configuration :lentic-file>" ... #47

Closed
tumashu opened this issue May 20, 2016 · 6 comments

Comments

@tumashu
Copy link

tumashu commented May 20, 2016

I use my own lentic extension: easy-lentic (https://github.com/tumashu/easy-lentic)

Now I find a issue, like:

Invalid slot name: "#<easy-lentic-el2org-configuration :lentic-file>", "e:/projects/emacs-packages/ox-latex-chinese/ox-latex-chinese.org"

I don't fimilar lentic's code, could you tell me how to debug and the possible place of quesion?

@tumashu tumashu changed the title [question] [question] Invalid slot name: "#<easy-lentic-el2org-configuration :lentic-file>" ... May 20, 2016
@phillord
Copy link
Owner

Difficult to say for sure. If you turn on debugging you should get a
stack trace.

The error in question is caused by calling "eieio-oset" on an object
which doesn't have that slot. :lentic-file is part of the default lentic
configuration, so that should be there for all forms of lentic config.

You need to find out where the error comes from, then have a look at the
config object before you call it!

tumashu notifications@github.com writes:

I use my own lentic extension: easy-lentic (https://github.com/tumashu/easy-lentic)

Now I find a issue, like:

Invalid slot name: "#<easy-lentic-el2org-configuration :lentic-file>",
"e:/projects/emacs-packages/ox-latex-chinese/ox-latex-chinese.org"

I don't fimilar lentic's code, could you tell me how to debug and the possible place of quesion?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#47

@tumashu
Copy link
Author

tumashu commented May 23, 2016

I use emacs git in my linux machine, it works well, the problem only can be found in windows,

This is GNU Emacs, a part of the GNU operating system.

GNU Emacs 24.5.1 (i686-pc-mingw32)
 of 2015-04-11 on LEG570
Copyright (C) 2015 Free Software Foundation, Inc.

Backtrack can't be pasted to here for special string:

log.txt

@phillord
Copy link
Owner

The log is in Chinese unfortunately. Can you tell me how to reproduce and I will look at it for you.

@tumashu
Copy link
Author

tumashu commented May 24, 2016

Thanks for your help, I can reproduce the problem in window like this:

  1. Install easy-lentic from melpa
  2. Open a lenticify elisp file and run command `easy-lentic-switch-window'

@tumashu
Copy link
Author

tumashu commented May 30, 2016

I have found the problem, thanks!

@tumashu tumashu closed this as completed May 30, 2016
@phillord
Copy link
Owner

Good job -- sorry for slow feedback, got a lot on!

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