unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lynn Winebarger <owinebar@gmail.com>
To: 61447@debbugs.gnu.org
Subject: bug#61447: Redump script causes an abort on emacs 29.0.60
Date: Sun, 12 Feb 2023 19:40:03 -0500	[thread overview]
Message-ID: <CAM=F=bAstzqgNyZXxtzphDAU-=u0d5WYy9bqcbN0XnEZQ6-Xpg@mail.gmail.com> (raw)
In-Reply-To: <CAM=F=bCdJRRdM_rmecCYZwvMkagaNUGn638S5O4WQYvO9pDarw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1551 bytes --]

Attached is a very similar script for redumping a maximal load of core
emacs libraries under 28.2.  It works without any issue, with the same
configuration flags used for 30.0.50 and 29.0.60.
I'm writing a script to generate these redumping programs.  The
differences in the steps to generate these programs between versions
is (or should be) de minimis.  The list of excluded libraries is
generated from (a) the list of features from
provide-post-init-features, (b) the list of pre-loaded files in the
baseline dump file created by the emacs build process, (c)
incompatible libraries (i.e w32 and dos libraries on a linux system),
and (d) anything in the term or obsolete subdirectories, and any
library with "viper" in the name (due to its annoying startup
behavior).  Otherwise the list of files is generated by identified all
".elc" files in the lisp subdirectory, so there is some variation from
version to version expected.

On Sun, Feb 12, 2023 at 9:01 AM Lynn Winebarger <owinebar@gmail.com> wrote:
>
> The same redumping script I submitted for 30.0.50 causes an abort
> signal on 29.0.60, built with same configure options as 30.0.50 in the
> report.  emacs --version reports:
> GNU Emacs 29.0.60
> Development version d4fc70129786 on emacs-29 branch; build date 2023-02-12.
> Copyright (C) 2023 Free Software Foundation, Inc.
> GNU Emacs comes with ABSOLUTELY NO WARRANTY.
> You may redistribute copies of GNU Emacs
> under the terms of the GNU General Public License.
> For more information about these matters, see the file named COPYING.

[-- Attachment #2: dump-emacs-core.sh --]
[-- Type: application/x-shellscript, Size: 583 bytes --]

[-- Attachment #3: redump-loadup-core-28.2.el --]
[-- Type: text/x-emacs-lisp, Size: 30798 bytes --]

(load "vcursor")
(load "dired-loaddefs")
(load "doc-view")
(load "notifications")
(load "info-look")
(load "avoid")
(load "disp-table")
(load "msb")
(load "macros")
(load "scroll-lock")
(load "epg")
(load "flow-ctrl")
(load "emacs-lisp/gv")
(load "ibuffer-loaddefs")
(load "ibuf-ext")
(load "emacs-lisp/ring")
(load "pcmpl-unix")
(load "cus-theme")
(load "emacs-lisp/eieio-loaddefs")
(load "finder-inf")
(load "finder")
(load "tree-widget")
(load "foldout")
(load "help-macro")
(load "fileloop")
(load "imenu")
(load "proced")
(load "t-mouse")
(load "ffap")
(load "dframe")
(load "ecomplete")
(load "mpc")
(load "forms")
(load "vt-control")
(load "url/url-mailto")
(load "url/url-cookie")
(load "url/url-history")
(load "url/url-future")
(load "url/url-misc")
(load "url/url-methods")
(load "url/url-privacy")
(load "url/url")
(load "url/url-file")
(load "url/url-irc")
(load "mail/rmail-loaddefs")
(load "url/url-news")
(load "url/url-parse")
(load "url/url-cache")
(load "url/url-queue")
(load "url/url-vars")
(load "url/url-ftp")
(load "url/url-dired")
(load "url/url-dav")
(load "url/url-domsuf")
(load "url/url-handlers")
(load "url/url-gw")
(load "url/url-util")
(load "url/url-nfs")
(load "net/ldap")
(load "url/url-ldap")
(load "url/url-auth")
(load "url/url-expand")
(load "net/tramp-loaddefs")
(load "net/tramp")
(load "url/url-tramp")
(load "url/url-http")
(load "url/url-about")
(load "url/url-imap")
(load "url/url-proxy")
(load "url/url-cid")
(load "minibuf-eldef")
(load "face-remap")
(load "generic-x")
(load "auth-source")
(load "reveal")
(load "time-stamp")
(load "vc/emerge")
(load "vc/pcvs-info")
(load "vc/pcvs-parse")
(load "vc/compare-w")
(load "vc/vc-bzr")
(load "vc/ediff-wind")
(load "vc/vc-annotate")
(load "vc/ediff-mult")
(load "vc/add-log")
(load "vc/ediff-vers")
(load "vc/vc-hg")
(load "vc/vc-filewise")
(load "vc/pcvs")
(load "vc/log-edit")
(load "vc/ediff-help")
(load "vc/pcvs-defs")
(load "vc/log-view")
(load "vc/ediff-util")
(load "vc/vc-dir")
(load "vc/vc-dav")
(load "vc/vc-cvs")
(load "vc/vc-git")
(load "vc/ediff-init")
(load "vc/pcvs-util")
(load "vc/vc-rcs")
(load "vc/vc-src")
(load "vc/diff-mode")
(load "vc/ediff-diff")
(load "vc/vc-mtn")
(load "vc/vc-dispatcher")
(load "vc/ediff-ptch")
(load "vc/diff")
(load "vc/smerge-mode")
(load "vc/ediff-merg")
(load "vc/vc-sccs")
(load "vc/cvs-status")
(load "vc/vc-svn")
(load "json")
(load "transient")
(load "type-break")
(load "calc/calc-sel")
(load "calc/calc-cplx")
(load "calc/calc-frac")
(load "calc/calccomp")
(load "calc/calc-poly")
(load "calc/calc-misc")
(load "calc/calc-funcs")
(load "calc/calcalg3")
(load "calc/calc-graph")
(load "calc/calc-mtx")
(load "calc/calc-stat")
(load "calc/calcalg2")
(load "calc/calc-prog")
(load "calc/calc-lang")
(load "calc/calc-map")
(load "calc/calc-loaddefs")
(load "calc/calc")
(load "calc/calc-yank")
(load "calc/calcsel2")
(load "calc/calc-rewr")
(load "calc/calc-comb")
(load "calc/calc-math")
(load "calc/calc-menu")
(load "calc/calc-units")
(load "calc/calc-aent")
(load "calc/calc-mode")
(load "calc/calc-arith")
(load "calc/calc-embed")
(load "calc/calc-bin")
(load "calc/calc-fin")
(load "calc/calc-incom")
(load "calc/calc-keypd")
(load "calc/calc-ext")
(load "calc/calc-vec")
(load "calc/calc-alg")
(load "calc/calc-forms")
(load "calc/calc-stuff")
(load "calc/calc-store")
(load "calc/calc-trail")
(load "calc/calc-rules")
(load "calc/calc-undo")
(load "calc/calc-nlfit")
(load "calc/calc-macs")
(load "calc/calc-help")
(load "xml")
(load "misearch")
(load "gnus/gnus-eform")
(load "gnus/gnus-salt")
(load "gnus/nnvirtual")
(load "gnus/gnus-cite")
(load "gnus/mm-bodies")
(load "gnus/nndraft")
(load "gnus/gnus-win")
(load "gnus/gnus-notifications")
(load "gnus/gnus-sieve")
(load "gnus/mm-extern")
(load "gnus/gnus-kill")
(load "gnus/nnrss")
(load "gnus/mml1991")
(load "gnus/mm-encode")
(load "gnus/nnheader")
(load "gnus/mm-partial")
(load "gnus/mm-url")
(load "gnus/nnmh")
(load "gnus/nngateway")
(load "gnus/message")
(load "gnus/gnus-rfc1843")
(load "gnus/nnselect")
(load "gnus/nnmail")
(load "gnus/nnfolder")
(load "gnus/spam-stat")
(load "gnus/gnus-range")
(load "gnus/mml2015")
(load "gnus/gnus-dup")
(load "gnus/mm-util")
(load "gnus/gnus-diary")
(load "gnus/gnus-topic")
(load "gnus/mml")
(load "gnus/gnus-registry")
(load "gnus/smiley")
(load "mh-e/mh-loaddefs")
(load "gnus/gnus-mh")
(load "gnus/gnus-delay")
(load "gnus/gnus-undo")
(load "gnus/nntp")
(load "gnus/smime")
(load "gnus/gnus-util")
(load "gnus/gnus-srvr")
(load "gnus/gnus-uu")
(load "gnus/mm-decode")
(load "gnus/gnus-agent")
(load "gnus/deuglify")
(load "gnus/nndoc")
(load "gnus/gnus-search")
(load "gnus/nnnil")
(load "gnus/nnoo")
(load "gnus/nndiary")
(load "gnus/nnmaildir")
(load "gnus/gnus-dbus")
(load "gnus/nneething")
(load "gnus/mm-view")
(load "gnus/gnus-art")
(load "gnus/mm-archive")
(load "gnus/mm-uu")
(load "gnus/gnus-vm")
(load "gnus/gnus-picon")
(load "gnus/nnspool")
(load "gnus/canlock")
(load "gnus/gnus-cache")
(load "gnus/gnus-cus")
(load "gnus/nnagent")
(load "gnus/score-mode")
(load "gnus/gnus-draft")
(load "org/org-loaddefs")
(load "emacs-lisp/advice")
(load "org/oc")
(load "org/ol")
(load "org/org-version")
(load "org/ob")
(load "org/org")
(load "gnus/gnus-icalendar")
(load "gnus/gnus-bookmark")
(load "gnus/legacy-gnus-agent")
(load "gnus/gnus-spec")
(load "gnus/gnus-group")
(load "gnus/gnus-int")
(load "gnus/nnmbox")
(load "gnus/gnus-score")
(load "gnus/gnus-gravatar")
(load "gnus/gnus-logic")
(load "gnus/gnus-mlspl")
(load "gnus/gnus-start")
(load "gnus/gmm-utils")
(load "gnus/mail-source")
(load "gnus/gnus")
(load "gnus/gnus-html")
(load "gnus/gnus-msg")
(load "gnus/nnweb")
(load "gnus/gnus-fun")
(load "gnus/mml-smime")
(load "gnus/gnus-demon")
(load "gnus/spam-wash")
(load "gnus/spam")
(load "gnus/gnus-bcklg")
(load "gnus/nnml")
(load "gnus/gnus-async")
(load "gnus/gnus-cloud")
(load "gnus/mml-sec")
(load "gnus/spam-report")
(load "gnus/nnregistry")
(load "gnus/nnbabyl")
(load "gnus/nndir")
(load "gnus/gssapi")
(load "gnus/gnus-dired")
(load "gnus/gnus-ml")
(load "gnus/gnus-sum")
(load "gnus/nnimap")
(load "gnus/nnmairix")
(load "pcomplete")
(load "emacs-lisp/pp")
(load "erc/erc-loaddefs")
(load "erc/erc")
(load "erc/erc-match")
(load "erc/erc-lang")
(load "erc/erc-ibuffer")
(load "erc/erc-ring")
(load "erc/erc-xdcc")
(load "erc/erc-services")
(load "erc/erc-compat")
(load "erc/erc-dcc")
(load "erc/erc-networks")
(load "erc/erc-imenu")
(load "erc/erc-ezbounce")
(load "erc/erc-desktop-notifications")
(load "erc/erc-button")
(load "erc/erc-status-sidebar")
(load "erc/erc-notify")
(load "erc/erc-stamp")
(load "erc/erc-fill")
(load "erc/erc-identd")
(load "erc/erc-page")
(load "erc/erc-join")
(load "erc/erc-log")
(load "erc/erc-menu")
(load "erc/erc-speedbar")
(load "erc/erc-list")
(load "erc/erc-replace")
(load "erc/erc-sound")
(load "erc/erc-capab")
(load "erc/erc-netsplit")
(load "erc/erc-track")
(load "erc/erc-backend")
(load "erc/erc-truncate")
(load "erc/erc-pcomplete")
(load "erc/erc-goodies")
(load "erc/erc-autoaway")
(load "erc/erc-spelling")
(load "scroll-all")
(load "mb-depth")
(load "epa-file")
(load "tab-line")
(load "cmuscheme")
(load "thread")
(load "hi-lock")
(load "windmove")
(load "epa-mail")
(load "repeat")
(load "ansi-color")
(load "iimage")
(load "format-spec")
(load "mouse-drag")
(load "desktop")
(load "emulation/keypad")
(load "emulation/cua-base")
(load "emulation/cua-rect")
(load "emulation/edt-lk201")
(load "emulation/edt-vt100")
(load "emulation/cua-gmrk")
(load "emulation/edt-mapper")
(load "emulation/edt")
(load "emulation/edt-pc")
(load "icomplete")
(load "help-mode")
(load "profiler")
(load "hilit-chg")
(load "auth-source-pass")
(load "align")
(load "char-fold")
(load "woman")
(load "ps-print-loaddefs")
(load "ps-print")
(load "files-x")
(load "international/ccl")
(load "international/isearch-x")
(load "international/ja-dic-utl")
(load "international/iso-cvt")
(load "international/rfc1843")
(load "international/robin")
(load "international/ja-dic-cnv")
(load "international/kinsoku")
(load "international/utf7")
(load "international/mule-diag")
(load "international/iso-ascii")
(load "international/titdic-cnv")
(load "international/latexenc")
(load "international/kkc")
(load "international/utf-7")
(load "international/latin1-disp")
(load "international/ogonek")
(load "international/ucs-normalize")
(load "international/quail")
(load "international/mule-util")
(load "shadowfile")
(load "ibuf-macs")
(load "kermit")
(load "locate")
(load "rect")
(load "ps-samp")
(load "userlock")
(load "double")
(load "find-cmd")
(load "dired-x")
(load "rtree")
(load "jsonrpc")
(load "registry")
(load "calculator")
(load "net/quickurl")
(load "net/newsticker")
(load "net/newst-plainview")
(load "net/tramp-crypt")
(load "net/webjump")
(load "net/tramp-sudoedit")
(load "net/shr")
(load "net/tramp-fuse")
(load "net/newst-ticker")
(load "net/dig")
(load "net/telnet")
(load "net/newst-reader")
(load "net/imap")
(load "net/tramp-sshfs")
(load "net/tramp-cache")
(load "net/dictionary-connection")
(load "net/pop3")
(load "net/rlogin")
(load "net/net-utils")
(load "net/sasl-scram-rfc")
(load "net/tramp-rclone")
(load "net/tramp-smb")
(load "net/tramp-sh")
(load "net/trampver")
(load "net/shr-color")
(load "net/goto-addr")
(load "net/netrc")
(load "net/eudc-hotlist")
(load "net/hmac-def")
(load "net/tramp-ftp")
(load "net/ntlm")
(load "net/sieve")
(load "net/rfc2104")
(load "net/eudc-bob")
(load "net/mailcap")
(load "net/ange-ftp")
(load "net/nsm")
(load "net/eww")
(load "net/tramp-compat")
(load "net/eudc-export")
(load "net/newst-treeview")
(load "net/sasl-ntlm")
(load "net/sasl-cram")
(load "net/tramp-cmds")
(load "net/network-stream")
(load "net/zeroconf")
(load "net/dictionary")
(load "net/tramp-uu")
(load "net/gnutls")
(load "net/soap-client")
(load "net/puny")
(load "net/sasl-digest")
(load "net/soap-inspect")
(load "net/sasl-scram-sha256")
(load "net/hmac-md5")
(load "net/dns")
(load "net/eudc-vars")
(load "net/browse-url")
(load "net/mairix")
(load "net/socks")
(load "net/rcirc")
(load "net/newst-backend")
(load "net/sasl")
(load "net/sieve-mode")
(load "net/snmp-mode")
(load "net/sieve-manage")
(load "kmacro")
(load "xt-mouse")
(load "ses")
(load "informat")
(load "emacs-lock")
(load "timezone")
(load "calendar/hol-loaddefs")
(load "calendar/holidays")
(load "calendar/cal-persia")
(load "calendar/cal-bahai")
(load "calendar/icalendar")
(load "calendar/cal-coptic")
(load "calendar/timeclock")
(load "calendar/cal-dst")
(load "calendar/lunar")
(load "calendar/appt")
(load "calendar/solar")
(load "calendar/cal-mayan")
(load "calendar/parse-time")
(load "calendar/cal-iso")
(load "calendar/cal-loaddefs")
(load "calendar/calendar")
(load "calendar/cal-hebrew")
(load "calendar/cal-islam")
(load "calendar/cal-tex")
(load "calendar/cal-menu")
(load "calendar/cal-move")
(load "calendar/todo-mode")
(load "calendar/time-date")
(load "calendar/iso8601")
(load "calendar/cal-html")
(load "calendar/diary-loaddefs")
(load "calendar/diary-lib")
(load "calendar/cal-french")
(load "calendar/cal-julian")
(load "calendar/cal-china")
(load "calendar/cal-x")
(load "pcmpl-rpm")
(load "follow")
(load "pcmpl-x")
(load "expand")
(load "ezimage")
(load "ls-lisp")
(load "emacs-lisp/find-func")
(load "emacs-lisp/timer-list")
(load "emacs-lisp/thunk")
(load "emacs-lisp/testcover")
(load "emacs-lisp/elint")
(load "emacs-lisp/package-x")
(load "emacs-lisp/ert-x")
(load "emacs-lisp/ewoc")
(load "emacs-lisp/let-alist")
(load "emacs-lisp/eieio-core")
(load "emacs-lisp/package")
(load "emacs-lisp/edebug")
(load "emacs-lisp/pcase")
(load "emacs-lisp/autoload")
(load "emacs-lisp/text-property-search")
(load "emacs-lisp/ert")
(load "emacs-lisp/cl-extra")
(load "emacs-lisp/copyright")
(load "emacs-lisp/lisp-mnt")
(load "emacs-lisp/cursor-sensor")
(load "emacs-lisp/cl-print")
(load "emacs-lisp/helper")
(load "emacs-lisp/subr-x")
(load "emacs-lisp/eieio-datadebug")
(load "emacs-lisp/cl-macs")
(load "emacs-lisp/checkdoc")
(load "emacs-lisp/byte-opt")
(load "emacs-lisp/eieio-opt")
(load "emacs-lisp/re-builder")
(load "emacs-lisp/hierarchy")
(load "emacs-lisp/disass")
(load "emacs-lisp/inline")
(load "emacs-lisp/shortdoc")
(load "emacs-lisp/cl-loaddefs")
(load "emacs-lisp/cl-lib")
(load "emacs-lisp/memory-report")
(load "emacs-lisp/warnings")
(load "emacs-lisp/seq")
(load "emacs-lisp/check-declare")
(load "emacs-lisp/cl-indent")
(load "emacs-lisp/derived")
(load "emacs-lisp/cl-seq")
(load "emacs-lisp/chart")
(load "emacs-lisp/bindat")
(load "emacs-lisp/easy-mmode")
(load "emacs-lisp/eieio")
(load "emacs-lisp/generator")
(load "emacs-lisp/eieio-custom")
(load "emacs-lisp/cconv")
(load "emacs-lisp/benchmark")
(load "emacs-lisp/eieio-speedbar")
(load "emacs-lisp/trace")
(load "emacs-lisp/rx")
(load "emacs-lisp/eieio-compat")
(load "emacs-lisp/debug")
(load "emacs-lisp/tq")
(load "emacs-lisp/smie")
(load "emacs-lisp/avl-tree")
(load "emacs-lisp/tcover-ses")
(load "emacs-lisp/eieio-base")
(load "emacs-lisp/radix-tree")
(load "emacs-lisp/crm")
(load "emacs-lisp/bytecomp")
(load "emacs-lisp/backtrace")
(load "emacs-lisp/faceup")
(load "emacs-lisp/rmc")
(load "emacs-lisp/unsafep")
(load "hex-util")
(load "sort")
(load "language/ind-util")
(load "language/china-util")
(load "language/ethio-util")
(load "language/viet-util")
(load "language/korea-util")
(load "language/tibet-util")
(load "language/tv-util")
(load "language/japan-util")
(load "language/pinyin")
(load "language/lao-util")
(load "language/cyril-util")
(load "language/thai-word")
(load "language/thai-util")
(load "language/hanja-util")
(load "mail/feedmail")
(load "mail/rmailmm")
(load "mail/rmailedit")
(load "mail/ietf-drums")
(load "mail/mail-utils")
(load "mail/uce")
(load "mail/rmailkwd")
(load "mail/rfc2047")
(load "mail/rfc2231")
(load "mail/mail-extr")
(load "mail/mail-prsvr")
(load "mail/rfc6068")
(load "mail/rmailmsc")
(load "mail/mailclient")
(load "mail/mspools")
(load "mail/uudecode")
(load "mail/mailalias")
(load "mail/rmail-spam-filter")
(load "mail/sendmail")
(load "mail/footnote")
(load "mail/binhex")
(load "emacs-lisp/regi")
(load "mail/supercite")
(load "mail/flow-fill")
(load "mail/rmailout")
(load "mail/mail-hist")
(load "mail/mail-parse")
(load "mail/reporter")
(load "mail/rmailsum")
(load "mail/emacsbug")
(load "mail/hashcash")
(load "mail/yenc")
(load "mail/qp")
(load "mail/unrmail")
(load "mail/rmail")
(load "mail/rfc822")
(load "mail/rfc2045")
(load "mail/undigest")
(load "mail/mailabbrev")
(load "mail/rmailsort")
(load "mail/smtpmail")
(load "mail/mailheader")
(load "outline")
(load "epa-ks")
(load "tutorial")
(load "saveplace")
(load "talk")
(load "org/org-datetree")
(load "org/ob-ditaa")
(load "org/ob-js")
(load "org/ol-rmail")
(load "org/oc-basic")
(load "org/oc-natbib")
(load "org/ob-octave")
(load "org/ob-scheme")
(load "org/ol-man")
(load "org/org-keys")
(load "org/org-ctags")
(load "org/org-duration")
(load "org/ol-doi")
(load "org/ol-eww")
(load "org/org-crypt")
(load "org/ob-awk")
(load "org/ob-processing")
(load "org/ob-makefile")
(load "org/ob-shell")
(load "org/org-habit")
(load "org/org-attach-git")
(load "org/ob-eval")
(load "org/ob-css")
(load "org/org-refile")
(load "org/org-tempo")
(load "textmodes/table")
(load "org/ox-org")
(load "org/org-archive")
(load "org/org-list")
(load "org/org-mouse")
(load "org/ox-odt")
(load "org/ol-docview")
(load "org/oc-csl")
(load "org/org-mobile")
(load "org/ob-latex")
(load "org/org-footnote")
(load "org/ob-fortran")
(load "org/ox-beamer")
(load "org/ob-exp")
(load "org/ob-sqlite")
(load "org/org-protocol")
(load "org/ol-w3m")
(load "org/org-feed")
(load "org/org-macs")
(load "org/ol-eshell")
(load "org/ob-dot")
(load "org/ox-md")
(load "org/ox-man")
(load "org/org-element")
(load "org/ob-lisp")
(load "org/org-agenda")
(load "org/ob-calc")
(load "org/org-macro")
(load "org/ob-emacs-lisp")
(load "org/org-attach")
(load "org/ob-org")
(load "org/ox-icalendar")
(load "org/ob-ocaml")
(load "org/ob-eshell")
(load "org/ob-ref")
(load "org/org-table")
(load "org/org-id")
(load "org/org-colview")
(load "org/ob-table")
(load "org/org-inlinetask")
(load "org/org-plot")
(load "org/org-entities")
(load "org/ox-ascii")
(load "org/ox")
(load "org/ox-latex")
(load "org/ol-bbdb")
(load "org/ob-core")
(load "org/ob-tangle")
(load "org/oc-biblatex")
(load "org/ox-publish")
(load "org/ob-lob")
(load "org/ob-matlab")
(load "org/ob-lua")
(load "org/ob-lilypond")
(load "org/ob-julia")
(load "org/org-clock")
(load "org/ob-sed")
(load "org/ob-ruby")
(load "org/ox-html")
(load "org/ob-sql")
(load "org/ob-clojure")
(load "org/ol-info")
(load "org/ob-C")
(load "org/org-capture")
(load "org/ob-forth")
(load "org/ob-perl")
(load "org/org-timer")
(load "org/org-pcomplete")
(load "org/ob-sass")
(load "org/ob-groovy")
(load "org/ob-screen")
(load "org/ob-R")
(load "org/ol-bibtex")
(load "org/ob-java")
(load "org/org-num")
(load "org/org-goto")
(load "org/ox-koma-letter")
(load "org/org-indent")
(load "org/org-compat")
(load "org/ox-texinfo")
(load "org/ol-mhe")
(load "org/ol-gnus")
(load "org/ob-maxima")
(load "org/ob-gnuplot")
(load "org/org-lint")
(load "org/ol-irc")
(load "org/ob-haskell")
(load "org/ob-comint")
(load "org/ob-plantuml")
(load "org/org-src")
(load "org/ob-python")
(load "org/org-faces")
(load "shell")
(load "help-at-pt")
(load "dired-aux")
(load "tmm")
(load "find-dired")
(load "hl-line")
(load "bs")
(load "delsel")
(load "mouse-copy")
(load "md4")
(load "cdl")
(load "hfy-cmap")
(load "descr-text")
(load "edmacro")
(load "tempo")
(load "pcmpl-gnu")
(load "echistory")
(load "password-cache")
(load "filecache")
(load "recentf")
(load "play/cookie1")
(load "play/zone")
(load "play/decipher")
(load "play/morse")
(load "play/studly")
(load "play/gametree")
(load "play/spook")
(load "play/doctor")
(load "play/snake")
(load "play/handwrite")
(load "play/5x5")
(load "play/dissociate")
(load "play/gamegrid")
(load "play/gomoku")
(load "play/dunnet")
(load "play/hanoi")
(load "play/mpuz")
(load "play/blackbox")
(load "play/bubbles")
(load "play/solitaire")
(load "play/animate")
(load "play/pong")
(load "play/life")
(load "play/tetris")
(load "play/fortune")
(load "allout-widgets")
(load "cedet/srecode/fields")
(load "cedet/semantic/util")
(load "cedet/srecode/template")
(load "cedet/srecode/filters")
(load "cedet/srecode/table")
(load "cedet/srecode/map")
(load "cedet/srecode/find")
(load "cedet/semantic/db")
(load "cedet/semantic/format")
(load "textmodes/texinfo-loaddefs")
(load "cedet/ede/files")
(load "cedet/srecode/texi")
(load "cedet/srecode/expandproto")
(load "cedet/srecode/insert")
(load "cedet/srecode/srt")
(load "cedet/srecode/semantic")
(load "cedet/srecode/compile")
(load "cedet/srecode/java")
(load "cedet/srecode/ctxt")
(load "cedet/srecode/args")
(load "cedet/srecode/srt-wy")
(load "cedet/srecode/dictionary")
(load "cedet/srecode/srt-mode")
(load "cedet/srecode/extract")
(load "cedet/srecode/cpp")
(load "cedet/srecode/getset")
(load "cedet/semantic/doc")
(load "cedet/srecode/document")
(load "cedet/ede/pmake")
(load "cedet/ede/proj")
(load "cedet/ede/linux")
(load "cedet/ede/proj-elisp")
(load "cedet/ede/cpp-root")
(load "cedet/ede/project-am")
(load "cedet/ede/proj-aux")
(load "cedet/ede/srecode")
(load "cedet/ede/locate")
(load "cedet/ede/base")
(load "cedet/ede/proj-obj")
(load "cedet/ede/shell")
(load "cedet/ede/pconf")
(load "cedet/ede/proj-prog")
(load "cedet/ede/proj-shared")
(load "cedet/ede/detect")
(load "cedet/ede/config")
(load "cedet/ede/source")
(load "cedet/ede/system")
(load "cedet/ede/proj-scheme")
(load "cedet/ede/proj-info")
(load "cedet/ede/makefile-edit")
(load "cedet/ede/proj-misc")
(load "cedet/ede/dired")
(load "cedet/ede/make")
(load "cedet/ede/speedbar")
(load "cedet/ede/proj-comp")
(load "cedet/ede/autoconf-edit")
(load "cedet/ede/proj-archive")
(load "cedet/ede/auto")
(load "cedet/srecode/loaddefs")
(load "cedet/srecode")
(load "cedet/mode-local")
(load "cedet/cedet-files")
(load "cedet/ede/loaddefs")
(load "cedet/ede")
(load "cedet/semantic")
(load "cedet/data-debug")
(load "cedet/cedet-global")
(load "cedet/pulse")
(load "cedet/cedet-cscope")
(load "cedet/cedet-idutils")
(load "cedet/semantic/grm-wy-boot")
(load "cedet/semantic/db-file")
(load "cedet/semantic/db-typecache")
(load "cedet/semantic/lex-spp")
(load "cedet/semantic/util-modes")
(load "cedet/semantic/imenu")
(load "cedet/semantic/find")
(load "cedet/semantic/tag-ls")
(load "cedet/semantic/tag")
(load "cedet/semantic/db-global")
(load "cedet/semantic/texi")
(load "cedet/semantic/bovine/c-by")
(load "cedet/semantic/bovine/scm")
(load "cedet/semantic/bovine/scm-by")
(load "cedet/semantic/bovine/make")
(load "cedet/semantic/bovine/debug")
(load "cedet/semantic/bovine/grammar")
(load "cedet/semantic/bovine/gcc")
(load "cedet/semantic/bovine/make-by")
(load "cedet/semantic/loaddefs")
(load "cedet/semantic/fw")
(load "cedet/semantic/wisent")
(load "cedet/semantic/scope")
(load "cedet/semantic/mru-bookmark")
(load "cedet/semantic/symref")
(load "cedet/semantic/ia-sb")
(load "cedet/semantic/senator")
(load "cedet/semantic/db-ebrowse")
(load "cedet/semantic/symref/global")
(load "cedet/semantic/symref/grep")
(load "cedet/semantic/symref/filter")
(load "cedet/semantic/symref/idutils")
(load "cedet/semantic/symref/cscope")
(load "cedet/semantic/sort")
(load "cedet/semantic/html")
(load "cedet/semantic/lex")
(load "cedet/semantic/analyze")
(load "cedet/semantic/db-mode")
(load "cedet/semantic/java")
(load "cedet/semantic/dep")
(load "cedet/semantic/ctxt")
(load "cedet/semantic/ede-grammar")
(load "cedet/semantic/chart")
(load "cedet/semantic/sb")
(load "cedet/semantic/decorate/mode")
(load "cedet/semantic/decorate/include")
(load "cedet/semantic/complete")
(load "cedet/semantic/tag-write")
(load "cedet/semantic/db-ref")
(load "cedet/semantic/analyze/complete")
(load "cedet/semantic/analyze/debug")
(load "cedet/semantic/analyze/fcn")
(load "cedet/semantic/analyze/refs")
(load "cedet/semantic/grammar-wy")
(load "cedet/semantic/db-debug")
(load "cedet/semantic/bovine")
(load "cedet/semantic/idle")
(load "cedet/semantic/db-el")
(load "cedet/semantic/db-find")
(load "cedet/semantic/db-javascript")
(load "cedet/semantic/debug")
(load "cedet/semantic/grammar")
(load "cedet/semantic/tag-file")
(load "cedet/semantic/wisent/js-wy")
(load "cedet/semantic/wisent/wisent")
(load "cedet/semantic/wisent/java-tags")
(load "cedet/semantic/wisent/grammar")
(load "cedet/semantic/wisent/python")
(load "cedet/semantic/wisent/javat-wy")
(load "cedet/semantic/wisent/javascript")
(load "cedet/semantic/wisent/python-wy")
(load "cedet/semantic/decorate")
(load "cedet/cedet")
(load "printing")
(load "svg")
(load "find-lisp")
(load "so-long")
(load "strokes")
(load "delim-col")
(load "elec-pair")
(load "xwidget")
(load "htmlfontify-loaddefs")
(load "htmlfontify")
(load "obsolete/iswitchb")
(load "isearchb")
(load "image/image-converter")
(load "image/exif")
(load "image/gravatar")
(load "image/compface")
(load "mh-e/mh-xface")
(load "mh-e/mh-junk")
(load "mh-e/mh-buffers")
(load "mh-e/mh-alias")
(load "mh-e/mh-gnus")
(load "mh-e/mh-folder")
(load "mh-e/mh-utils")
(load "mh-e/mh-identity")
(load "mh-e/mh-speed")
(load "mh-e/mh-limit")
(load "mh-e/mh-seq")
(load "mh-e/mh-e")
(load "mh-e/mh-thread")
(load "mh-e/mh-funcs")
(load "mh-e/mh-search")
(load "mh-e/mh-print")
(load "mh-e/mh-inc")
(load "mh-e/mh-comp")
(load "mh-e/mh-scan")
(load "mh-e/mh-tool-bar")
(load "mh-e/mh-show")
(load "mh-e/mh-compat")
(load "mh-e/mh-letter")
(load "mh-e/mh-mime")
(load "facemenu")
(load "allout")
(load "elide-head")
(load "display-line-numbers")
(load "hexl")
(load "filenotify")
(load "wdired")
(load "ps-def")
(load "soundex")
(load "info")
(load "epg-config")
(load "tar-mode")
(load "leim/ja-dic/ja-dic")
(load "leim/quail/tsang-cns")
(load "leim/quail/vnvni")
(load "leim/quail/croatian")
(load "leim/quail/latin-ltx")
(load "leim/quail/viqr")
(load "leim/quail/sami")
(load "leim/quail/tamil-dvorak")
(load "leim/quail/sisheng")
(load "leim/quail/QJ")
(load "leim/quail/welsh")
(load "leim/quail/rfc1345")
(load "leim/quail/cyril-jis")
(load "leim/quail/quick-cns")
(load "leim/quail/hangul")
(load "leim/quail/latin-alt")
(load "leim/quail/QJ-b5")
(load "leim/quail/ZIRANMA")
(load "leim/quail/ECDICT")
(load "leim/quail/ipa-praat")
(load "leim/quail/symbol-ksc")
(load "leim/quail/latin-pre")
(load "leim/quail/programmer-dvorak")
(load "leim/quail/compose")
(load "leim/quail/CTLau-b5")
(load "leim/quail/lrt")
(load "leim/quail/hanja3")
(load "leim/quail/quick-b5")
(load "leim/quail/PY")
(load "leim/quail/TONEPY")
(load "leim/quail/py-punct")
(load "leim/quail/CTLau")
(load "leim/quail/4Corner")
(load "leim/quail/hanja-jis")
(load "leim/quail/PY-b5")
(load "leim/quail/Punct-b5")
(load "leim/quail/pypunct-b5")
(load "leim/quail/tsang-b5")
(load "leim/quail/SW")
(load "leim/quail/uni-input")
(load "leim/quail/hanja")
(load "leim/quail/vntelex")
(load "leim/quail/Punct")
(load "leim/quail/ETZY")
(load "leim/quail/ZOZY")
(load "leim/quail/latin-post")
(load "leim/quail/CCDOSPY")
(load "leim/quail/ARRAY30")
(load "leim/quail/ipa")
(load "leim/quail/arabic")
(load "leim/quail/persian")
(load "leim/quail/sgml-input")
(load "ps-bdf")
(load "ielm")
(load "ps-mule")
(load "reposition")
(load "image-mode")
(load "completion")
(load "display-fill-column-indicator")
(load "jka-compr")
(load "dom")
(load "dired")
(load "autoarg")
(load "rot13")
(load "midnight")
(load "vt100-led")
(load "ruler-mode")
(load "cus-dep")
(load "pixel-scroll")
(load "help-fns")
(load "pcmpl-cvs")
(load "speedbar")
(load "linum")
(load "tabify")
(load "filesets")
(load "apropos")
(load "pcmpl-linux")
(load "xdg")
(load "info-xref")
(load "arc-mode")
(load "winner")
(load "chistory")
(load "loadhist")
(load "skeleton")
(load "ehelp")
(load "autoinsert")
(load "autorevert")
(load "savehist")
(load "plstore")
(load "nxml/rng-match")
(load "nxml/rng-valid")
(load "nxml/nxml-mode")
(load "nxml/nxml-outln")
(load "nxml/rng-util")
(load "nxml/nxml-parse")
(load "nxml/nxml-rap")
(load "nxml/rng-loc")
(load "nxml/rng-dt")
(load "nxml/nxml-maint")
(load "nxml/nxml-ns")
(load "nxml/rng-cmpct")
(load "nxml/nxml-enc")
(load "nxml/rng-parse")
(load "nxml/rng-nxml")
(load "nxml/xsd-regexp")
(load "nxml/xmltok")
(load "nxml/rng-pttrn")
(load "nxml/rng-maint")
(load "nxml/rng-uri")
(load "nxml/rng-xsd")
(load "nxml/nxml-util")
(load "thumbs")
(load "whitespace")
(load "image-dired")
(load "lpr")
(load "eshell/em-term")
(load "eshell/em-banner")
(load "eshell/esh-io")
(load "eshell/em-hist")
(load "eshell/em-script")
(load "eshell/eshell")
(load "eshell/em-tramp")
(load "eshell/em-ls")
(load "eshell/em-prompt")
(load "eshell/em-rebind")
(load "eshell/em-glob")
(load "eshell/em-xtra")
(load "eshell/esh-cmd")
(load "eshell/em-alias")
(load "eshell/esh-mode")
(load "eshell/em-smart")
(load "eshell/esh-opt")
(load "eshell/esh-var")
(load "eshell/esh-arg")
(load "eshell/em-basic")
(load "eshell/em-pred")
(load "eshell/esh-ext")
(load "eshell/em-cmpl")
(load "eshell/esh-proc")
(load "eshell/em-dirs")
(load "find-file")
(load "view")
(load "dabbrev")
(load "novice")
(load "comint")
(load "thingatpt")
(load "textmodes/makeinfo")
(load "textmodes/tex-mode")
(load "textmodes/reftex-loaddefs")
(load "textmodes/reftex-parse")
(load "textmodes/remember")
(load "textmodes/bibtex")
(load "textmodes/nroff-mode")
(load "textmodes/page-ext")
(load "textmodes/etc-authors-mode")
(load "textmodes/mhtml-mode")
(load "textmodes/texinfmt")
(load "textmodes/ispell")
(load "textmodes/texnfo-upd")
(load "textmodes/reftex")
(load "textmodes/refbib")
(load "textmodes/reftex-global")
(load "textmodes/bib-mode")
(load "textmodes/reftex-vars")
(load "textmodes/reftex-auc")
(load "textmodes/reftex-sel")
(load "textmodes/sgml-mode")
(load "textmodes/reftex-index")
(load "textmodes/tildify")
(load "textmodes/reftex-cite")
(load "textmodes/dns-mode")
(load "textmodes/css-mode")
(load "textmodes/flyspell")
(load "textmodes/less-css-mode")
(load "textmodes/conf-mode")
(load "textmodes/rst")
(load "textmodes/two-column")
(load "textmodes/reftex-dcr")
(load "textmodes/artist")
(load "textmodes/texinfo")
(load "textmodes/refill")
(load "textmodes/picture")
(load "textmodes/bibtex-style")
(load "textmodes/refer")
(load "textmodes/underline")
(load "textmodes/reftex-toc")
(load "textmodes/reftex-ref")
(load "textmodes/enriched")
(load "makesum")
(load "progmodes/ebnf-iso")
(load "progmodes/simula")
(load "progmodes/sh-script")
(load "progmodes/cc-bytecomp")
(load "progmodes/ld-script")
(load "progmodes/verilog-mode")
(load "progmodes/hideif")
(load "progmodes/etags")
(load "progmodes/cc-awk")
(load "progmodes/idlw-help")
(load "progmodes/tcl")
(load "progmodes/cc-menus")
(load "progmodes/perl-mode")
(load "progmodes/asm-mode")
(load "progmodes/which-func")
(load "progmodes/project")
(load "progmodes/m4-mode")
(load "progmodes/cl-font-lock")
(load "progmodes/opascal")
(load "progmodes/xscheme")
(load "progmodes/gdb-mi")
(load "progmodes/meta-mode")
(load "progmodes/prolog")
(load "progmodes/grep")
(load "progmodes/cperl-mode")
(load "progmodes/cc-styles")
(load "progmodes/xref")
(load "progmodes/idlwave")
(load "progmodes/ebnf-bnf")
(load "progmodes/vera-mode")
(load "progmodes/flymake-proc")
(load "progmodes/scheme")
(load "progmodes/ps-mode")
(load "progmodes/subword")
(load "progmodes/ruby-mode")
(load "progmodes/ebnf2ps")
(load "progmodes/ebnf-abn")
(load "progmodes/idlw-shell")
(load "progmodes/icon")
(load "progmodes/glasses")
(load "progmodes/sql")
(load "progmodes/inf-lisp")
(load "progmodes/modula2")
(load "progmodes/gud")
(load "progmodes/ebnf-dtd")
(load "progmodes/cc-engine")
(load "progmodes/mixal-mode")
(load "progmodes/ebnf-otz")
(load "progmodes/compile")
(load "progmodes/cc-fonts")
(load "progmodes/hideshow")
(load "progmodes/js")
(load "progmodes/pascal")
(load "progmodes/cc-cmds")
(load "progmodes/cc-langs")
(load "progmodes/vhdl-mode")
(load "progmodes/bug-reference")
(load "progmodes/cc-defs")
(load "progmodes/ebrowse")
(load "progmodes/cc-align")
(load "progmodes/bat-mode")
(load "progmodes/idlw-toolbar")
(load "progmodes/antlr-mode")
(load "progmodes/cfengine")
(load "progmodes/dcl-mode")
(load "progmodes/octave")
(load "progmodes/autoconf")
(load "progmodes/idlw-complete-structtag")
(load "progmodes/executable")
(load "progmodes/cc-mode")
(load "progmodes/cwarn")
(load "progmodes/ebnf-ebx")
(load "progmodes/python")
(load "progmodes/cpp")
(load "progmodes/cc-guess")
(load "progmodes/ebnf-yac")
(load "progmodes/cmacexp")
(load "progmodes/cc-vars")
(load "progmodes/flymake")
(load "progmodes/make-mode")
(load "progmodes/flymake-cc")
(load "bookmark")
(load "ido")
(load "dirtrack")
(load "server")
(load "image-file")
(load "frameset")
(load "ebuff-menu")
(load "master")
(load "hippie-exp")
(load "epa-dired")

[-- Attachment #4: provide-post-init-features-28.2.el --]
[-- Type: text/x-emacs-lisp, Size: 789 bytes --]

(provide 'dbus)
(provide 'wid-edit)
(provide 'cus-edit)
(provide 'tramp-integration)
(provide 'esh-util)
(provide 'esh-module)
(provide 'em-unix)
(provide 'eudc)
(provide 'eudcb-mab)
(provide 'tramp-gvfs)
(provide 'tramp-adb)
(provide 'secrets)
(provide 'eudcb-bbdb)
(provide 'eudcb-ldap)
(provide 'tramp-archive)
(provide 'wid-browse)
(provide 'battery)
(provide 'f90)
(provide 'fortran)
(provide 'eudcb-macos-contacts)
(eval-and-compile ;; So it's also available in tramp-loaddefs.el!
  (defvar tramp--startup-hook nil
    "Forms to be executed at the end of tramp.el.")
  (put 'tramp--startup-hook 'tramp-suppress-trace t)

  (defmacro tramp--with-startup (&rest body)
    "Schedule BODY to be executed at the end of tramp.el."
    `(add-hook 'tramp--startup-hook (lambda () ,@body))))

[-- Attachment #5: install-init-hooks-28.2.el --]
[-- Type: text/x-emacs-lisp, Size: 1126 bytes --]


(add-hook
 'before-init-hook
 (lambda ()
   (tool-bar-mode)
   (menu-bar-mode)
   (global-font-lock-mode)
   (setq features (delete 'dbus features))
   (require 'dbus)
   ))

(add-hook
 'after-init-hook
 (lambda ()
   (let ((bogus-features
	  '(wid-edit
	    cus-edit
	    tramp-integration
	    esh-util
	    esh-module
	    em-unix
	    eudc
	    eudcb-mab
	    tramp-gvfs
	    tramp-adb
	    secrets
	    eudcb-bbdb
	    eudcb-ldap
	    tramp-archive
	    wid-browse
	    battery
	    f90
	    fortran
	    eudcb-macos-contacts)))
     (let ((bfs bogus-features))
       (while bfs
	 (setq features (delete (car bfs) features))
	 (setq bfs (cdr bfs)))))
   (require 'wid-edit)
   (require 'cus-edit)
   (require 'tramp-integration)
   (require 'esh-util)
   (require 'esh-module)
   (require 'em-unix)
   (require 'eudc)
   (require 'eudcb-mab)
   (require 'tramp-gvfs)
   (require 'tramp-adb)
   (require 'secrets)
   (require 'eudcb-bbdb)
   (require 'eudcb-ldap)
   (require 'tramp-archive)
   (require 'wid-browse)
   (require 'battery)
   (require 'f90)
   (require 'fortran)
   (require 'eudcb-macos-contacts)
   ))

      reply	other threads:[~2023-02-13  0:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-12  5:13 bug#61447: regression in dump-emacs-portable Lynn Winebarger
2023-02-12 14:01 ` bug#61447: Redump script causes an abort on emacs 29.0.60 Lynn Winebarger
2023-02-13  0:40   ` Lynn Winebarger [this message]

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='CAM=F=bAstzqgNyZXxtzphDAU-=u0d5WYy9bqcbN0XnEZQ6-Xpg@mail.gmail.com' \
    --to=owinebar@gmail.com \
    --cc=61447@debbugs.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).