You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is an error message during emacs-startup: Error (use-package): eaf/:config: Symbol’s value as variable is void: eaf-pdf-viewer-keybinding
M-x eaf-open-demo => python dies unexpectedly.
To Reproduce
Start emacs
M-x eaf-open-demo
Expected behavior
Demo App should run
Versions (please complete the following info):
MacOS 14.2.1 with MacM1-Chip
EAF version fresh from git 2024-03-06
M-x emacs-version: 29.2 (from mac-ports)
Error logs
Please check the *eaf* buffer, if there is any error in it, paste it here.
2024-03-06 09:58:13.329 Python[88969:10102916] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.
Traceback (most recent call last):
File "/Users/uherbst/.emacs.d/site-lisp/emacs-application-framework/app/2048/buffer.py", line 89, in resizeEvent
self.font = QtGui.QFont("Arial", self.tileSize / 4)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: arguments did not match any overloaded call:
QFont(): too many arguments
QFont(families: Iterable[str], pointSize: int = -1, weight: int = -1, italic: bool = False): argument 1 has unexpected type 'str'
QFont(family: str, pointSize: int = -1, weight: int = -1, italic: bool = False): argument 2 has unexpected type 'float'
QFont(a0: QFont): argument 1 has unexpected type 'str'
QFont(variant: Any): too many arguments
Process *eaf* abort trap: 6
Describe the bug
There is an error message during emacs-startup:
Error (use-package): eaf/:config: Symbol’s value as variable is void: eaf-pdf-viewer-keybinding
M-x eaf-open-demo => python dies unexpectedly.
To Reproduce
Expected behavior
Demo App should run
Versions (please complete the following info):
Error logs
Please check the
*eaf*
buffer, if there is any error in it, paste it here.From Apple Debug window:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: