GNU bug report logs - #79140
29.1; Editing the occur buffer: not possible to remove lines

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: Jurgen De Backer <jurgen.de-backer.ext@HIDDEN>; merged with #75996; dated Fri, 1 Aug 2025 16:58:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Forcibly Merged 75996 79140. Request was from Juri Linkov <juri@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

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


Received: (at 79140) by debbugs.gnu.org; 8 Aug 2025 06:31:17 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Aug 08 02:31:17 2025
Received: from localhost ([127.0.0.1]:36828 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ukGdJ-0005eD-5W
	for submit <at> debbugs.gnu.org; Fri, 08 Aug 2025 02:31:17 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:36394)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <juri@HIDDEN>)
 id 1ukGdC-0005df-FT; Fri, 08 Aug 2025 02:31:14 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:b231:465::102])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4byvLF4vV7z9t9R;
 Fri,  8 Aug 2025 08:31:01 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linkov.net; s=MBO0001; 
 t=1754634661;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=se6qcG8h3PFB6XLPC5NTEmJHY2020NWOqvF4MgKPtlI=;
 b=QJUXQb3GNuDGRrxgNK6sMnKYt7g7Q8nN8SAMVn+Nxc0bUTCn+yJUK6fHlY0b8pKEOyAsU3
 QMnemjxrYWMakmeMUaAzQpYMLM5A6tthEg8dVt0ScjVcgx9TUH+ev1YMAdTFMOMysIFgUE
 1HOpMkg9VKBiRbjoIOMpuQeD3wAUPHOb5OabgEFvyonan/oUnyVlVajsPbIjluyXmOVOAB
 /grUHAZ4+ktRdne9L3WE0xxKZQyQ4qnv3V54VarOA2dmT9Dor4LRlSwa+GnBVjukZW9iym
 HwU5j4dYX04pLEPOlm4370rVg6mvq/M8/eWRys7/RWt4Eo542VNLHlM80Nilzg==
Authentication-Results: outgoing_mbo_mout; dkim=none;
 spf=pass (outgoing_mbo_mout: domain of juri@HIDDEN designates
 2001:67c:2050:b231:465::102 as permitted sender)
 smtp.mailfrom=juri@HIDDEN
From: Juri Linkov <juri@HIDDEN>
To: Jurgen De Backer <jurgen.de-backer.ext@HIDDEN>
Subject: Re: bug#79140: 29.1; Editing the occur buffer: not possible to
 remove lines
In-Reply-To: <80qfrebugip.fsf@HIDDEN>
Organization: LINKOV.NET
References: <80qfrebugip.fsf@HIDDEN>
Date: Fri, 08 Aug 2025 09:20:10 +0300
Message-ID: <87pld672qw.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Rspamd-Queue-Id: 4byvLF4vV7z9t9R
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 79140
Cc: 79140 <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: -1.7 (-)

forcemerge 79140 75996
thanks

> When comparing the behaviour of editing the occur buffer,
> we noted that in emacs 29.1 it is no longer possible to remove entire lines of
> occurrences.
>
> When I do an occur, I often want to filter the result by using delete-matching lines.
> I used to do that by doing  C-x C-q   (toggle read only).
> But since emacs 29.1 the text itself is marked read only. At least the
> line number of the match can no longer be deleted.

Thanks for the bug report.  We are fixing it in bug#75530 and bug#75996.
Sorry for no progress so far.




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

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


Received: (at 79140) by debbugs.gnu.org; 7 Aug 2025 14:22:13 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Aug 07 10:22:12 2025
Received: from localhost ([127.0.0.1]:35387 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1uk1VU-0002Nc-BF
	for submit <at> debbugs.gnu.org; Thu, 07 Aug 2025 10:22:12 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:33702)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1uk1VP-0002Mv-F8
 for 79140 <at> debbugs.gnu.org; Thu, 07 Aug 2025 10:22:07 -0400
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 1uk1VJ-0006H4-H3; Thu, 07 Aug 2025 10:22:01 -0400
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=oGHL2sjldFjyt2ihbgZ65eNjDUczYEl+Iut/Tz4ix8U=; b=fU0a9B6VU0CA
 T4qr6KZSuhDI+/+u4ifuqzGNdKfE7wCSeX2+nVbiS0oSQsXkx6brc+B/JBmvB0Ir0PJV9X5vgQidH
 MOpcCNzaU+rp6T9DIgJpKW3wirZj4rZJIFxGDLHsqA7LcpYVnlS+dNNdHA2woXcCA8VJEf84gd9G+
 oJXl/8HQCwadrWU1MZmM8EVR3pjaMvK2y+jp724PiPEDwpzeHAb8LYL7mPggK/D0vZgsfyURXwqVR
 +CZWJzy0Ou2n1+bO79P1S40VFEENPnQAgdevQVEzntzrO0tpj9gFfx1bJZ9OBv1E9a5qhMQCTyzTs
 mbRwWPG49ZKzkCV17ApE8w==;
Date: Thu, 07 Aug 2025 17:21:58 +0300
Message-Id: <86y0rvp5yx.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Jurgen De Backer <jurgen.de-backer.ext@HIDDEN>
In-Reply-To: <80qfrebugip.fsf@HIDDEN> (bug-gnu-emacs@HIDDEN)
Subject: Re: bug#79140: 29.1;
 Editing the occur buffer: not possible to remove lines
References: <80qfrebugip.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 79140
Cc: 79140 <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 (---)

> Date: Fri, 1 Aug 2025 16:57:02 +0000
> From:  Jurgen De Backer via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN>
> 
> When comparing the behaviour of editing the occur buffer,
> we noted that in emacs 29.1 it is no longer possible to remove entire lines of
> occurrences.
> 
> When I do an occur, I often want to filter the result by using delete-matching lines.
> I used to do that by doing  C-x C-q   (toggle read only).
> But since emacs 29.1 the text itself is marked read only. At least the
> line number of the match can no longer be deleted.

See bug#53419 for why we made that change.

You could remove the read-only text properties from the buffer in your
occur-mode-hook, I think.  Did you try that?




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

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


Received: (at submit) by debbugs.gnu.org; 1 Aug 2025 16:57:28 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Aug 01 12:57:28 2025
Received: from localhost ([127.0.0.1]:56968 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1uht4Q-0003ye-Ro
	for submit <at> debbugs.gnu.org; Fri, 01 Aug 2025 12:57:28 -0400
Received: from lists.gnu.org ([2001:470:142::17]:45958)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2)
 (envelope-from <prvs=301cf6606=jurgen.de-backer.ext@HIDDEN>)
 id 1uht4L-0003yA-Nq
 for submit <at> debbugs.gnu.org; Fri, 01 Aug 2025 12:57:24 -0400
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 <prvs=301cf6606=jurgen.de-backer.ext@HIDDEN>)
 id 1uht4C-00045g-Th
 for bug-gnu-emacs@HIDDEN; Fri, 01 Aug 2025 12:57:13 -0400
Received: from esa2.eurocontrol.c3s2.iphmx.com ([68.232.139.104])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1)
 (envelope-from <prvs=301cf6606=jurgen.de-backer.ext@HIDDEN>)
 id 1uht48-0006OK-WC
 for bug-gnu-emacs@HIDDEN; Fri, 01 Aug 2025 12:57:12 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=eurocontrol.int; s=ectl2; t=1754067428; x=1754672228;
 h=from:to:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=SxGqSXAREYQPFjTAylYrVcu6ryTiRy51RjckwMRv2Qc=;
 b=MgfW0wEsfMoznIj7Ng8wrc0UlS+ujHH5Pki854S3hg14W2cvIrRnijwM
 jzfHMH0rRicdjlyznU6qa8WtBOvxA6+AbFN5b68fO4GftNhv8PgcdKQdW
 nkxJl3BAyT5uyBNiAKoZm6SOEACZ0molKzCIboytvbDypa+3GFYULjRCK
 TGKpCkInivx9B+g+mTTGI/UjSePdrth6yixokiyrxEAaSGrtzALkJl1rb
 7YJ9GYVhKohY590iBn7AEP7wuER0yUgWweCzuD3E/j4eWhmXaUBVzFgUp
 n/XzFlzBcnzDm9MOzbvtJtDAoxmPsTWxVT+GeMadfMDq1rmoAQ3+CLXul A==;
X-CSE-ConnectionGUID: oPwGGgb/RJqI97qt7zXrVA==
X-CSE-MsgGUID: eg1awKsGSNanRXKDHf4S3g==
X-SignedOrEncrypted: False
Received: from unknown (HELO drsmtpl01.eurocontrol.int) ([153.98.68.246])
 by esa2.eurocontrol.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 01 Aug 2025 18:57:03 +0200
Received: from SSPEX115.sky.corp.eurocontrol.int
 (sspex115.sky.corp.eurocontrol.int [172.19.3.6])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mailservices.eurocontrol.int",
 Issuer "EUROCONTROL CA 2022" (not verified))
 by drsmtpl01.eurocontrol.int (Postfix) with ESMTPS id 5AF71240017
 for <bug-gnu-emacs@HIDDEN>; Fri,  1 Aug 2025 18:57:03 +0200 (CEST)
Received: from SSPEX116.sky.corp.eurocontrol.int (172.19.3.7) by
 SSPEX115.sky.corp.eurocontrol.int (172.19.3.6) with Microsoft SMTP Server
 (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id
 15.1.2507.57; Fri, 1 Aug 2025 18:57:03 +0200
Received: from dhinfd01.eurocontrol.int (10.5.64.1) by
 SSPEX116.sky.corp.eurocontrol.int (10.4.34.12) with Microsoft SMTP Server id
 15.1.2507.57 via Frontend Transport; Fri, 1 Aug 2025 18:57:03 +0200
Received: from dhws059.eurocontrol.int (dhws059.cfmu.corp.eurocontrol.int
 [10.130.84.68])
 by dhinfd01.eurocontrol.int (Postfix) with ESMTP id 13C3B53BE;
 Fri,  1 Aug 2025 16:57:03 +0000 (UTC)
Received: by dhws059.eurocontrol.int (Postfix, from userid 36261)
 id EE6D0200A3; Fri,  1 Aug 2025 16:57:02 +0000 (UTC)
From: Jurgen De Backer <jurgen.de-backer.ext@HIDDEN>
To: <bug-gnu-emacs@HIDDEN>
Subject: 29.1; Editing the occur buffer: not possible to remove lines
Date: Fri, 1 Aug 2025 16:57:02 +0000
Message-ID: <80qfrebugip.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass client-ip=68.232.139.104;
 envelope-from=prvs=301cf6606=jurgen.de-backer.ext@HIDDEN;
 helo=esa2.eurocontrol.c3s2.iphmx.com
X-Spam_score_int: -43
X-Spam_score: -4.4
X-Spam_bar: ----
X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001,
 DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001,
 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
 SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
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.1 (/)


Hi,

When comparing the behaviour of editing the occur buffer,
we noted that in emacs 29.1 it is no longer possible to remove entire lines=
 of
occurrences.

When I do an occur, I often want to filter the result by using delete-match=
ing lines.
I used to do that by doing  C-x C-q   (toggle read only).
But since emacs 29.1 the text itself is marked read only. At least the
line number of the match can no longer be deleted.




In GNU Emacs 29.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30,
 cairo version 1.15.12) of 2025-06-29 built on dhdevd15
Windowing system distributor 'Moba/X', version 11.0.12004000
System Description: Red Hat Enterprise Linux 8.10 (Ootpa)

Configured using:
 'configure
 --prefix=3D/cm/ot/TOOL/GNU!28.0.0.150/build_G!30.IP.L8/generated
 --exec-prefix=3D/cm/ot/TOOL/GNU!28.0.0.150/build_G!30.IP.L8/generated/libe=
xec/emacs-29.1
 --mandir=3D/cm/ot/TOOL/GNU!28.0.0.150/build_G!30.IP.L8/generated/man
 --with-x-toolkit=3Dgtk3 --with-modules --without-gconf
 --without-gsettings --without-dbus --with-xft --with-gif=3Dyes
 --with-gnutls=3Dno --enable-link-time-optimization
 'CFLAGS=3D-I/cm/ot/TOOL/GNU!28.0.0.150/build_G!30.IP.L8/generated/include
 ' LDFLAGS=3D-L/cm/ot/TOOL/GNU!28.0.0.150/build_G!30.IP.L8/generated/lib'

Configured features:
ACL CAIRO FREETYPE GIF GLIB GMP GPM HARFBUZZ JPEG LCMS2 LIBSELINUX
LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND SQLITE3 THREADS
TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB

Important settings:
  value of $EMACSDATA: /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generate=
d/share/emacs/29.1/etc
  value of $EMACSDOC: /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated=
/share/emacs/29.1/etc
  value of $EMACSLOADPATH: /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/gene=
rated/share/emacs/29.1/site-lisp:/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/site-lisp:/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp
  value of $EMACSPATH: /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generate=
d/libexec/emacs-29.1/libexec/emacs/29.1/x86_64-pc-linux-gnu:
  value of $LANG: C
  locale-coding-system: nil

Major mode: Lisp Interaction

Minor modes in effect:
  shell-dirtrack-mode: t
  global-display-line-numbers-mode: t
  display-line-numbers-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  show-paren-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
  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:
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/sh-script hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated=
/share/emacs/29.1/lisp/progmodes/sh-script
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-scheme hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-scheme
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-clock hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-clock
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-macro hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-macro
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-lilypond hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/ob-lilypond
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-bbdb hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ol-bbdb
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-irc hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ol-irc
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-ocaml hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ob-ocaml
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-C hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/gene=
rated/share/emacs/29.1/lisp/org/ob-C
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-footnote hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP=
.L8/generated/share/emacs/29.1/lisp/org/org-footnote
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-groovy hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-groovy
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-calc hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-calc
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-gnus hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ol-gnus
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-mouse hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-mouse
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-ruby hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-ruby
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-info hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ol-info
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-latex hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ox-latex
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-entities hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP=
.L8/generated/share/emacs/29.1/lisp/org/org-entities
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-shell hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ob-shell
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-haskell hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/ob-haskell
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-ascii hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ox-ascii
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-latex hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ob-latex
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-feed hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/org-feed
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-man hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ox-man
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-indent hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/org-indent
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-table hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-table
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-list hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/org-list
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-md hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/gen=
erated/share/emacs/29.1/lisp/org/ox-md
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/genera=
ted/share/emacs/29.1/lisp/org/ox
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-compat hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/org-compat
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-lua hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-lua
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-ditaa hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ob-ditaa
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-src hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/org-src
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-R hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/gene=
rated/share/emacs/29.1/lisp/org/ob-R
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-protocol hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP=
.L8/generated/share/emacs/29.1/lisp/org/org-protocol
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-sqlite hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-sqlite
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/gener=
ated/share/emacs/29.1/lisp/org/org
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-pcomplete hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.I=
P.L8/generated/share/emacs/29.1/lisp/org/org-pcomplete
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-css hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-css
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-eshell hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-eshell
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-makefile hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/ob-makefile
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-ref hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-ref
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-js hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/gen=
erated/share/emacs/29.1/lisp/org/ob-js
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-capture hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/org-capture
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-id hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/org-id
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-habit hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-habit
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-texinfo hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/ox-texinfo
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-maxima hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-maxima
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-mhe hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ol-mhe
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-publish hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/ox-publish
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-timer hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-timer
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-tempo hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-tempo
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-keys hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/org-keys
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-perl hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-perl
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-table hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ob-table
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-num hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/org-num
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-odt hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ox-odt
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-tangle hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-tangle
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-duration hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP=
.L8/generated/share/emacs/29.1/lisp/org/org-duration
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-awk hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-awk
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-lint hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/org-lint
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-faces hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-faces
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/genera=
ted/share/emacs/29.1/lisp/org/ob
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-docview hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/ol-docview
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-core hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-core
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-python hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-python
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-exp hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-exp
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-plot hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/org-plot
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-agenda hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/org-agenda
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-eshell hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ol-eshell
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-processing hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.I=
P.L8/generated/share/emacs/29.1/lisp/org/ob-processing
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-macs hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/org-macs
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-ctags hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-ctags
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-bibtex hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ol-bibtex
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-java hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-java
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-w3m hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ol-w3m
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-sql hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-sql
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-attach-git hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.=
IP.L8/generated/share/emacs/29.1/lisp/org/org-attach-git
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-forth hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ob-forth
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-sed hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-sed
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-gnuplot hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/ob-gnuplot
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-octave hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-octave
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-screen hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-screen
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-inlinetask hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.=
IP.L8/generated/share/emacs/29.1/lisp/org/org-inlinetask
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/genera=
ted/share/emacs/29.1/lisp/org/ol
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-comint hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-comint
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-attach hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/org-attach
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-mobile hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/org-mobile
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-loaddefs hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP=
.L8/generated/share/emacs/29.1/lisp/org/org-loaddefs
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-clojure hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/ob-clojure
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-sass hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-sass
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-archive hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/org-archive
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-dot hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-dot
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-beamer hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ox-beamer
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-lisp hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-lisp
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-version hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/org-version
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-eval hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ob-eval
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-icalendar hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP=
.L8/generated/share/emacs/29.1/lisp/org/ox-icalendar
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-html hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/g=
enerated/share/emacs/29.1/lisp/org/ox-html
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-fortran hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L=
8/generated/share/emacs/29.1/lisp/org/ob-fortran
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-lob hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-lob
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-emacs-lisp hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.I=
P.L8/generated/share/emacs/29.1/lisp/org/ob-emacs-lisp
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-matlab hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/ob-matlab
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-colview hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/org-colview
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-datetree hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP=
.L8/generated/share/emacs/29.1/lisp/org/org-datetree
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-plantuml hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/ob-plantuml
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-element hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.=
L8/generated/share/emacs/29.1/lisp/org/org-element
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ob-org hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ob-org
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-goto hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/org-goto
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-rmail hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/=
generated/share/emacs/29.1/lisp/org/ol-rmail
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ox-org hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ox-org
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/org-crypt hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8=
/generated/share/emacs/29.1/lisp/org/org-crypt
/cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/generated/share/emacs/29.1/site=
-lisp/org-9.3.1/ol-eww hides /cm/ot/TOOL/GNU.28.0.0.150/build_G.30.IP.L8/ge=
nerated/share/emacs/29.1/lisp/org/ol-eww

Features:
(shadow sort mail-extr cl-extra help-mode warnings emacsbug message
yank-media puny rfc822 mml mml-sec epa derived epg rfc6068 epg-config
gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils ob-perl ob-python ob-shell shell
display-line-numbers gnat-compiler-autoloads ada-mode-autoloads
two-column gpc dired dired-loaddefs etags fileloop generator which-func
ido ada-mode wisi-process-parse align ada-skel wisi-skel skeleton
ada-indent-user-options ada-imenu imenu ada-core uniquify-files
gnat-compiler wisi-prj wisi xref project wisi-fringe wisi-parse-common
semantic/lex semantic/fw mode-local find-file compile
text-property-search highlight-beyond-fill-column cperl-mode rx facemenu
jka-compr which-key vlf-setup vlf vlf-base vlf-tune org ob ob-tangle
ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint
org-pcomplete pcomplete org-list org-faces org-entities time-date
noutline outline icons org-version ob-emacs-lisp ob-core ob-eval
org-table ol org-keys org-compat advice org-macs org-loaddefs
format-spec find-func cal-menu calendar cal-loaddefs memory-usage ffap
thingatpt comint ansi-osc ansi-color ring finder-inf
solarized-theme-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 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 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 inotify lcms2 dynamic-setting
font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty
make-network-process emacs)

Memory information:
((conses 16 175839 11707)
 (symbols 48 18274 0)
 (strings 32 64016 2572)
 (string-bytes 1 2022367)
 (vectors 16 35023)
 (vector-slots 8 627723 61353)
 (floats 8 121 83)
 (intervals 56 322 0)
 (buffers 976 11))
____

This message and any files transmitted with it are legally privileged and i=
ntended for the sole use of the individual(s) or entity to whom they are ad=
dressed. If you are not the intended recipient, please notify the sender by=
 reply and delete the message and any attachments from your system. Any una=
uthorised use or disclosure of the content of this message is strictly proh=
ibited and may be unlawful.

Nothing in this e-mail message amounts to a contractual or legal commitment=
 on the part of EUROCONTROL, unless it is confirmed by appropriately signed=
 hard copy.

Any views expressed in this message are those of the sender.




Acknowledgement sent to Jurgen De Backer <jurgen.de-backer.ext@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#79140; 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: Fri, 8 Aug 2025 06:45:02 UTC

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