-
Notifications
You must be signed in to change notification settings - Fork 1
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
Symbol’s function definition is void: buttonize #1
Comments
(customize-set-variable 'jpt-apl-use-header nil) should now turn off the header bar without disabeling the keyboard cords. |
You may want to wait for me to follow your exact instructions for
installing your package. The fault may be on my side.
…On Sun, Jul 16, 2023 at 12:34 PM John Thingstad ***@***.***> wrote:
(customize-set-variable 'jpt-apl-use-header nil) should now turn off the
header bar without disabeling the keyboard cords.
Not sure why buttonize is not working in your config, but I am looking
into it.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABSAMQWSIKYWV4DGB4WTIDXQQJYZANCNFSM6AAAAAA2L63FJA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am reasonably certain that I am loading the package correctly. I now load it with
Therefore, I now suspect that the missing I did not yet pull your changes to |
buttonize is in ./emacs//lisp/button.el and part of the lisp library. Which version of emacs are you using? Seems to have been introduced in emacs 28. |
My emacs is
My Emacs It has the file
I just pulled your commit. Just as FYI, I can insert APL's characters. I have not been able to toggle the header line on and off (it is off, despite |
I replaced I then called
My Emacs has I am wondering if you have some additional packages installed when you are developing in Elisp. Or, vice versa, that my distribution is somehow different. I am running this on a Mac. I will try tomorrow on Windows. |
Hello,
This is on a Mac &. Spacemacs. I load the .el file using "load-file". (that may be a mistake on my part. I will try with use-package as per the documentation)
I get this error when I set a lisp file buffer mode to jpt-apl-mode:
Symbol’s function definition is void: buttonize
I tried setting
jpt-apl-use-header
tonil
, but that did not help.As matter of fact, I don't see where
jpt-apl-use-header
is used in the code.Thanks,
Mirko
The text was updated successfully, but these errors were encountered: