unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Majzoub, Eric" <eric.majzoub@umsl.edu>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: build of b2fb73db2f throws error for dashboard
Date: Sun, 31 Jul 2022 18:03:37 +0000	[thread overview]
Message-ID: <83ea3d869e296237178b8352f0707866e39b54e1.camel@umsystem.edu> (raw)

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()

             reply	other threads:[~2022-07-31 18:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-31 18:03 Majzoub, Eric [this message]
2022-08-01  8:12 ` build of b2fb73db2f throws error for dashboard Philip Kaludercic
2022-08-01 13:15   ` Majzoub, Eric
2022-08-02  8:18     ` Stefan Monnier
2022-08-02 11:41       ` Majzoub, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ea3d869e296237178b8352f0707866e39b54e1.camel@umsystem.edu \
    --to=eric.majzoub@umsl.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).