From debbugs-submit-bounces@debbugs.gnu.org Mon May 16 06:30:32 2022 Received: (at submit) by debbugs.gnu.org; 16 May 2022 10:30:32 +0000 Received: from localhost ([127.0.0.1]:51825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqXzk-0006Tk-6N for submit@debbugs.gnu.org; Mon, 16 May 2022 06:30:32 -0400 Received: from lists.gnu.org ([209.51.188.17]:41338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqXzc-0006TS-Pc for submit@debbugs.gnu.org; Mon, 16 May 2022 06:30:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqXzc-00021z-7m for bug-gnu-emacs@gnu.org; Mon, 16 May 2022 06:30:24 -0400 Received: from dsemy.com ([46.23.89.208]:19498) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqXzY-0003vp-TN for bug-gnu-emacs@gnu.org; Mon, 16 May 2022 06:30:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=taojFK3ssV765 igeEch5p/Y331+eitPuvRoDOlHY0i8=; h=date:subject:to:from; d=dsemy.com; b=S/1O6nZBrFF5xPfdedzt+CogALrJn0sIfkAtlvG8qZ6kcsp9MY1sEc+cR6tO5aygJ9VW 9IoqKMrygXM18Vc2IojL/0hjUoksiN7LSL1jxmVFnLFelrz3RXcmM+FN9bC3phLv+PQKVt cMUan+wykYZgAlTBx5+18cBazZmumj4iC7ZaOWVuGdku0UxO1NqIP1KG7D37+dGnk5UPgu AMCF6e2jySgjtqUwGdXeJ5EL5Motf5/v2C0kqWw1I9+oEl78lLuvhP+hPx5CUaNk6F3aMi YkT+OlJRzAZrhyClhSuL9df9+4N8U+eoS874iGw4K3uNB0NlRjuL5EW1TBuPTPog== Received: from coldharbour (bzq-79-183-62-6.red.bezeqint.net [79.183.62.6]) by dsemy.com (OpenSMTPD) with ESMTPSA id 692bc662 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 16 May 2022 12:30:13 +0200 (CEST) Received: from localhost (coldharbour [local]) by coldharbour (OpenSMTPD) with ESMTPA id 8e891751 for ; Mon, 16 May 2022 10:30:13 +0000 (UTC) From: Daniel Semyonov To: bug-gnu-emacs@gnu.org Subject: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly Date: Mon, 16 May 2022 13:30:13 +0300 Message-ID: <87tu9pahxm.fsf@dsemy.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=46.23.89.208; envelope-from=daniel@dsemy.com; helo=dsemy.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) After invoking 'package-quickstart-refresh' (either manually or automatically), 'package-quickstart.el' contains the following sexp for each package: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ^^ This produces the following error when trying to run Emacs graphically: $ emacs Wrong type argument: stringp, nil No frame is shown afterwards. When launching Emacs using 'emacs -nw' a frame is created, but the user init file isn't executed, and the following line appears at the start of the '*Messages*' buffer: byte-code: Wrong type argument: stringp, nil While I'm not sure what should be present instead of '#$', replacing each occurrence with 'load-true-file-name' and recompiling the file manually seems to fix the issue. Recipe (not sure how useful it is in this case honestly): 1. $ emacs -Q 2. M-x package-quickstart-refresh RET In GNU Emacs 29.0.50 (build 14, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2022-05-16 built on coldharbour Repository revision: 1f76f50a049bcbd43ff2c0dbe1e73b6fa5efc8b5 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101003 System Description: Debian GNU/Linux bookworm/sid Configured using: 'configure --with-x-toolkit=gtk3 --with-xinput2 --with-native-compilation --with-xwidgets --prefix=/opt/Emacs' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBSELINUX LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM XWIDGETS GTK3 ZLIB Important settings: value of $LC_CTYPE: en_US.UTF-8 value of $LANG: en_IL locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t init-gnus-group-key-binding-mode: t gnus-undo-mode: t emms-mode-line-mode: t emms-playing-time-display-mode: t emms-playing-time-mode: t electric-pair-mode: t delete-selection-mode: t pixel-scroll-precision-mode: t repeat-mode: t vcomplete-mode: t display-time-mode: t swsw-mode: t global-auto-revert-mode: t minibuffer-electric-default-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tab-bar-mode: t file-name-shadow-mode: t context-menu-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (gnus-topic nndraft nnmh nnml nnfolder utf-7 epa-file init-gnus gnus-demon xref dabbrev vc vc-git diff-mode vc-dispatcher shadow emacsbug flow-fill sort smiley gnus-cite qp mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-async gnus-bcklg gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-ml gnus-msg disp-table nndoc gnus-cache gnus-dup gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum shr pixel-fill kinsoku url-file url-dired svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time iso8601 gnus-spec gnus-int gnus-range gnus-win gnus nnheader range misearch multi-isearch mm-archive message sendmail yank-media rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util mailabbrev gmm-utils mailheader mail-utils gnutls network-stream url-cache crm debbugs-gnu add-log debbugs-compat debbugs soap-client mm-decode mm-bodies mm-encode url-http url-auth mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm rmc puny rng-xsd rng-dt rng-util xsd-regexp comp comp-cstr rx noutline outline easy-mmode jka-compr find-func shortdoc package-x ffap cl-extra help-fns radix-tree cus-start time-date checkdoc lisp-mnt help-mode flymake-proc flymake project compile text-property-search comint ansi-color warnings thingatpt flyspell ispell display-line-numbers modus-operandi-theme cal-julian modus-themes solar cal-dst cal-menu calendar cal-loaddefs init-interfaces init-web init-volume init-emms emms-mode-line emms-player-mpv emms-playing-time emms-player-simple emms-info-opusinfo emms-info emms-later-do emms emms-compat init-battery battery dbus xml init-programs dired dired-loaddefs init-shell init-pass auth-source-pass init-programming elec-pair init-ui delsel pixel-scroll cua-base ring format-spec repeat vcomplete time swsw autorevert filenotify minibuf-eldef init-personal pcase init-base server finder-inf package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars seq gv subr-x byte-opt bytecomp byte-compile cconv info cus-edit pp cus-load wid-edit cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode 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 lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice simple 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 emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads xwidget-internal dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 773902 108932) (symbols 48 27617 10) (strings 32 141862 12766) (string-bytes 1 5102638) (vectors 16 83777) (vector-slots 8 2043163 91780) (floats 8 3262 477) (intervals 56 2521 1188) (buffers 992 32)) From debbugs-submit-bounces@debbugs.gnu.org Mon May 16 08:23:06 2022 Received: (at 55447) by debbugs.gnu.org; 16 May 2022 12:23:06 +0000 Received: from localhost ([127.0.0.1]:51994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqZkg-0005fW-2U for submit@debbugs.gnu.org; Mon, 16 May 2022 08:23:06 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqZke-0005ek-GT for 55447@debbugs.gnu.org; Mon, 16 May 2022 08:23:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dwGToC5KAOJ2SiOa8z4I0D8z1c7sH3P+xSn0e809fgg=; b=iWSo4Lzzx41gEmJkanrkYvXJ4C bUft56ucZEN0M0136gMJQqYbkfTXYoP1oYH+iDeWdwJGXqL54ZNeir8M4oovwV+eDCCe5I2MDKG+L uxO6MiBYWVnDM8ZyUky78n+bwo5214aairKQf9DzWQzooI++v87H44g8yhD6m17t6Efs=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqZkW-0004gU-73; Mon, 16 May 2022 14:22:58 +0200 From: Lars Ingebrigtsen To: Daniel Semyonov Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly References: <87tu9pahxm.fsf@dsemy.com> Date: Mon, 16 May 2022 14:22:55 +0200 In-Reply-To: <87tu9pahxm.fsf@dsemy.com> (Daniel Semyonov's message of "Mon, 16 May 2022 13:30:13 +0300") Message-ID: <87fsl9fyzk.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Daniel Semyonov writes: > After invoking 'package-quickstart-refresh' (either manually or > automatically), 'package-quickstart.el' contains the following sexp for > each package: > > (add-to-list 'load-path (directory-file- [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55447 Cc: 55447@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Daniel Semyonov writes: > After invoking 'package-quickstart-refresh' (either manually or > automatically), 'package-quickstart.el' contains the following sexp for > each package: > > (add-to-list 'load-path (directory-file-name > (or (file-name-directory #$) (car load-path)))) > ^^ I suspect that you have some .elc files that have been corrupted by an earlier Emacs version at some point (I vaguely remember there being an error here for a couple of days a while ago). Try deleting all the .elc files in your package directory and see whether that helps. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon May 16 08:23:14 2022 Received: (at control) by debbugs.gnu.org; 16 May 2022 12:23:14 +0000 Received: from localhost ([127.0.0.1]:51997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqZko-0005ft-9w for submit@debbugs.gnu.org; Mon, 16 May 2022 08:23:14 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqZkh-0005fH-Rd for control@debbugs.gnu.org; Mon, 16 May 2022 08:23:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=c3Pm6VpTJqFjKIv8MnYm0X44PHSwhNCvheCKGgqY9tc=; b=tSufHJO0nPf9Q2eIzGVrYKb5QI p5sJkxrybmIYqt64oNqKcGkdvq1HZqDsXFh07neZMJXAzU6VDB53CV0Y6xrYI75+0bjbokulAuj96 +y4Zht7ivfmkgwB/T6KidX6blIwH9aC8w4+2FVsea1yf992SUMT/uqg8U4xvUCdO6vgc=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqZka-0004gb-Aj for control@debbugs.gnu.org; Mon, 16 May 2022 14:23:02 +0200 Date: Mon, 16 May 2022 14:22:59 +0200 Message-Id: <87ee0tfyzg.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #55447 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 55447 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 55447 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 02:04:54 2022 Received: (at 55447) by debbugs.gnu.org; 17 May 2022 06:04:54 +0000 Received: from localhost ([127.0.0.1]:55616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqqKE-000789-8L for submit@debbugs.gnu.org; Tue, 17 May 2022 02:04:54 -0400 Received: from dsemy.com ([46.23.89.208]:6757) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqqKB-00077v-VM for 55447@debbugs.gnu.org; Tue, 17 May 2022 02:04:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=O5XoWW5FdDFiV WPMAVxdj4TyawJwUNy7TPU5HGWMn+U=; h=in-reply-to:date:references: subject:cc:to:from; d=dsemy.com; b=LvzqcxbKWq/EOUgOIK8g3bzQe6+tJ57XXxz vOodtdj+j4L8lokeAHIawfBzgC8CHXhrF8Abm56nEd5N+V7ItXtZxT9JyF1mdLaAbKwdgD EZE+htF10faYwdG/g86tx6TzbcVtFqoPYYPATtJJ28Sdh0X3mEwGG8bmJ7FSkQ5KI9RH65 DrvbCkwbOZJNGIQkLd06+bgpnqx9S2xXnh1aiqGxnkfGOZwnu3Tz1Iw5kCMcEAC10WmnxN y6CuDQDMZSxf8Kf7vOSdmxDk8fFSTWuuC3FmZCStoySJwk4smhVpHDcDrikELDUQyKsrTx nCoPvSbXoRw02KWdFYq8A13+BRA== Received: from coldharbour (bzq-79-183-62-6.red.bezeqint.net [79.183.62.6]) by dsemy.com (OpenSMTPD) with ESMTPSA id 5684c88f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 17 May 2022 08:04:44 +0200 (CEST) Received: from localhost (coldharbour [local]) by coldharbour (OpenSMTPD) with ESMTPA id 8d956b4f; Tue, 17 May 2022 06:04:42 +0000 (UTC) From: Daniel Semyonov To: Lars Ingebrigtsen Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly References: <87tu9pahxm.fsf@dsemy.com> <87fsl9fyzk.fsf@gnus.org> Date: Tue, 17 May 2022 09:04:42 +0300 In-Reply-To: <87fsl9fyzk.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 16 May 2022 14:22:55 +0200") Message-ID: <87mtfg8zk5.fsf@dsemy.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 55447 Cc: 55447@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >>>>> Lars Ingebrigtsen writes: > Try deleting all the .elc files in your package directory and see > whether that helps. I have deleted 'package-quickstart.el{,c}', all '*.elc' files in my package directory, restarted Emacs, then regenerated 'package-quickstart.el', and the same issue occurs. BTW, initially I assumed this was an issue with my configuration somehow, but it now seems that two more people have encountered this issue (https://lists.gnu.org/archive/html/emacs-devel/2022-05/msg00702.html). Thanks for looking into this. From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 04:53:26 2022 Received: (at 55447) by debbugs.gnu.org; 17 May 2022 08:53:26 +0000 Received: from localhost ([127.0.0.1]:55832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqsxK-0005Gr-BP for submit@debbugs.gnu.org; Tue, 17 May 2022 04:53:26 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqsxH-0005Ge-TY for 55447@debbugs.gnu.org; Tue, 17 May 2022 04:53:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=oKnHgFx/TY3a+FIRtAQvI8/A6X2rs8rVIQbL0aWu56g=; b=rDY9myoTS95H7s/manZOogHP9l hjKv2xoAZjd0zLUD2wz6xYDTleHef32LLjhYtP9o6swIKAM8Bj0+2op+qd2wGiUgS7eBfclzA4Jbc uY/R6Q3Ds3Ge7TWSqcVZ6Yp7TYftMLN+X+/bAVQfVWT1v9oeaRlhoVSQEiMq4KNG1GSA=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqsx6-0008Dk-F4; Tue, 17 May 2022 10:53:17 +0200 From: Lars Ingebrigtsen To: Daniel Semyonov Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly References: <87tu9pahxm.fsf@dsemy.com> <87fsl9fyzk.fsf@gnus.org> <87mtfg8zk5.fsf@dsemy.com> X-Now-Playing: Vinicius =?utf-8?Q?Cantu=C3=A1ria's?= _Vinicius_: "Novo de Sete" Date: Tue, 17 May 2022 10:53:09 +0200 In-Reply-To: <87mtfg8zk5.fsf@dsemy.com> (Daniel Semyonov's message of "Tue, 17 May 2022 09:04:42 +0300") Message-ID: <87lev0mtfu.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Daniel Semyonov writes: > I have deleted 'package-quickstart.el{,c}', all '*.elc' files in my > package directory, restarted Emacs, then regenerated > 'package-quickstart.el', and the same issue occurs. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55447 Cc: 55447@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Daniel Semyonov writes: > I have deleted 'package-quickstart.el{,c}', all '*.elc' files in my > package directory, restarted Emacs, then regenerated > 'package-quickstart.el', and the same issue occurs. I can reproduce this problem, too, but so far, I don't understand it. The quickstart file includes these things from the package autoloads: --- (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) --- Which... is wrong on many levels, I think? Because this would just put ~/.emacs.d/ into the load path if it worked (which isn't what we wanted to achieve), and the `or' statement itself is slightly nonsensical (what is it really trying to test here? #$ should always return a file name?) But the regression is that #$ returns nil now in this case, and I'm not sure why. Anybody? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 04:58:05 2022 Received: (at 55447) by debbugs.gnu.org; 17 May 2022 08:58:05 +0000 Received: from localhost ([127.0.0.1]:55836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqt1l-0005Ne-Tx for submit@debbugs.gnu.org; Tue, 17 May 2022 04:58:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqt1k-0005NP-C1 for 55447@debbugs.gnu.org; Tue, 17 May 2022 04:58:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/sldVQmuY8qmdSIDMKoRyQNQdM0/TXhYQryIKHFIhmY=; b=IWUQGCDGJYtQcQeO6pA5b3mYaV Wc/vw2xTnPhr2GlO1PdFSNgP9JANmI6D7kFQ6LDCyrMlsXHFWKLGjgBfwkxJqTDeJSbDaXCL66bkv 1JPDKM3c9+Mq7xPkzXwwaKopCFPXCcjpqgFh36xcA1WMAQiKSiQKjwG7hS24iCi8rWQg=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqt1b-0008G6-VX; Tue, 17 May 2022 10:57:54 +0200 From: Lars Ingebrigtsen To: Daniel Semyonov Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly References: <87tu9pahxm.fsf@dsemy.com> <87fsl9fyzk.fsf@gnus.org> <87mtfg8zk5.fsf@dsemy.com> <87lev0mtfu.fsf@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEVJTE1EOjoxMTZP Qj06REc2O0E4QT5jZWaLj5B9gYP///9Yq6VJAAAAAWJLR0QKaND0VgAAAAd0SU1FB+YFEQg5AsIV UJsAAAGFSURBVDjLvZO9boMwEMcPNymMgb4AnHCztuUFELLVNbJ8L5AnqFhoNoRSpV275HVrA0nA OGtvAMm/+/qffQAAcRwniBnODJ6CTZAESZZlSTwDsfV/MXHFa/BQFOY7ApNjA8EmLoo345HFmFwB ApQVumYBKi39gLQgL+AkFgSGH2ldeYE2MT7ABSrJJ8c0AhKYCyHUeKwlXWuYnrm6RfAJ8HflUV4K qb3KAVamrJA+ILkSlXLBIIyrRQTesf8ETltqvFrF59Pilzt388hZDT7NhKCH5IS3IrkdHCxmgSiq O+2KuQ5yAI3F+A1UPZA0ejsSx+ezvBC49G1lTITSUIOu2Njzft8XTxm7AGkS7Nhj9VFZgduu2+VM aUwZYIMR1OxsAaZt14S/x8P6/fgdnjDa1V+ftQXbrj039ekko/bncMYo7drGAl0yBul6FYoSQDJM USluU/UTI8qlqPKZDrsvZjnLlUCtHIFcl+bxOtcIOWrzponInZU97v25EwEhCLMjZtPm4A9DtrkE OkcoRAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wNS0xN1QwODo1NzowMiswMDowMDgOZIEAAAAl dEVYdGRhdGU6bW9kaWZ5ADIwMjItMDUtMTdUMDg6NTc6MDIrMDA6MDBJU9w9AAAAAElFTkSuQmCC X-Now-Playing: Vinicius =?utf-8?Q?Cantu=C3=A1ria's?= _Horse and Fish_: =?utf-8?Q?=22Prociss=C3=A3o=22?= Date: Tue, 17 May 2022 10:57:49 +0200 In-Reply-To: <87lev0mtfu.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 17 May 2022 10:53:09 +0200") Message-ID: <87h75omt82.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > Which... is wrong on many levels, I think? D'oh, I missed this bit: Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55447 Cc: 55447@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen writes: > Which... is wrong on many levels, I think? D'oh, I missed this bit: (let ((load-true-file-name "/home/larsi/.emacs.d/elpa/xelb-0.18/xelb-autoloads.el")(load-file-name "/home/larsi/.emacs.d/elpa/xelb-0.18/xelb-autoloads.el")) (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) So that's OK, then. It seems like the package-quickstart.elc file is broken... hm... -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 05:24:43 2022 Received: (at 55447) by debbugs.gnu.org; 17 May 2022 09:24:43 +0000 Received: from localhost ([127.0.0.1]:55849 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqtRa-00062l-Qx for submit@debbugs.gnu.org; Tue, 17 May 2022 05:24:42 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqtRX-00062W-WE for 55447@debbugs.gnu.org; Tue, 17 May 2022 05:24:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8bf8/bMOvVwl8mV46+qR8wTWL7dgjtw6SdJbf/D8GiI=; b=BbCc2wS0Q3L8V9+10R0pyv002b pG88hLfpYnEUPUtMTgKJCFcPOWNumaLqpD2/+FKWMo+/6UuSYgG6L7DYOG8WejvaviuULxXreQkY9 RF9XSdFWmWcr1QcF7jZ4aTQ/O2iDTbwgVPQkbhCeYNn2GimL+aeYFR2C/6aLjb66Btyw=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqtRP-00009g-75; Tue, 17 May 2022 11:24:33 +0200 From: Lars Ingebrigtsen To: Daniel Semyonov Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly References: <87tu9pahxm.fsf@dsemy.com> <87fsl9fyzk.fsf@gnus.org> <87mtfg8zk5.fsf@dsemy.com> <87lev0mtfu.fsf@gnus.org> <87h75omt82.fsf@gnus.org> X-Now-Playing: Vinicius =?utf-8?Q?Cantu=C3=A1ria's?= _Horse and Fish_: "Cubanos Postizos" Date: Tue, 17 May 2022 11:24:30 +0200 In-Reply-To: <87h75omt82.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 17 May 2022 10:57:49 +0200") Message-ID: <875ym4mrzl.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: In Emacs 28, the quickstart file has: (add-to-list 'load-path (directory-file-name (or (file-name-directory "/home/larsi/.emacs.d/elpa/xelb-0.18/xelb-autoloads.el") (car load-path)))) So it's not expanding those #$ things any more when generating autoloads? Is this something that started happening in the last few days? Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55447 Cc: 55447@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) In Emacs 28, the quickstart file has: (add-to-list 'load-path (directory-file-name (or (file-name-directory "/home/larsi/.emacs.d/elpa/xelb-0.18/xelb-autoloads.el") (car load-path)))) So it's not expanding those #$ things any more when generating autoloads? Is this something that started happening in the last few days? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 05:46:35 2022 Received: (at 55447) by debbugs.gnu.org; 17 May 2022 09:46:36 +0000 Received: from localhost ([127.0.0.1]:55875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqtml-0000NR-P3 for submit@debbugs.gnu.org; Tue, 17 May 2022 05:46:35 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqtmj-0000ND-GX for 55447@debbugs.gnu.org; Tue, 17 May 2022 05:46:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=7lQoPE9wPCoaAR/HrII00cEOYJF8I458w5rppvT8GQ4=; b=LUY6sAKH3GQnwTSaGgyRVv1pZp vZ6QgStpNp/MuRKYy9W6tfsTr/iK31vAcc6uGtwG6Q0ZTlooFRNnuKYJYvC79YZ7gmIEbEHWzmiUZ bAMBOv5Z8QQTw4X9BQx+RvlRTUEU/Ji7MU8fYptYDgGPSOG6vs3GFOsZ3NWXhaHtq4nk=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqtmV-0000QS-C0; Tue, 17 May 2022 11:46:25 +0200 From: Lars Ingebrigtsen To: Daniel Semyonov Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly References: <87tu9pahxm.fsf@dsemy.com> <87fsl9fyzk.fsf@gnus.org> <87mtfg8zk5.fsf@dsemy.com> <87lev0mtfu.fsf@gnus.org> <87h75omt82.fsf@gnus.org> <875ym4mrzl.fsf@gnus.org> X-Now-Playing: Vinicius =?utf-8?Q?Cantu=C3=A1ria's?= _Horse and Fish_: "O Nome Dela" Date: Tue, 17 May 2022 11:46:18 +0200 In-Reply-To: <875ym4mrzl.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 17 May 2022 11:24:30 +0200") Message-ID: <871qwsmqz9.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: The problem is here: ; ; Fixup the special #$ reader form and throw away comments. (while (re-search-forward "#\\$\\|^;\\(.*\n\\)" nil 'move) (unless (nth 8 (syntax-ppss)) (replace-match (if (match-end 1) "" pfile) t t))) Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55447 Cc: Stefan Monnier , 55447@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) The problem is here: ;; Fixup the special #$ reader form and throw away comments. (while (re-search-forward "#\\$\\|^;\\(.*\n\\)" nil 'move) (unless (nth 8 (syntax-ppss)) (replace-match (if (match-end 1) "" pfile) t t))) This assumes that syntax-ppss doesn't change match data, and that was apparently true in Emacs 28, but is no longer true. Slapping a (save-match-data ...) around that fixes this problem. Stefan, is syntax-ppss supposed to not clobber match data? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 08:16:47 2022 Received: (at 55447) by debbugs.gnu.org; 17 May 2022 12:16:47 +0000 Received: from localhost ([127.0.0.1]:55999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqw86-0000KA-RC for submit@debbugs.gnu.org; Tue, 17 May 2022 08:16:47 -0400 Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:64280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqw85-0000Ju-6U for 55447@debbugs.gnu.org; Tue, 17 May 2022 08:16:45 -0400 Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id D514880767; Tue, 17 May 2022 08:16:39 -0400 (EDT) Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 802BF80626; Tue, 17 May 2022 08:16:38 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1652789798; bh=NROamTWUKhK4rFIdzrI79XUKur9083xOgCRXAlgcsk0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=LiEfuj+iKqy7ypRbAcBM0ArV8vpZ6LmhGxj6etKif81OE7TxiYpsXL5Cs/mX9I/8j Z6WL79dQZsMyoVgkneTijwtIq5oidVn8Hnz2tMWbkjbBctwY533GKvGwUPgUEYiRtm kQHY+FyN97n9VL4uu+tqAFk7LS6P4G4VwSXDac52XZYMRSyy561sTN0NzAj3WqHkf9 E47rFrnxoVb6lcEVwG2rm8i7FtthKa1IeMHds0Kw1Xf/mfWLdW9rvinBI9yEJBKNj9 kriLbwfjy+2snNX7FVuPxwH9wlbJ5j0PXpi7WCnzZaLFIAt5J5O9ATNF103xP/zxxK AsMRqoagDf9Cw== Received: from pastel (unknown [45.72.221.51]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 0E113120521; Tue, 17 May 2022 08:16:38 -0400 (EDT) From: Stefan Monnier To: Lars Ingebrigtsen Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly Message-ID: References: <87tu9pahxm.fsf@dsemy.com> <87fsl9fyzk.fsf@gnus.org> <87mtfg8zk5.fsf@dsemy.com> <87lev0mtfu.fsf@gnus.org> <87h75omt82.fsf@gnus.org> <875ym4mrzl.fsf@gnus.org> <871qwsmqz9.fsf@gnus.org> Date: Tue, 17 May 2022 08:16:36 -0400 In-Reply-To: <871qwsmqz9.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 17 May 2022 11:46:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SPAM-INFO: Spam detection results: 0 ALL_TRUSTED -1 Passed through trusted hosts only via SMTP AWL -0.054 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain T_SCC_BODY_TEXT_LINE -0.01 - X-SPAM-LEVEL: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55447 Cc: 55447@debbugs.gnu.org, Daniel Semyonov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Lars Ingebrigtsen [2022-05-17 11:46:18] wrote: > Stefan, is syntax-ppss supposed to not clobber match data? No, that's an unsafe assumption. Thanks for spotting the problem, Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 13:33:41 2022 Received: (at 55447) by debbugs.gnu.org; 17 May 2022 17:33:41 +0000 Received: from localhost ([127.0.0.1]:57801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nr14m-0003F9-Th for submit@debbugs.gnu.org; Tue, 17 May 2022 13:33:41 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nr14k-0003Eq-TO for 55447@debbugs.gnu.org; Tue, 17 May 2022 13:33:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VyxieybuLSpDsma2niSQnmVzeWU+DHUNXMLTFUy4oIo=; b=E+kTiN9cy5AZ/rzDrmlPZILmIE SAz275SjWxuv7Z2nd2dFl1lFcoGitySIdsi8e9PpLLjQpEqjr1GGlOyMJwXn6GdpfLx+1xCBu/7QH gY/GVoHmijjXs0pZsu3Jv6EZsJVaMQXcv4O2aKlzStpUserAcwE+RWebs10aHRg5uv64=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nr14a-0004JQ-MB; Tue, 17 May 2022 19:33:30 +0200 From: Lars Ingebrigtsen To: Stefan Monnier Subject: Re: bug#55447: 29.0.50; package-quickstart.el contains '#$', preventing Emacs from initializing correctly References: <87tu9pahxm.fsf@dsemy.com> <87fsl9fyzk.fsf@gnus.org> <87mtfg8zk5.fsf@dsemy.com> <87lev0mtfu.fsf@gnus.org> <87h75omt82.fsf@gnus.org> <875ym4mrzl.fsf@gnus.org> <871qwsmqz9.fsf@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEUXFBRMSTmGg3z/ //9RdGjbAAAAAWJLR0QDEQxM8gAAAAlwSFlzAAAASAAAAEgARslrPgAAAAd0SU1FB+YFEREZLe+3 0Z8AAADZSURBVCjPpVFBDsMgDEukcAcJ/mOkdmcqlcO+sJ9trxwpBLbTDotUimUnJA7RH+HR/8x6 DiB6EVPM49IRuZUdVw5Ug3MQOAhcOyVHJQrPTuylEXh0kPHZCijLR+m80aS9LCUCnb1brZ2YkUdp 9qLsFZVT69Vk202PkRKLJx4DiVMDDAhADBs7zwalqBveHGvPmDvcIMcx9U41MKp5WI8NbKMlFGtt JwfvYwepfe6MlqOmTK9bhDIuhY7iy9pBMkf0hdcah5vrQyZ33Y/lQN2M5mGkBdLXFn7HGyDlGwKd v7G9AAAAWmVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABS ASgAAwAAAAEAAQAAAhMAAwAAAAEAAQAAAAAAAAAAAEgAAAABAAAASAAAAAGUgcktAAAAJXRFWHRk YXRlOmNyZWF0ZQAyMDIyLTA1LTE3VDE3OjI1OjQ0KzAwOjAwSCWuvAAAACV0RVh0ZGF0ZTptb2Rp ZnkAMjAyMi0wNS0xN1QxNzoyNTo0NCswMDowMDl4FgAAAAAXdEVYdGV4aWY6WUNiQ3JQb3NpdGlv bmluZwAxrA+AYwAAAABJRU5ErkJggg== X-Now-Playing: Feathered Sun's _Saubohnen EP_: "Saubohnen" Date: Tue, 17 May 2022 19:33:28 +0200 In-Reply-To: (Stefan Monnier's message of "Tue, 17 May 2022 08:16:36 -0400") Message-ID: <87ee0skqs7.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Stefan Monnier writes: >> Stefan, is syntax-ppss supposed to not clobber match data? > > No, that's an unsafe assumption. Thanks; then my changes to `package-quickstart-refresh' in Emacs 29 should be sufficient to fix the problem, and I'm therefore closing this bug report. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55447 Cc: 55447@debbugs.gnu.org, Daniel Semyonov X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Stefan Monnier writes: >> Stefan, is syntax-ppss supposed to not clobber match data? > > No, that's an unsafe assumption. Thanks; then my changes to `package-quickstart-refresh' in Emacs 29 should be sufficient to fix the problem, and I'm therefore closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue May 17 13:33:50 2022 Received: (at control) by debbugs.gnu.org; 17 May 2022 17:33:50 +0000 Received: from localhost ([127.0.0.1]:57804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nr14w-0003FY-4f for submit@debbugs.gnu.org; Tue, 17 May 2022 13:33:50 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nr14u-0003FI-Du for control@debbugs.gnu.org; Tue, 17 May 2022 13:33:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Th4FCjZMGWrL6zJYbekqCNDZdjdJwMscV04EYE1qCfc=; b=O7YG4wPnTe3Ygb6yG61GHVUiJX ndwHI76zISOPKj+7GlIhOetV/a1gCFFDan9dLIG7E19vuR6oJmuftDNoexdRQJW3dJYF0QBpVMyen +/fr96DPx+JXViWb6Xrb6UPTV0UXCuCZD/rGuGMx+KDW6hvSz6f9XEH5HIUMBwQwA4E4=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nr14m-0004Jj-Eg for control@debbugs.gnu.org; Tue, 17 May 2022 19:33:42 +0200 Date: Tue, 17 May 2022 19:33:39 +0200 Message-Id: <87czgckqrw.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #55447 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 55447 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 55447 29.1 quit From unknown Mon Jun 23 04:11:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Jun 2022 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator