Invalid options for slot timer in spinner
swarnendubiswas opened this issue · 7 comments
I have started experiencing the following error while using paradox:
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-commit-list.el at Tue Nov 1 13:06:15 2016
Entering directory ‘/h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/’
paradox-commit-list.el:30:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-core.el at Tue Nov 1 13:06:15 2016
paradox-core.el:125:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-execute.el at Tue Nov 1 13:06:15 2016
paradox-execute.el:35:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-github.el at Tue Nov 1 13:06:15 2016
paradox-github.el:28:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-menu.el at Tue Nov 1 13:06:15 2016
paradox-menu.el:30:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox.el at Tue Nov 1 13:06:15 2016
paradox.el:106:1:Error: Invalid options for slot timer in spinner
I get this error while invoking paradox-list-packages
as well. I am using Emacs development version.
Invalid options for slot timer in spinner
Should be fixed now. Let me know if it works once melpa releases the update.
Artur
On 1 November 2016 at 16:08, Swarnendu Biswas notifications@github.com
wrote:
I have started experiencing the following error while using paradox:
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-commit-list.el at Tue Nov 1 13:06:15 2016
Entering directory ‘/h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/’
paradox-commit-list.el:30:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-core.el at Tue Nov 1 13:06:15 2016
paradox-core.el:125:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-execute.el at Tue Nov 1 13:06:15 2016
paradox-execute.el:35:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-github.el at Tue Nov 1 13:06:15 2016
paradox-github.el:28:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox-menu.el at Tue Nov 1 13:06:15 2016
paradox-menu.el:30:1:Error: Invalid options for slot timer in spinner
Compiling file /h2/sbiswas/.emacs.d/elpa/paradox-20161101.741/paradox.el at Tue Nov 1 13:06:15 2016
paradox.el:106:1:Error: Invalid options for slot timer in spinnerI get this error while invoking paradox-list-packages as well. I am using
Emacs development version.Invalid options for slot timer in spinner
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#130, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAbppWs8p7TBraCbjPmU5-DQv58oy1lTks5q54ANgaJpZM4KmZU6
.
Yes, seems to work as expected. Thanks.
I see that the problem happens on another machine (Emacs development):
Compiling file /home/sbiswas/.emacs.d/elpa/paradox-20161102.1351/paradox-execute.el at Thu Nov 3 23:36:16 2016
Compiling file /home/sbiswas/.emacs.d/elpa/paradox-20161102.1351/paradox-github.el at Thu Nov 3 23:36:16 2016
Compiling file /home/sbiswas/.emacs.d/elpa/paradox-20161102.1351/paradox-menu.el at Thu Nov 3 23:36:16 2016
Compiling file /home/sbiswas/.emacs.d/elpa/paradox-20161102.1351/paradox.el at Thu Nov 3 23:36:16 2016
Compiling no file at Thu Nov 3 23:36:18 2016
Error (bytecomp): Invalid options for slot timer in spinner [7 times]
Emacs is the development version, and I tried reinstalling the packages.
Just compiled branch master (26.0.50.1). On installing paradox from melpa I get:
Loading /home/aflanagan/.emacs.d/elpa/paradox-20161102.1351/paradox.el (source)...
Eager macro-expansion failure: (error "Invalid options for slot timer in spinner") [8 times]
Paradox installs, but on paradox-list-packages
I get the same error.
@alflanagan Try manually installing spinner.el
from Melpa and see if that fixes it. I'll release a new stable version of spinner to fix this later today.
I've updated the deps. It should be fine once you upgrade from melpa.
(Let me know ifthe problem persists)