From: TESSIER Guillaume via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 41426@debbugs.gnu.org
Subject: bug#41426: "use-package" instructions in init.el raise syntax-error
Date: Wed, 20 May 2020 22:00:58 +0000 (UTC) [thread overview]
Message-ID: <928494700.1641790.1590012058839@mail.yahoo.com> (raw)
In-Reply-To: 928494700.1641790.1590012058839.ref@mail.yahoo.com
[-- Attachment #1: Type: text/plain, Size: 4604 bytes --]
Dear Emacs maintainers,
I build emacs every month or so.
I Built the revision below tonight and got this error :
Debugger entered--Lisp error: (invalid-read-syntax "Invalid byte-code object")
read(get-file-char)
(use-package smartparens :ensure t :config (smartparens-global-mode t) (show-smartparens-global-mode t))
eval-buffer(#<buffer *load*> nil "/home/kika/.emacs.d/init.el" nil t) ; Reading at buffer position 2153
load-with-code-conversion("/home/kika/.emacs.d/init.el" "/home/kika/.emacs.d/init.el" t t)
load("/home/kika/.emacs.d/init" noerror nomessage)
startup--load-user-init-file(#f(compiled-function () #<bytecode -0x119a68f9432ba55e>) #f(compiled-function () #<bytecode 0x81a386fa1b157d3>) t)
command-line()
normal-top-level()
Every "use-package" instruction cause this. Same init.el than the last revision a built one month ago.
I just installed the emacs package shipped with fedora (emacs 2.6) and it works prefectly with the same init.el.
Have a nice day,
Guillaume Tessier
=============================================================================
In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0)
of 2020-05-20 built on stocker.localdomain
Repository revision: 5989432d15feb4439e759d2c0e28233ca22a7604
Repository branch: master
Windowing system distributor 'Fedora Project', version 11.0.12008000
System Description: Fedora 32 (Workstation Edition)
Recent messages:
Eager macro-expansion failure: (invalid-read-syntax "Invalid byte-code object") [2 times]
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list... [2 times]
Configured using:
'configure --without-toolkit-scroll-bars --with-cairo
--prefix=/PROJECTS/SOFTWARES/emacs2805'
Configured features:
XPM JPEG TIFF GIF PNG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY
LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ ZLIB GTK3 X11 XDBE XIM
MODULES THREADS PDUMPER GMP
Important settings:
value of $LANG: fr_FR.UTF-8
value of $XMODIFIERS: @im=ibus
locale-coding-system: utf-8-unix
Major mode: Special
Minor modes in effect:
global-display-line-numbers-mode: t
display-line-numbers-mode: t
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
buffer-read-only: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec rfc822 mml mml-sec epa derived epg epg-config gnus-util
rmail rmail-loaddefs text-property-search mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date warnings
display-line-numbers finder-inf rx info package easymenu browse-url
url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib tooltip eldoc electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads dbusbind inotify dynamic-setting system-font-setting
font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty
make-network-process emacs)
Memory information:
((conses 16 201678 8501)
(symbols 48 13776 1)
(strings 32 69121 2675)
(string-bytes 1 1868499)
(vectors 16 19733)
(vector-slots 8 271317 9212)
(floats 8 33 97)
(intervals 56 224 0)
(buffers 992 12))
[-- Attachment #2: Type: text/html, Size: 5226 bytes --]
next parent reply other threads:[~2020-05-20 22:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <928494700.1641790.1590012058839.ref@mail.yahoo.com>
2020-05-20 22:00 ` TESSIER Guillaume via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2020-05-21 6:58 ` bug#41426: "use-package" instructions in init.el raise syntax-error Tassilo Horn
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=928494700.1641790.1590012058839@mail.yahoo.com \
--to=bug-gnu-emacs@gnu.org \
--cc=41426@debbugs.gnu.org \
--cc=g_tessier_fr@yahoo.fr \
/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).