X-Loop: help-debbugs@HIDDEN Subject: bug#67920: 30.0.50; "*Compile-Log" is not `compilation-mode' if `byte-compile-file' found "no lexical-binding" Resent-From: OGAWA Hirofumi <hirofumi@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Wed, 20 Dec 2023 06:44:01 +0000 Resent-Message-ID: <handler.67920.B.17030546374681 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 67920 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 67920 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.17030546374681 (code B ref -1); Wed, 20 Dec 2023 06:44:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Dec 2023 06:43:57 +0000 Received: from localhost ([127.0.0.1]:38487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rFqJA-0001DR-VB for submit <at> debbugs.gnu.org; Wed, 20 Dec 2023 01:43:57 -0500 Received: from lists.gnu.org ([2001:470:142::17]:53254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <hirofumi@HIDDEN>) id 1rFqJ9-0001D2-0L for submit <at> debbugs.gnu.org; Wed, 20 Dec 2023 01:43:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <hirofumi@HIDDEN>) id 1rFqIu-00087j-2i for bug-gnu-emacs@HIDDEN; Wed, 20 Dec 2023 01:43:40 -0500 Received: from mail.parknet.co.jp ([210.171.160.6]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from <hirofumi@HIDDEN>) id 1rFqIo-0000xr-Va for bug-gnu-emacs@HIDDEN; Wed, 20 Dec 2023 01:43:38 -0500 Received: from ibmpc.myhome.or.jp (server.parknet.ne.jp [210.171.168.39]) by mail.parknet.co.jp (Postfix) with ESMTPSA id B62522051588 for <bug-gnu-emacs@HIDDEN>; Wed, 20 Dec 2023 15:43:26 +0900 (JST) Received: from devron.myhome.or.jp (foobar@HIDDEN [192.168.0.3]) by ibmpc.myhome.or.jp (8.17.2/8.17.2/Debian-1) with ESMTPS id 3BK6hPxZ017698 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for <bug-gnu-emacs@HIDDEN>; Wed, 20 Dec 2023 15:43:26 +0900 Received: from devron.myhome.or.jp (foobar@localhost [127.0.0.1]) by devron.myhome.or.jp (8.17.2/8.17.2/Debian-1) with ESMTPS id 3BK6hP76100282 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for <bug-gnu-emacs@HIDDEN>; Wed, 20 Dec 2023 15:43:25 +0900 Received: (from hirofumi@localhost) by devron.myhome.or.jp (8.17.2/8.17.2/Submit) id 3BK6hPaH100281; Wed, 20 Dec 2023 15:43:25 +0900 From: OGAWA Hirofumi <hirofumi@HIDDEN> Date: Wed, 20 Dec 2023 15:43:25 +0900 Message-ID: <87sf3xtlv6.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Received-SPF: pass client-ip=210.171.160.6; envelope-from=hirofumi@HIDDEN; helo=mail.parknet.co.jp X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.0 (/) `byte-compile-file' in current master branch behaves strange if the file is not including "-*- lexical-binding: t; -*-" mark. (progn (with-temp-file "foo.el" ()) (byte-compile-file "foo.el")) The above code outputs to "*Compile-Log" with `special-mode' like following In toplevel form: foo.el:1:1: Warning: file has no $B!F(Blexical-binding$B!G(B directive on its first line If there is "-*- lexical-binding: t; -*-" mark in the file, "*Compile-Log*" is with `compilation-mode' as expected. In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-12-19 built on devron Repository revision: d0e3dfa764cdb5c15c2a525b455df495097a86bb Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101009 System Description: Debian GNU/Linux trixie/sid Configured using: 'configure --with-x-toolkit=gtk3 --without-xim --with-imagemagick --with-wide-int --with-native-compilation=aot' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ IMAGEMAGICK JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LANG: ja_JP.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t bug-reference-mode: t server-mode: t flycheck-pos-tip-mode: t global-flycheck-mode: t global-company-mode: t company-mode: t auto-insert-mode: t yas-global-mode: t yas-minor-mode: t electric-pair-mode: t icomplete-mode: t savehist-mode: t repeat-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t minibuffer-regexp-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow bbdb-message mailalias emacsbug mule-util sort gnus-cite shr-color color mm-archive mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-bcklg qp hl-line elfeed-show elfeed-search bookmark elfeed-csv elfeed elfeed-curl elfeed-log elfeed-db elfeed-lib avl-tree url-queue xml-query gnus-async bbdb-gnus-aux gnus-ml disp-table gnus-topic url-http url-gw url-cache utf-7 epa-file network-stream nsm nnfolder bbdb-gnus nnnil bbdb-mua spam spam-stat bbdb-com crm bbdb bbdb-site timezone gnus-uu yenc gnus-demon gnus-delay gnus-draft gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom nndraft nnmh gnus-xoauth2 oauth2-ext plstore gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util time-date mail-utils range mm-util mail-prsvr dired-aux files-x dircolors-faces dired-x dired dired-loaddefs grep-context comp-run comp-common flyspell ispell vc-hg vc-git cus-start diff-mode vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view easy-mmode pcvs-util vc vc-dispatcher bug-reference thingatpt server auth-source-pass company-cscope company-yasnippet url-auth generic-x flycheck-relint relint compile text-property-search comint ansi-osc xr flycheck-pos-tip pos-tip flycheck ansi-color find-func rx dash company-oddmuse company-keywords company-etags etags fileloop generator xref project ring company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-capf company-cmake company-semantic company-template company-bbdb company pcase autoinsert cl-extra yasnippet help-mode elec-pair icomplete savehist advice browse-kill-ring delsel tab-bar-session desktop frameset repeat mozc-im-plus mozc-popup popup mozc vcard-autoloads startup-elisp-autoloads rfc-autoloads mozc-im-plus-autoloads misc-autoloads magit-mini-autoloads lookup-autoloads langtool-autoloads grammar-check-autoloads go-translate-autoloads gnus-xoauth2-autoloads debian-autoloads cxrefs-autoloads company-cscope-autoloads bbdb-loaddefs cus-edit pp cus-load icons wid-edit browse-kill-ring-autoloads company-autoloads coterm-autoloads csv-mode-autoloads elfeed-autoloads expand-region-autoloads flycheck-autoloads dash-autoloads git-modes-autoloads info compat-autoloads gnuplot-autoloads graphviz-dot-mode-autoloads grep-context-autoloads lua-mode-autoloads markdown-mode-autoloads mozc-autoloads php-mode-autoloads po-mode-autoloads popup-autoloads pos-tip-autoloads relint-autoloads rust-mode-autoloads vundo-autoloads wgrep-autoloads xr-autoloads yaml-mode-autoloads yasnippet-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib japan-util rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen 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 seq simple cl-generic indonesian philippine 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 theme-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 dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 1140993 1196637) (symbols 48 27817 12) (strings 32 1233466 63605) (string-bytes 1 49423824) (vectors 16 369106) (vector-slots 8 4736667 344176) (floats 8 91695 106205) (intervals 56 5080 3514) (buffers 984 30)) -- OGAWA Hirofumi <hirofumi@HIDDEN>
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: OGAWA Hirofumi <hirofumi@HIDDEN> Subject: bug#67920: Acknowledgement (30.0.50; "*Compile-Log" is not `compilation-mode' if `byte-compile-file' found "no lexical-binding") Message-ID: <handler.67920.B.17030546374681.ack <at> debbugs.gnu.org> References: <87sf3xtlv6.fsf@HIDDEN> X-Gnu-PR-Message: ack 67920 X-Gnu-PR-Package: emacs Reply-To: 67920 <at> debbugs.gnu.org Date: Wed, 20 Dec 2023 06:44:01 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 67920 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 67920: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67920 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
X-Loop: help-debbugs@HIDDEN Subject: bug#67920: 30.0.50; "*Compile-Log" is not `compilation-mode' if `byte-compile-file' found "no lexical-binding" Resent-From: Eli Zaretskii <eliz@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Thu, 21 Dec 2023 13:08:02 +0000 Resent-Message-ID: <handler.67920.B67920.170316406422415 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 67920 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: OGAWA Hirofumi <hirofumi@HIDDEN>, Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= <mattiase@HIDDEN> Cc: 67920 <at> debbugs.gnu.org Received: via spool by 67920-submit <at> debbugs.gnu.org id=B67920.170316406422415 (code B ref 67920); Thu, 21 Dec 2023 13:08:02 +0000 Received: (at 67920) by debbugs.gnu.org; 21 Dec 2023 13:07:44 +0000 Received: from localhost ([127.0.0.1]:42622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rGIm8-0005pT-73 for submit <at> debbugs.gnu.org; Thu, 21 Dec 2023 08:07:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1rGIm5-0005pD-3E for 67920 <at> debbugs.gnu.org; Thu, 21 Dec 2023 08:07:42 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@HIDDEN>) id 1rGIlt-00015f-QR; Thu, 21 Dec 2023 08:07:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=X+Q5lYvdNIw7ihHkCjnFPVQBC9WRKLNR7skd8Uk+eig=; b=SPevpXfXULp1/sxJJQZy 4GK3y5ohihD/veEq+3KQqSv7q8m1eOrolHNmi0QJuFAN8qaJ+lrZ7MZX4A8bUjbYoIMltW7UaBAR5 pskPYeLMKXGph8bayiDgc3p44OVHBmaImrrW664TzkNKv0RIpYBBz6eYoXfRhmCdt1VP2fXQlxUhy K6SuiFfayqscNDGkDdxKgKV3SsiWonBJe+ZuythbOM6Mjtg0bfqt/Bw4RHSAQfuo1K7DeGa8jlBFS uT3zUZVwDGoiLXO4DEuGp3GwFkxeCT3nHXsUtvRj4XSBqRYjKf382qUYj7jTgRt8zwbF3w4X43zqI zYSxbUpOuz4x6g==; Date: Thu, 21 Dec 2023 15:07:15 +0200 Message-Id: <83ttobg0vw.fsf@HIDDEN> From: Eli Zaretskii <eliz@HIDDEN> In-Reply-To: <87sf3xtlv6.fsf@HIDDEN> (message from OGAWA Hirofumi on Wed, 20 Dec 2023 15:43:25 +0900) References: <87sf3xtlv6.fsf@HIDDEN> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) > From: OGAWA Hirofumi <hirofumi@HIDDEN> > Date: Wed, 20 Dec 2023 15:43:25 +0900 > > > `byte-compile-file' in current master branch behaves strange if the file > is not including "-*- lexical-binding: t; -*-" mark. > > (progn > (with-temp-file "foo.el" ()) > (byte-compile-file "foo.el")) > > The above code outputs to "*Compile-Log" with `special-mode' like following > > In toplevel form: > foo.el:1:1: Warning: file has no ‘lexical-binding’ directive on its first > line > > If there is "-*- lexical-binding: t; -*-" mark in the file, > "*Compile-Log*" is with `compilation-mode' as expected. Mattias, this seems to be due to your change in commit a3db503351e: the call to byte-compile-warn-x you added there logs a warning too early, which has two adverse effects: (a) the compilation directory is not logged as the directory of the file being compiled (Emacs thinks it's the original directory where Emacs was started), and (b) the value of byte-compile-last-logged-file is set to the name of the file being compiled, which then defeats the logic in byte-compile-log-file of turning on emacs-lisp-compilation-mode in the log buffer. Could you please look into this?
X-Loop: help-debbugs@HIDDEN Subject: bug#67920: 30.0.50; "*Compile-Log" is not `compilation-mode' if `byte-compile-file' found "no lexical-binding" Resent-From: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= <mattias.engdegard@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Fri, 22 Dec 2023 12:19:01 +0000 Resent-Message-ID: <handler.67920.B67920.170324750128030 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 67920 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii <eliz@HIDDEN> Cc: OGAWA Hirofumi <hirofumi@HIDDEN>, 67920 <at> debbugs.gnu.org Received: via spool by 67920-submit <at> debbugs.gnu.org id=B67920.170324750128030 (code B ref 67920); Fri, 22 Dec 2023 12:19:01 +0000 Received: (at 67920) by debbugs.gnu.org; 22 Dec 2023 12:18:21 +0000 Received: from localhost ([127.0.0.1]:46181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rGeTt-0007I1-4j for submit <at> debbugs.gnu.org; Fri, 22 Dec 2023 07:18:21 -0500 Received: from mail-lj1-x230.google.com ([2a00:1450:4864:20::230]:54604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mattias.engdegard@HIDDEN>) id 1rGeTr-0007Hl-3N for 67920 <at> debbugs.gnu.org; Fri, 22 Dec 2023 07:18:20 -0500 Received: by mail-lj1-x230.google.com with SMTP id 38308e7fff4ca-2ccad57dadbso4221981fa.1 for <67920 <at> debbugs.gnu.org>; Fri, 22 Dec 2023 04:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703247488; x=1703852288; darn=debbugs.gnu.org; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:sender:from:to:cc:subject :date:message-id:reply-to; bh=q09zRjjTN5BHrwbd7VeOtUSZ/ZxiNyyPaxH+4DmJ/Dc=; b=SQJOsmMFHhVztMIagJ47NnvHvSQasg/vyAXOQFKRrjbOZ7q+/6DHm1C2eIBTEw40rE K6Jb5k0KuacsTz/Eh38glD8q7apQRCRKEMEs4Fk2ta8aBq6qQnlj2ojP4Wh6/45fpk50 uacgAl/DwqCvBR+JKSmQyZTZavgZVZBEvyjKodp2Nj9nFfBjeAfjrhQP65YMkwk0u2ui HOgG9cEB+s/yMzcoH66OrapR6mxolBfTWJGON2K9UldZB9MhxoXr2G34jvO7IXOzN/dV lrrK9J958hcuLQb0rHLcaDm+tgAMsWhX3Ov7wIFf8R9gqW9KCheBCEkxfHW5a0ntQ5qr kUdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703247488; x=1703852288; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:sender:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=q09zRjjTN5BHrwbd7VeOtUSZ/ZxiNyyPaxH+4DmJ/Dc=; b=eU+vEXQMp0LqcmKlKwYHcuh69yMsgD0LQIrVhsvAZNzmomUkx7aMQ2Pc3g2CKsqNk1 LbX9zsceDC815zvBfOLhcfKOv8sc/V7bp4hJTtMS4TiEfV0riQ+d6uNsyDO5B/lWzjmI myqODBAv6/HS6JtywOIJnLJ4RKqeNWlBrqd6t8S7IadmsJ6CBHIWN5+meVnYNz3dCCsh zGy1u8bWejvFZw6QW8yH/MjnUuWsZj9IMe2qMWL0UuO6hAfh1c4mIb2uLs9ozJiWLtBn bLAocOY7AvOzrmby/X60xJZhhtSQ+/oZSJT3ry4Zwp6ZZ0lRi5EWIkwF/eMV2/27oGMp lAJA== X-Gm-Message-State: AOJu0YwEc9nEfxS1DHgyfne543hlp4zYOynoukQE6hjjAMXlEEobK3zy uuH+5D3FP8VIH/MBr1XqYug= X-Google-Smtp-Source: AGHT+IGXUgrGbEDJZ77XU75NrqV+4lk7fDDDTTTtBbUWql5ujCqcO1VEPdslhHhXBviY7qSQgG7/Rw== X-Received: by 2002:a05:6512:788:b0:50e:6ec4:9f3e with SMTP id x8-20020a056512078800b0050e6ec49f3emr8758lfr.129.1703247487757; Fri, 22 Dec 2023 04:18:07 -0800 (PST) Received: from smtpclient.apple (c80-217-1-132.bredband.tele2.se. [80.217.1.132]) by smtp.gmail.com with ESMTPSA id l20-20020a19c214000000b0050e699675cbsm156126lfc.278.2023.12.22.04.18.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Dec 2023 04:18:07 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.15\)) From: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= <mattias.engdegard@HIDDEN> In-Reply-To: <83ttobg0vw.fsf@HIDDEN> Date: Fri, 22 Dec 2023 13:18:06 +0100 Content-Transfer-Encoding: 7bit Message-Id: <947F641C-E897-4A8A-BB60-F851CC6ADB69@HIDDEN> References: <87sf3xtlv6.fsf@HIDDEN> <83ttobg0vw.fsf@HIDDEN> X-Mailer: Apple Mail (2.3654.120.0.1.15) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) 21 dec. 2023 kl. 14.07 skrev Eli Zaretskii <eliz@HIDDEN>: > From: OGAWA Hirofumi <hirofumi@HIDDEN> >> `byte-compile-file' in current master branch behaves strange if the file >> is not including "-*- lexical-binding: t; -*-" mark. > Mattias, this seems to be due to your change in commit a3db503351e: Guilty! Ogawa-san, thank you for reporting this. I've pushed a fix to master (c638a40d).
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.