From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-30 ab7c40ea52a: Fix Imenu in 'emacs-news-view-mode' Date: Mon, 22 Jul 2024 15:48:09 +0300 Message-ID: <86y15ta8za.fsf@gnu.org> References: <172146804439.2058.3466869777211222963@vcs2.savannah.gnu.org> <20240720093404.DAF02C41F01@vcs2.savannah.gnu.org> <87cyn5brms.fsf@gmail.com> <861q3lbqq7.fsf@gnu.org> <878qxtbo2g.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10187"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jul 22 14:49:07 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sVsTS-0002Sb-6d for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Jul 2024 14:49:06 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sVsSk-00031k-Py; Mon, 22 Jul 2024 08:48:23 -0400 Original-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 ) id 1sVsSe-00030X-Bw for emacs-devel@gnu.org; Mon, 22 Jul 2024 08:48:17 -0400 Original-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 ) id 1sVsSa-0000cl-Id; Mon, 22 Jul 2024 08:48:14 -0400 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=HUCEtQNq9mkLgzSi8zbecj0tLEgpWVWe/UXq1dcrJzc=; b=e1xGIdijLLIEAptyq4vr mGcnUvgbBL7Ba0CwQE+CErRC5Rb1Q/p2LiaiSsgwS4yOtuytvjQGU0LbALkVYm3wUqKSHVKXflVTk cFAqDNQTzeWo1dMxZt2Asr+15l68UMeylAHt/Y+9IosQUUzE7U1zSw6P+D3qA5oDawIRNmpj+dugE 8D4MIN4vhD6IVPoJ6O38lDG/ysECe6KdjA42aAw4UmMkgPmbx5+JaJ3tf+mNf6WkAThnABFQFBR2E THpzQvIZZOKxQ7/oqgZLYJB8MKLFijDh1+me70c709AxIpGZOxmoB4cgkHGO0OiU+OLZ4GKXO/ZfK jGUiA9IF6SNxLg==; In-Reply-To: <878qxtbo2g.fsf@gmail.com> (message from Robert Pluim on Mon, 22 Jul 2024 14:36:55 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321940 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Mon, 22 Jul 2024 14:36:55 +0200 > > Should `emacs-news-view-mode' still have bindings for the > `emacs-news-mode' commands that change the buffer? No. > Theyʼd all fail because of the read-only buffer, but we could remove > them. (hmm, the menus are wrong for `emacs-news-view-mode' > anyway. Iʼll fix that as well). Thanks.