* build of b2fb73db2f throws error for dashboard
@ 2022-07-31 18:03 Majzoub, Eric
2022-08-01 8:12 ` Philip Kaludercic
0 siblings, 1 reply; 5+ messages in thread
From: Majzoub, Eric @ 2022-07-31 18:03 UTC (permalink / raw)
To: emacs-devel@gnu.org
Today's build of 29.0.50 (b2fb73db2f) throws the following error with
dashboard, apparently when it is putting together the list of recent
files.
-EM
Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p
(item :tag #(" ~/teaching/Courses/Finance/port_opt.r" 0 1 (rear-
nonsticky t display (raise -0.06) font-lock-face (:family "file-icons"
:height 1.2 :inherit all-the-icons-lblue) face (:family "file-icons"
:height 1.2 :inherit all-the-icons-lblue))) :action (lambda (&rest _)
(find-file-existing (dashboard-expand-path-alist
"0|~/teaching/Courses/Finance/port_opt.r" dashboard-recentf-alist)))
:button-face dashboard-items-face :mouse-face highlight :button-prefix
"" :button-suffix "" :format "%[%t%]"))
widget-default-create((item :tag #("
~/teaching/Courses/Finance/port_opt.r" 0 1 (rear-nonsticky t display
(raise -0.06) font-lock-face (:family "file-icons" :height 1.2 :inherit
all-the-icons-lblue) face (:family "file-icons" :height 1.2 :inherit
all-the-icons-lblue))) :action (lambda (&rest _) (find-file-existing
(dashboard-expand-path-alist "0|~/teaching/Courses/Finance/port_opt.r"
dashboard-recentf-alist))) :button-face dashboard-items-face :mouse-
face highlight :button-prefix "" :button-suffix "" :format "%[%t%]"))
widget-apply((item :tag #(" ~/teaching/Courses/Finance/port_opt.r" 0
1 (rear-nonsticky t display (raise -0.06) font-lock-face (:family
"file-icons" :height 1.2 :inherit all-the-icons-lblue) face (:family
"file-icons" :height 1.2 :inherit all-the-icons-lblue))) :action
(lambda (&rest _) (find-file-existing (dashboard-expand-path-alist
"0|~/teaching/Courses/Finance/port_opt.r" dashboard-recentf-alist)))
:button-face dashboard-items-face :mouse-face highlight :button-prefix
"" :button-suffix "" :format "%[%t%]") :create)
widget-create(item :tag #(" ~/teaching/Courses/Finance/port_opt.r" 0
1 (rear-nonsticky t display (raise -0.06) font-lock-face (:family
"file-icons" :height 1.2 :inherit all-the-icons-lblue) face (:family
"file-icons" :height 1.2 :inherit all-the-icons-lblue))) :action
(lambda (&rest _) (find-file-existing (dashboard-expand-path-alist
"0|~/teaching/Courses/Finance/port_opt.r" dashboard-recentf-alist)))
:button-face dashboard-items-face :mouse-face highlight :button-prefix
"" :button-suffix "" :format "%[%t%]")
#f(compiled-function (el) #<bytecode
0xa7c82c5a773316b>)("0|~/teaching/Courses/Finance/port_opt.r")
mapc(#f(compiled-function (el) #<bytecode 0xa7c82c5a773316b>)
("0|~/teaching/Courses/Finance/port_opt.r"
"1|~/.emacs.d/.cache/treemacs-persist" "2|~/configs/emacs/ehm_init.el"
"3|~/teaching/Courses/Intro_Physics/Mechanics-P2111..."
"4|~/teaching/Courses/CompPhys-P4350/homework/Solut..."))
dashboard-insert-recents(5)
#f(compiled-function (els) #<bytecode 0x1cfebe3fcf06b98b>)((recents .
5))
mapc(#f(compiled-function (els) #<bytecode 0x1cfebe3fcf06b98b>)
((recents . 5) (bookmarks . 5) (projects . 5) (agenda . 5)))
dashboard-insert-startupify-lists()
dashboard-refresh-buffer()
ehm-screen-setup1()
(progn (add-hook 'org-mode-hook #'(lambda nil (org-bullets-mode 1)))
(defalias 'ehm-screen-setup1 #'(lambda nil "ehm startup layout with
dired-sidebar" (interactive) (dashboard-refresh-buffer) (switch-to-
buffer "*dashboard*") (delete-other-windows) (setq default-directory
"/home/ehm") (dired-sidebar-toggle-sidebar))) (global-set-key (kbd "C-c
e 1") 'ehm-screen-setup1) (defalias 'ehm-screen-setup2 #'(lambda nil
"ehm startup layout with treemacs" (interactive) (dashboard-refresh-
buffer) (switch-to-buffer "*dashboard*") (delete-other-windows) (setq
default-directory "/home/ehm") (treemacs))) (global-set-key (kbd "C-c e
2") 'ehm-screen-setup2) (ehm-screen-setup1))
(if (display-graphic-p) (progn (add-hook 'org-mode-hook #'(lambda nil
(org-bullets-mode 1))) (defalias 'ehm-screen-setup1 #'(lambda nil "ehm
startup layout with dired-sidebar" (interactive) (dashboard-refresh-
buffer) (switch-to-buffer "*dashboard*") (delete-other-windows) (setq
default-directory "/home/ehm") (dired-sidebar-toggle-sidebar)))
(global-set-key (kbd "C-c e 1") 'ehm-screen-setup1) (defalias 'ehm-
screen-setup2 #'(lambda nil "ehm startup layout with treemacs"
(interactive) (dashboard-refresh-buffer) (switch-to-buffer
"*dashboard*") (delete-other-windows) (setq default-directory
"/home/ehm") (treemacs))) (global-set-key (kbd "C-c e 2") 'ehm-screen-
setup2) (ehm-screen-setup1)))
eval-buffer(#<buffer *load*> nil "/home/ehm/.emacs.d/init.el" nil t)
; Reading at buffer position 54636
load-with-code-conversion("/home/ehm/.emacs.d/init.el"
"/home/ehm/.emacs.d/init.el" t t)
load("/home/ehm/.emacs.d/init" noerror nomessage)
startup--load-user-init-file(#f(compiled-function () #<bytecode -
0x15a75a012cc37b97>) #f(compiled-function () #<bytecode -
0x1f3c6feddc0b9b75>) t)
command-line()
normal-top-level()
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: build of b2fb73db2f throws error for dashboard
2022-07-31 18:03 build of b2fb73db2f throws error for dashboard Majzoub, Eric
@ 2022-08-01 8:12 ` Philip Kaludercic
2022-08-01 13:15 ` Majzoub, Eric
0 siblings, 1 reply; 5+ messages in thread
From: Philip Kaludercic @ 2022-08-01 8:12 UTC (permalink / raw)
To: Majzoub, Eric; +Cc: emacs-devel@gnu.org
"Majzoub, Eric" <eric.majzoub@umsl.edu> writes:
> Today's build of 29.0.50 (b2fb73db2f) throws the following error with
> dashboard, apparently when it is putting together the list of recent
> files.
>
> -EM
>
> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p
I've had the same issue and could resolve it by running
$ make extraclean
$ ./configure [... whatever flags one uses...]
$ make
and then M-x package-recompile-all right after starting Emacs.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: build of b2fb73db2f throws error for dashboard
2022-08-01 8:12 ` Philip Kaludercic
@ 2022-08-01 13:15 ` Majzoub, Eric
2022-08-02 8:18 ` Stefan Monnier
0 siblings, 1 reply; 5+ messages in thread
From: Majzoub, Eric @ 2022-08-01 13:15 UTC (permalink / raw)
To: philipk@posteo.net; +Cc: emacs-devel@gnu.org
On Mon, 2022-08-01 at 08:12 +0000, Philip Kaludercic wrote:
>
> I've had the same issue and could resolve it by running
>
> $ make extraclean
> $ ./configure [... whatever flags one uses...]
> $ make
>
> and then M-x package-recompile-all right after starting Emacs.
This worked. Thank you!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: build of b2fb73db2f throws error for dashboard
2022-08-01 13:15 ` Majzoub, Eric
@ 2022-08-02 8:18 ` Stefan Monnier
2022-08-02 11:41 ` Majzoub, Eric
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2022-08-02 8:18 UTC (permalink / raw)
To: Majzoub, Eric; +Cc: philipk@posteo.net, emacs-devel@gnu.org
Majzoub, Eric [2022-08-01 13:15:32] wrote:
> On Mon, 2022-08-01 at 08:12 +0000, Philip Kaludercic wrote:
>> I've had the same issue and could resolve it by running
>>
>> $ make extraclean
>> $ ./configure [... whatever flags one uses...]
>> $ make
>>
>> and then M-x package-recompile-all right after starting Emacs.
>
> This worked. Thank you!
If `M-x package-recompile-all` is needed, it means we introduced an
incompatibility, so we should investigate it, make sure it's at the very
least documented in `etc/NEWS` (and preferably fix the incompatibility
instead).
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: build of b2fb73db2f throws error for dashboard
2022-08-02 8:18 ` Stefan Monnier
@ 2022-08-02 11:41 ` Majzoub, Eric
0 siblings, 0 replies; 5+ messages in thread
From: Majzoub, Eric @ 2022-08-02 11:41 UTC (permalink / raw)
To: Stefan Monnier; +Cc: philipk@posteo.net, emacs-devel@gnu.org
I should have been more clear. I only needed to recompile emacs itself. I did not do package-recompile-all. -Eric
> On Aug 2, 2022, at 3:18 AM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>
> WARNING: This message has originated from an External Source. This may be a phishing expedition that can result in unauthorized access to our IT System. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
>
> Majzoub, Eric [2022-08-01 13:15:32] wrote:
>>> On Mon, 2022-08-01 at 08:12 +0000, Philip Kaludercic wrote:
>>> I've had the same issue and could resolve it by running
>>>
>>> $ make extraclean
>>> $ ./configure [... whatever flags one uses...]
>>> $ make
>>>
>>> and then M-x package-recompile-all right after starting Emacs.
>>
>> This worked. Thank you!
>
> If `M-x package-recompile-all` is needed, it means we introduced an
> incompatibility, so we should investigate it, make sure it's at the very
> least documented in `etc/NEWS` (and preferably fix the incompatibility
> instead).
>
>
> Stefan
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-08-02 11:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 18:03 build of b2fb73db2f throws error for dashboard Majzoub, Eric
2022-08-01 8:12 ` Philip Kaludercic
2022-08-01 13:15 ` Majzoub, Eric
2022-08-02 8:18 ` Stefan Monnier
2022-08-02 11:41 ` Majzoub, Eric
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).