Skip to content

Instantly share code, notes, and snippets.

@applePrincess
Created February 18, 2021 00:02
Show Gist options
  • Save applePrincess/e669c08991c9b716245b6ebb3bbc4527 to your computer and use it in GitHub Desktop.
Save applePrincess/e669c08991c9b716245b6ebb3bbc4527 to your computer and use it in GitHub Desktop.
logged: server *esup-server*, connection *esup-server* <127.0.0.1:40388>, message accept from 127.0.0.1
name: *esup-server* <127.0.0.1:40388>, sentinel: proc: *esup-server* <127.0.0.1:40388>, event open from 127.0.0.1
logged: server *esup-server*, connection *esup-server* <127.0.0.1:40392>, message accept from 127.0.0.1
name: *esup-server* <127.0.0.1:40392>, sentinel: proc: *esup-server* <127.0.0.1:40392>, event open from 127.0.0.1
Set information from port 40388 to be the log process
LOG: starting esup-child on '/tmp/foobar.el' port=35557 max-depth=1
LOG: binary: /nix/store/cyw9992ydpkfqr2hsrs583i5ncmqbdq0-emacs-27.1/bin/emacs
LOG: profiling file='/tmp/foobar.el'
LOG: loading /tmp/foobar.el
LOG: profiling sexp at /tmp/foobar.el:1: (require 'package)
LOG: intercepted require call feature=package filename=nil current-depth=0 max-depth=1
LOG: stepping into require call
LOG: converting require to file-name feature='package' filename='nil'
LOG: profiling file='package'
Set information from port 40392 to be the results process
LOG: loading /nix/store/cyw9992ydpkfqr2hsrs583i5ncmqbdq0-emacs-27.1/share/emacs/27.1/lisp/emacs-lisp/package.elc
LOG: profiling sexp at /nix/store/cyw9992ydpkfqr2hsrs583i5ncmqbdq0-emacs-27.1/share/emacs/27.1/lisp/emacs-lisp/package.elc:8: (and (boundp 'emacs-version)
LOG: intercepted require call feature=cl-lib filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=subr-x filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: profiling sexp at /nix/store/cyw9992ydpkfqr2hsrs583i5ncmqbdq0-emacs-27.1/share/emacs/27.1/lisp/emacs-lisp/package.elc:16: (byte-code "\301\302!\210\301\
LOG: intercepted require call feature=cl-lib filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=seq filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=tabulated-list filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=macroexp filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=url-handlers filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=url-parse filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=url-vars filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=auth-source filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: intercepted require call feature=browse-url filename=nil current-depth=1 max-depth=1
LOG: using old require because depth 1 >= max-depth 1
LOG: ERROR(profile-sexp) at /nix/store/cyw9992ydpkfqr2hsrs583i5ncmqbdq0-emacs-27.1/share/emacs/27.1/lisp/emacs-lisp/package.elc:16 with sexp (byte-code \301\302!\210\301\303!\210\301\304!\210\301\305!\210\301\306!\210\301\307!\210\310\311\312\313\314\315\316\317&\210\320\321\322\323\324DD\325\326\327\316\317&\210\320\330\322\323\331DD\332\326\333\334\335\316\317& \210\320\336\322\323\337DD\340\326\341\334\335\316\342& \210\320\343\322\323\344DD\345\326\346\316\347&\210\320\350\322\323\351DD\352\326\353\334\335\316\347& \210\320\354\322\323\355DD\356\326\357\334\335\316\360& \210\320\300\322\323\361DD\362\326\363\334\335\316\317& \210\320\364\322\323\365DD\366\326\367\334\335\316\317& \210\320\370\322\323\371DD\372\326\373\374\375\376\377\201@\0"F\201A\0BB\334\335\316\342& \210\320\201B\0\322\323\201C\0DD\201D\0\326\201E\0\334\335\316\201F\0& \207 [package-user-dir require cl-lib seq tabulated-list macroexp url-handlers browse-url custom-declare-group package nil Manager for Emacs Lisp packages. :group applications :version 24.1 custom-declare-variable package-enable-at-startup funcall function #[0 \300\207 [t] 1] Whether to make installed packages available when Emacs starts.
If non-nil, packages are made available before reading the init
file (but after reading the early init file). This means that if
you wish to set this variable, you must do so in the early init
file. Regardless of the value of this variable, packages are not
made available if `user-init-file' is nil (e.g. Emacs was started
with "-q").
Even if the value is nil, you can type \[package-initialize] to
make installed packages available at any time, or you can
call (package-initialize) in your init-file. :type boolean package-load-list #[0 \300\207 [(all)] 1] List of packages for `package-initialize' to make available.
Each element in this list should be a list (NAME VERSION), or the
symbol `all'. The symbol `all' says to make available the latest
installed versions of all packages not specified by other
elements.
For an element (NAME VERSION), NAME is a package name (a symbol).
VERSION should be t, a string, or nil.
If VERSION is t, the most recent version is made available.
If VERSION is a string, only that version is ever made available.
Any other version, even if newer, is silently ignored.
Hence, the package is "held" at that version.
If VERSION is nil, the package is not made available (it is "disabled"). (repeat (choice (const all) (list :tag Specific package (symbol :tag Package name) (choice :tag Version (const :tag disable nil) (const :tag most recent t) (string :tag specific version))))) :risky t package-archives #[0 \300\301\302\303 \203 \0\304\202
\0\305"BC\207 [gnu format http%s://elpa.gnu.org/packages/ gnutls-available-p s ] 4] An alist of archives from which to fetch.
The default value points to the GNU Emacs package repository.
Each element has the form (ID . LOCATION).
ID is an archive name, as a string.
LOCATION specifies the base location for the archive.
If it starts with "http(s):", it is treated as an HTTP(S) URL;
otherwise it should be an absolute directory name.
(Other types of URL are currently not supported.)
Only add locations that you trust, since fetching and installing
a package can run arbitrary code.
HTTPS URLs should be used where possible, as they offer superior
security. (alist :key-type (string :tag Archive name) :value-type (string :tag URL or directory name)) 26.1 package-menu-hide-low-priority #[0 \300\207 [archive] 1] If non-nil, hide l
ow priority packages from the packages menu.
A package is considered low priority if there's another version
of it available such that:
(a) the archive of the other package is higher priority than
this one, as per `package-archive-priorities';
or
(b) they both have the same archive priority but the other
package has a higher version number.
This variable has three possible values:
nil: no packages are hidden;
`archive': only criterion (a) is used;
t: both criteria are used.
This variable has no effect if `package-menu--hide-packages' is
nil, so it can be toggled with \<package-menu-mode-map>\[package-menu-toggle-hiding]. (choice (const :tag Don't hide anything nil) (const :tag Hide per package-archive-priorities archive) (const :tag Hide per archive and version number t)) 25.1 package-archive-priorities #[0 \300\207 [nil] 1] An alist of priorities for packages.
Each element has the form (ARCHIVE-ID . PRIORITY).
When installing packages, the package with the highest version
number from the archive with the highest priority is
selected. When higher versions are available from archives with
lower priorities, the user has to select those manually.
Archives not in this list have the priority 0, as have packages
that are already installed. If you use negative priorities for
the archives, they will not be upgraded automatically.
See also `package-menu-hide-low-priority'. (alist :key-type (string :tag Archive name) :value-type (integer :tag Priority (default is 0))) package-pinned-packages #[0 \300\207 [nil] 1] An alist of packages that are pinned to specific archives.
This can be useful if you have multiple package archives enabled,
and want to control which archive a given package gets installed from.
Each element of the alist has the form (PACKAGE . ARCHIVE), where:
PACKAGE is a symbol representing a package
ARCHIVE is a string representing an archive (it should be the car of
an element in `package-archives', e.g. "gnu").
Adding an entry to this variable means that only ARCHIVE will be
considered as a source for PACKAGE. If other archives provide PACKAGE,
they are ignored (for this package). If ARCHIVE does not contain PACKAGE,
the package will be unavailable. (alist :key-type (symbol :tag Package) :value-type (string :tag Archive name)) 24.4 #[0 \300\301!\207 [locate-user-emacs-file elpa] 2] Directory containing the user's Emacs Lisp packages.
The directory name should be absolute.
Apart from this directory, Emacs also looks for system-wide
packages in `package-directory-list'. directory package-directory-list #[0 \301\211\203$\0\211@\211;\203\0\302!\303\232\203\0\304\305"B\262A\266\202\202\0\210\211\237\207 [load-path nil file-name-nondirectory site-lisp expand-file-name elpa] 6] List of additional directories containing Emacs Lisp packages.
Each directory name should be absolute.
These directories contain packages intended for system-wide; in
contrast, `package-user-dir' contains packages for personal use. (repeat directory) package-gnupghome-dir #[0 \301\302"\207 [package-user-dir expand-file-name gnupg] 3] Directory containing GnuPG keyring or nil.
This variable specifies the GnuPG home directory used by package.
That directory is passed via the option "--homedir" to GnuPG.
If nil, do not use the option "--homedir", but stick with GnuPG's
default directory. choice const :tag Default Emacs package management GnuPG home directory expand-file-name gnupg ((const :tag Default GnuPG directory (GnuPG option --homedir not used) nil) (directory :tag A specific GnuPG --homedir)) package-check-signature #[0 \300\207 [allow-unsigned] 1] Non-nil means to check package signatures when installing.
More specifically the value can be:
- nil: package signatures are ignored.
- `allow-unsigned': install a package even if it is unsigned, but
if it is signed, we have the key for it, and OpenGPG is
installed, verify the signature.
- t: accept a package only if it comes with at least one verified signature.
- `all': same as t, except when the package has several signatures,
in which case
we verify all the signatures.
This also applies to the "archive-contents" file that lists the
contents of the archive. (choice (const nil :tag Never) (const allow-unsigned :tag Allow unsigned) (const t :tag Check always) (const all :tag Check all signatures)) 27.1] 12): error=(wrong-type-argument symbolp http%s://elpa.gnu.org/packages/)
name: *esup-server* <127.0.0.1:40392>, sentinel: proc: *esup-server* <127.0.0.1:40392>, event connection broken by remote peer
name: *esup-server* <127.0.0.1:40388>, sentinel: proc: *esup-server* <127.0.0.1:40388>, event connection broken by remote peer
(list
(esup-result (when (<= emacs-major-version 25) "esup-result") :file "/nix/store/cyw9992ydpkfqr2hsrs583i5ncmqbdq0-emacs-27.1/share/emacs/27.1/lisp/emacs-lisp/package.elc" :start-point 183 :line-number 8 :expression-string #("(and (boundp 'emacs-version)
(< (aref emacs-version (1- (length emacs-version))) ?A)
(string-lessp emacs-version \"23\")
(error \"`%s' was compiled for Emacs 23 or later\" #$))" 0 28 (fontified nil) 29 89 (fontified nil) 90 128 (fontified nil) 129 187 (fontified nil)) :end-point 370 :exec-time 0.001475 :gc-number 0 :gc-time 0.000000))
;;ESUP-RESULT-SEPARATOR;;
(list
(esup-result (when (<= emacs-major-version 25) "esup-result") :file "/nix/store/cyw9992ydpkfqr2hsrs583i5ncmqbdq0-emacs-27.1/share/emacs/27.1/lisp/emacs-lisp/package.elc" :start-point 8605 :line-number 21 :expression-string #("(defalias 'package-check-signature #[0 \"\\301=\\203\0\\302\\303!\\210\\304\\305!\\205\0\\301\\207\\207\" [package-check-signature allow-unsigned require epg-config epg-find-configuration OpenPGP] 2 (#$ . 8391)])" 0 201 (fontified nil)) :end-point 8806 :exec-time 0.000006 :gc-number 0 :gc-time 0.000000))
;;ESUP-RESULT-SEPARATOR;;
(list
)
;;ESUP-RESULT-SEPARATOR;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment