From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: 'M-o' ('facemap-keymap') has now been removed until March 10th 2021 Date: Wed, 24 Mar 2021 09:44:22 +0000 Message-ID: <8786a8e8fac78b35b5e9@heytings.org> References: <32A55BBD-1A3F-4EC4-817F-7C3408C22A65@bydasein.com> <22aaf0faddac64397c7d@heytings.org> <4B2A00EB-8C04-4B9D-BA86-692D67207AFD@bydasein.com> <22aaf0faddc2bf87fd3a@heytings.org> <0009872A-AD9D-4B08-B714-BFEDDAAF9125@bydasein.com> <8786a8e8faf45a989904@heytings.org> <8786a8e8faa6f278b198@heytings.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9003"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Monnier , emacs-devel@gnu.org To: "Paul W. Rankin" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Mar 24 10:45:43 2021 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 1lP059-0002EK-5h for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Mar 2021 10:45:43 +0100 Original-Received: from localhost ([::1]:55718 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lP058-0007HS-7p for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Mar 2021 05:45:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54370) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lP03v-0006ND-48 for emacs-devel@gnu.org; Wed, 24 Mar 2021 05:44:28 -0400 Original-Received: from heytings.org ([95.142.160.155]:43278) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lP03t-00071t-HS for emacs-devel@gnu.org; Wed, 24 Mar 2021 05:44:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1616579063; bh=G7kyvo1OXibBzvFtFfRwOctt7a9ht8uzuOboS4lSUv0=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=Gv2uLq+ysqg/YPbZxpQy9Vkf2ufHBvslPT5lWOCisihA4RjBn5RLaTRShZsalaDw3 xcsLSuBiks5GktDjvroAgo4dmmQtHPkYium37jgaN1NCPpdRW2DIhpvkXbgF+4dcTR VmIVSWRvw+1u8C1uxBwCViLLLXxy5UIRBxmi32LBJOwt5nmJApm00VjxnIbtmnvGbt FgeqTz4ykHhYjnCZStQDGkfarlZDsODGDujrHU7863JSsuBjcx2e1A/1rXGbWLUoo4 vJtbu+5v0Ja2C1xSymb5u/MFJSGI9SfnC5Q/CPpgUwImYMigitPb9ybvZCxWyHBCcy 0MhVLW5a84G+A== In-Reply-To: Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:266939 Archived-At: >> - with a prefix argument, toggle font-lock-mode "correctly" (i.e. >> making sure that the buffer is unfontified when disabling) > > This part is what shouldn't be in there. Calling > `font-lock-unfontify-region' is the nuclear option to remove all text > properties, including those that font lock doesn't "own", so to speak. > Does it? AFAICS, font-lock-unfontify-region does not "remove _all_ text properties", it uses remove-list-of-text-properties, which "removes _some_ properties from text", namely those of font-lock-mode.