GNU bug report logs - #76767
30.1; lgrep doesn't protect regex with -- before

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Joel Reicher <joel.reicher@HIDDEN>; dated Thu, 6 Mar 2025 02:04:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at 76767 <at> debbugs.gnu.org:


Received: (at 76767) by debbugs.gnu.org; 6 Mar 2025 08:08:00 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 06 03:08:00 2025
Received: from localhost ([127.0.0.1]:41326 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tq6Gu-0002UR-1F
	for submit <at> debbugs.gnu.org; Thu, 06 Mar 2025 03:08:00 -0500
Received: from mail-out.m-online.net ([212.18.0.9]:40477)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <whitebox@HIDDEN>)
 id 1tq6Gq-0002UF-Qp
 for 76767 <at> debbugs.gnu.org; Thu, 06 Mar 2025 03:07:57 -0500
Received: from frontend01.mail.m-online.net (unknown [192.168.8.182])
 by mail-out.m-online.net (Postfix) with ESMTP id 4Z7hqZ6zS7z1r5hP;
 Thu,  6 Mar 2025 09:07:54 +0100 (CET)
Received: from localhost (dynscan1.mnet-online.de [192.168.6.68])
 by mail.m-online.net (Postfix) with ESMTP id 4Z7hqZ5Z1Gz1qvB6;
 Thu,  6 Mar 2025 09:07:54 +0100 (CET)
X-Virus-Scanned: amavis at mnet-online.de
Received: from mail.mnet-online.de ([192.168.8.182])
 by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavis, port 10024)
 with ESMTP id voO45UhIlUhN; Thu,  6 Mar 2025 09:07:45 +0100 (CET)
X-Auth-Info: /qUNCScS6ttXfVX5gFMe3fwpfU5X0djUERSch6a3ZFVA7ffDjLN90iLPJcYkX5LD
Received: from igel.home (aftr-82-135-83-71.dynamic.mnet-online.de
 [82.135.83.71])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
 (No client certificate requested)
 by mail.mnet-online.de (Postfix) with ESMTPSA;
 Thu,  6 Mar 2025 09:07:45 +0100 (CET)
Received: by igel.home (Postfix, from userid 1000)
 id 3233F2C1986; Thu,  6 Mar 2025 09:07:45 +0100 (CET)
From: Andreas Schwab <schwab@HIDDEN>
To: Eli Zaretskii <eliz@HIDDEN>
Subject: Re: bug#76767: 30.1; lgrep doesn't protect regex with -- before
In-Reply-To: <86bjueobg5.fsf@HIDDEN> (Eli Zaretskii's message of "Thu, 06 Mar
 2025 09:38:50 +0200")
References: <86pliukjax.fsf@HIDDEN> <86bjueobg5.fsf@HIDDEN>
Date: Thu, 06 Mar 2025 09:07:45 +0100
Message-ID: <87v7sm60q6.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 76767
Cc: 76767 <at> debbugs.gnu.org, Joel Reicher <joel.reicher@HIDDEN>
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.7 (-)

On Mär 06 2025, Eli Zaretskii wrote:

>> From: Joel Reicher <joel.reicher@HIDDEN>
>> Date: Thu, 06 Mar 2025 13:02:46 +1100
>> 
>> 
>> If the search string begins with `-' the string is interpreted as a flag to grep.
>
> You should be able to solve this if you invoke lgrep with C-u or with
> "C-u C-u".
>
> I'm not sure it is easy to always protect the regexp, since (1) we use
> grep-template

grep-template already prefixes the regexp with -e, so I don't understand
why the problem exists.

-- 
Andreas Schwab, schwab@HIDDEN
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#76767; Package emacs. Full text available.

Message received at 76767 <at> debbugs.gnu.org:


Received: (at 76767) by debbugs.gnu.org; 6 Mar 2025 07:39:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 06 02:39:18 2025
Received: from localhost ([127.0.0.1]:41266 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tq5p8-000145-9L
	for submit <at> debbugs.gnu.org; Thu, 06 Mar 2025 02:39:18 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10]:43178)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1tq5p6-00013r-IA
 for 76767 <at> debbugs.gnu.org; Thu, 06 Mar 2025 02:39:16 -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 1tq5ox-0003qw-13; Thu, 06 Mar 2025 02:39:09 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=Rk+weHV3al4yzCAbW9bdCDRL9+Aob0UV11PziJqCtwI=; b=cF9jzQ883x8f
 6I828KLo95Tga0mwUOQsO+NjNFIRSh3tsUlxpBtrY1Y/WSZfwGtYaoK5WSsOEIGk9BUmeQHNpsFL0
 gQrCYdLFIjoP3vdFSU7zuNwJZP0jodQd0XwgL11s3E9tnF4D5u4hsn64n0mkQakHa8HtIE0/iECxi
 vjOpUNXJijzcq+r98ofE7cVbzAAAoVT73lZSCW1rAg8fpWVv18bOb1jp4xOT4DvVWC2FIPbHXIUWD
 OHynw5LvCAWeYpRF/KIGM7NtDY/yAo8PT4iRNzAnwhaNNjIIR7rrG3SbWiQiOISfjyGA49eHNZC6j
 bDqd9lS+BmcSkwwEzZyK+Q==;
Date: Thu, 06 Mar 2025 09:38:50 +0200
Message-Id: <86bjueobg5.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Joel Reicher <joel.reicher@HIDDEN>
In-Reply-To: <86pliukjax.fsf@HIDDEN> (message from Joel Reicher on Thu, 06
 Mar 2025 13:02:46 +1100)
Subject: Re: bug#76767: 30.1; lgrep doesn't protect regex with -- before
References: <86pliukjax.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 76767
Cc: 76767 <at> debbugs.gnu.org
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: Joel Reicher <joel.reicher@HIDDEN>
> Date: Thu, 06 Mar 2025 13:02:46 +1100
> 
> 
> If the search string begins with `-' the string is interpreted as a flag to grep.

You should be able to solve this if you invoke lgrep with C-u or with
"C-u C-u".

I'm not sure it is easy to always protect the regexp, since (1) we use
grep-template used by many other related commands, and also because
lgrep uses --exclude and --include options, so the "--" you asked for
cannot be before those options we add.




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#76767; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 6 Mar 2025 02:03:14 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 05 21:03:14 2025
Received: from localhost ([127.0.0.1]:40536 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tq0Zt-0000Ix-AU
	for submit <at> debbugs.gnu.org; Wed, 05 Mar 2025 21:03:14 -0500
Received: from lists.gnu.org ([2001:470:142::17]:37692)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <joel.reicher@HIDDEN>)
 id 1tq0Zp-0000Ib-TA
 for submit <at> debbugs.gnu.org; Wed, 05 Mar 2025 21:03:10 -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 <joel.reicher@HIDDEN>)
 id 1tq0Zj-0000kX-PS
 for bug-gnu-emacs@HIDDEN; Wed, 05 Mar 2025 21:03:04 -0500
Received: from mail-pl1-x62d.google.com ([2607:f8b0:4864:20::62d])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <joel.reicher@HIDDEN>)
 id 1tq0Zh-0001Z4-JD
 for bug-gnu-emacs@HIDDEN; Wed, 05 Mar 2025 21:03:03 -0500
Received: by mail-pl1-x62d.google.com with SMTP id
 d9443c01a7336-223378e2b0dso1564545ad.0
 for <bug-gnu-emacs@HIDDEN>; Wed, 05 Mar 2025 18:02:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20230601; t=1741226578; x=1741831378; darn=gnu.org;
 h=mime-version:user-agent:message-id:date:subject:to:from:from:to:cc
 :subject:date:message-id:reply-to;
 bh=qmj9MhXQHU5AqNgVx2G2LWP4vHUaqRIZ7LNUpzDZpSc=;
 b=X6dOKyzNw2qFabMnSbt/OU1ICdHUEQE8kB5gJaWjav/hw2DUjGzUaAfWIbVEI5QY8J
 yT/WN3n5lLBZBgOe8BmZdZ8lbn1Bj/Cs/C/w306kRDhsCd562C1yBIqaKpjXkshJEz59
 MXDsNJ0xHuRT/HUEmZGetHgW2nh7EHpHj+8/bmESYNEZmGJDr1wgfR82Pk4nrGQUapA3
 cE6ASTILIkieHrEItPC5zAzyaDW5NDET5uZh+XR6jrCbLV7ARICVj3uU3OgQBzx4F0NZ
 Mjiywby5UEkGcdUwzlKXIRe5MSj1aQofVmY+IXZNR23lmd3muENUCroN40dRpgKPCmwO
 VcFg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1741226578; x=1741831378;
 h=mime-version:user-agent:message-id:date:subject:to:from
 :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
 bh=qmj9MhXQHU5AqNgVx2G2LWP4vHUaqRIZ7LNUpzDZpSc=;
 b=EDrLCDfSRAcrt7gHOmE+umtvBqLtEybTgaZOPnI6r/Fpi9XO6NoAN3ju+Pd7+u8fHM
 a5DGnJYHKYhliA0ZGt0IlRK5q6+1696fTc0x/+XC5NIdtLQUlVBSERBujqlS4OCRP3Bd
 5dUoVAnaxH12Qe7O16lwB7ebX83ZmcewuH1afEPG4hzOCbnbSzmg1/cA0PXtMwit52pX
 J8KfWLUgDe/7/jQWZ839NfOGCAO4zD90lclbYXt2V9LLpFXJkzmu0E+4mBNt4ZC7nDgJ
 Uxd65VyV0sk1oPBcI0JlbpgZLCiMekYaTohdYJlT9Nj77FhKpU9iyGEGba7NijwX/W+B
 Otcg==
X-Gm-Message-State: AOJu0YyRoY1CnvB7w0fE+ZGxEFw+GxGcgILsdFAulLndU/wmr42Pryke
 9pYcQI4jgged0XpAbWNrzNbrEGbFlKAPQVZap2bC5R8I8jdtfHx/iCwebA==
X-Gm-Gg: ASbGncsBwpUOfrfjvyafdyKzHnxFGmOVNxRoTXZolK9t9OafJptRhfrlTGNs2kfsqFL
 fc87/gQqBL4cMCbp2QmZURYoVtOlRiwJExrBV4/jFYD2ayLQMMMDXCvXW5feti8BSNz1bl2gNP0
 AgC600una4babdEmY/Y2NckLZqjLkNhHdlA/avknz3Ka2vOYjv9IxJzU2tK9qJypA1GuX03F34+
 sDE0uVqhhIKSjoOr/z72DTnOtxTqLmoYwwWdrirAAlDUg/K5QJw3/1Xw1lpmB2mfFBpZ4Fm381m
 3XvKx3Yzj3Z8X1QwCCxeWFm3heNfUfRlSRBwJwYJEbFmCSuqPsLhTJcxVCcVDEQ7k01BYl+JRDj
 Tjv5NmwubrqB4SVeIOnraqG/4aIFH1RW0
X-Google-Smtp-Source: AGHT+IFXkCyVKE8R6XXgor2BlQbPu6iXdetsrOcMU6KHnxHt0hSbJQrSxDoy3Px9aoJiFWanE3VkyQ==
X-Received: by 2002:a17:902:ec89:b0:224:76f:9e59 with SMTP id
 d9443c01a7336-224076fa0damr34925155ad.10.1741226577741; 
 Wed, 05 Mar 2025 18:02:57 -0800 (PST)
Received: from LAPTOP-ACR66VVN (139-218-25-158.sta.wbroadband.net.au.
 [139.218.25.158]) by smtp.gmail.com with ESMTPSA id
 d9443c01a7336-22410a92765sm989855ad.205.2025.03.05.18.02.56
 for <bug-gnu-emacs@HIDDEN>
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Wed, 05 Mar 2025 18:02:57 -0800 (PST)
From: Joel Reicher <joel.reicher@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 30.1; lgrep doesn't protect regex with -- before
X-Debbugs-Cc: 
Date: Thu, 06 Mar 2025 13:02:46 +1100
Message-ID: <86pliukjax.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=2607:f8b0:4864:20::62d;
 envelope-from=joel.reicher@HIDDEN; helo=mail-pl1-x62d.google.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, FREEMAIL_FROM=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
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 (/)


If the search string begins with `-' the string is interpreted as a flag to grep.


In GNU Emacs 30.1 (build 2, x86_64-w64-mingw32) of 2025-02-24 built on
 AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.26100
System Description: Microsoft Windows 10 Home (v10.0.2009.26100.3194)

Configured using:
 'configure --with-modules --without-dbus
 --with-native-compilation=aot --without-compress-install
 --with-tree-sitter CFLAGS=-O2 prefix=/g/rel/install/emacs-30.1'
Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB
(NATIVE_COMP present but libgccjit not available)

Important settings:
  value of $LANG: ENA
  locale-coding-system: cp1252

Major mode: Info

Minor modes in effect:
  erc-track-mode: t
  erc-track-minor-mode: t
  erc-spelling-mode: t
  erc-ring-mode: t
  erc-netsplit-mode: t
  erc-menu-mode: t
  erc-match-mode: t
  erc-log-mode: t
  erc-list-mode: t
  erc-irccontrols-mode: t
  erc-noncommands-mode: t
  erc-keep-place-mode: t
  erc-readonly-mode: t
  erc-scrolltobottom-mode: t
  erc-pcomplete-mode: t
  erc-button-mode: t
  erc-fill-mode: t
  erc-stamp-mode: t
  erc-autojoin-mode: t
  erc-autoaway-mode: t
  erc-networks-mode: t
  server-mode: t
  electric-pair-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  isearch-fold-quotes-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  minibuffer-regexp-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:
c:/Users/joelr/Google Drive/.emacs.d/elpa/eglot-1.18/eglot hides c:/Program Files/Emacs/emacs-30.1/share/emacs/30.1/lisp/progmodes/eglot

Features:
(shadow messages-are-flowing emacsbug grep vc-filewise vc-annotate
goto-addr lisp-mnt mule-diag multishell-list rect macros
display-line-numbers yaml-mode jka-compr woman man smtpmail proced
sh-script smie executable tramp-cmds multishell savehist time
flow-fill sort gnus-cite smiley url-queue shr-color mail-extr textsec
uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check
gnus-async gnus-bcklg qp gnus-ml nndraft nnmh utf-7 gnus-agent
gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu
mml2015 mm-view mml-smime smime dig nntp gnus-cache gnus-sum shr
pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start
gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo
gnus-spec gnus-int gnus-range gnus-win em-xtra em-term term ehelp
em-smart em-rebind em-elecslash em-alias shortdoc comp-common tabify
autorevert cl-print ange-ftp help-fns radix-tree dired-aux gnus-dired
log-edit add-log em-unix em-script em-prompt em-pred em-ls em-hist
em-glob em-extpipe em-cmpl em-dirs em-basic em-banner esh-mode esh-var
eshell esh-cmd generator esh-ext esh-opt esh-proc esh-io esh-arg
esh-module esh-module-loaddefs esh-util kmacro pulse smerge-mode vc-hg
vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view pcvs-util vc-dir
vc misearch multi-isearch markdown-mode eglot external-completion
jsonrpc xref flymake diff ert ewoc debug backtrace find-func
filenotify warnings compile pcase cl-extra indent-bars-ts indent-bars
cus-edit pp cus-start face-remap noutline outline color java-ts-mode
c-ts-common treesit vc-git diff-mode track-changes easy-mmode
vc-dispatcher thingatpt tramp-cache time-stamp tramp-sh tramp trampver
tramp-integration files-x tramp-message help-mode tramp-compat xdg
shell parse-time iso8601 tramp-loaddefs project mule-util view
hideshow imenu finder-inf mm-archive message sendmail yank-media dired
dired-loaddefs rfc822 mml mml-sec mailabbrev gmm-utils mailheader
mm-decode mm-bodies mm-encode url-cache url-http url-auth mail-parse
rfc2231 rfc2047 rfc2045 ietf-drums url-gw gnutls network-stream puny
nsm epa-file epa derived epg rfc6068 epg-config erc-track erc-spelling
flyspell ispell erc-sasl erc-sasl-ecdsa-nist256p-challenge
erc-sasl-scram-sha-512 erc-sasl-scram-sha-256 erc-sasl-scram-sha-1
erc-sasl-external erc-sasl-plain sasl-scram-sha256 sasl-scram-rfc
sasl-scram-sha-1 rfc2104 hex-util sasl sasl-anonymous sasl-login
sasl-plain erc-ring erc-netsplit erc-menu erc-match erc-log erc-list
erc-goodies erc-pcomplete pcomplete comint ansi-osc ansi-color ring
erc-button erc-fill erc-stamp erc-join erc-autoaway erc format-spec
erc-backend erc-networks erc-common erc-compat compat erc-loaddefs
server avoid gnus nnheader gnus-util text-property-search time-date
mail-utils range mm-util mail-prsvr wid-edit elec-pair cus-load
bazel-autoloads rx chess-autoloads debbugs-autoloads
dockerfile-mode-autoloads info eglot-autoloads go-mode-autoloads
indent-bars-autoloads markdown-mode-autoloads
messages-are-flowing-autoloads multishell-autoloads org-msg-autoloads
htmlize-autoloads x509-mode-autoloads yaml-mode-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
icons password-cache json subr-x map byte-opt gv bytecomp byte-compile
url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren
electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode
mwheel touch-screen dos-w32 ls-lisp disp-table term/w32-win w32-win
w32-vars term/common-win 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
w32notify w32 lcms2 multi-tty move-toolbar make-network-process
native-compile emacs)

Memory information:
((conses 16 2912136 538970) (symbols 48 52789 5)
 (strings 32 341924 35439) (string-bytes 1 12152731)
 (vectors 16 119633) (vector-slots 8 2322781 480894)
 (floats 8 936 14914) (intervals 56 229773 21890) (buffers 992 140))




Acknowledgement sent to Joel Reicher <joel.reicher@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#76767; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Thu, 6 Mar 2025 08:15:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.