From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: bug#30204: 27.0.50; Changing major mode resets non-default invisibility spec Date: Mon, 11 Oct 2021 17:15:48 -0400 Message-ID: References: <87lf55cxvj.fsf@gnus.org> <97574057-8212-4812-93CF-0C2EC7EA8B39@gmail.com> <87ilzfo13i.fsf@gnus.org> <83wnnvtlgn.fsf@gnu.org> <87zgsrmk75.fsf@gnus.org> <87o8825snj.fsf@gnus.org> <87lf34qxoq.fsf@gnus.org> <871r4uphq5.fsf@gnus.org> <87lf30j7nr.fsf@gnus.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35939"; mail-complaints-to="usenet@ciao.gmane.io" Cc: p.stephani2@gmail.com, 30204@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 11 23:17:03 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ma2fO-00097x-Lb for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Oct 2021 23:17:02 +0200 Original-Received: from localhost ([::1]:37450 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ma2fN-000515-BU for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 11 Oct 2021 17:17:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41880) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma2eQ-0004b6-5H for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 17:16:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49519) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ma2eP-0003od-Qw for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 17:16:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ma2eP-0006z4-LK for bug-gnu-emacs@gnu.org; Mon, 11 Oct 2021 17:16:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Richard Stallman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 11 Oct 2021 21:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30204 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 30204-submit@debbugs.gnu.org id=B30204.163398696026839 (code B ref 30204); Mon, 11 Oct 2021 21:16:01 +0000 Original-Received: (at 30204) by debbugs.gnu.org; 11 Oct 2021 21:16:00 +0000 Original-Received: from localhost ([127.0.0.1]:32832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma2eN-0006yn-UX for submit@debbugs.gnu.org; Mon, 11 Oct 2021 17:16:00 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ma2eI-0006yR-5p for 30204@debbugs.gnu.org; Mon, 11 Oct 2021 17:15:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39712) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ma2eC-0003f3-Ux; Mon, 11 Oct 2021 17:15:48 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1ma2eC-00065S-L4; Mon, 11 Oct 2021 17:15:48 -0400 In-Reply-To: <87lf30j7nr.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 11 Oct 2021 10:19:04 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:216967 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > It also removed overlays and local variables, so it's not all about text > properties... Changing major mode always eliminates local variables, so there is no need to regard that as a feature of this particular mode. Also, normally overlays are created by modes, so removing them may also be due to changing the mode, not a feature of this particular mode. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)