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: Tue, 23 Mar 2021 23:13:11 +0000 Message-ID: <22aaf0faddc2bf87fd3a@heytings.org> References: <32A55BBD-1A3F-4EC4-817F-7C3408C22A65@bydasein.com> <22aaf0faddac64397c7d@heytings.org> <4B2A00EB-8C04-4B9D-BA86-692D67207AFD@bydasein.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35633"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, 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 00:14:40 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 1lOqER-00097Y-8Z for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Mar 2021 00:14:39 +0100 Original-Received: from localhost ([::1]:53518 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOqEQ-0007xj-8U for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Mar 2021 19:14:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOqD6-0006eS-Fm for emacs-devel@gnu.org; Tue, 23 Mar 2021 19:13:16 -0400 Original-Received: from heytings.org ([95.142.160.155]:42740) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOqD4-0004TL-53 for emacs-devel@gnu.org; Tue, 23 Mar 2021 19:13:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1616541191; bh=MsML+hjHKG3VtJH2YpJfv2X+5pZJ9f632zjDVmrPjmo=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=uuVh1EDyUTz2a/caikwi6LxgO9HsVyPliDXpGcpnP3u7iALUKldHuzErjyBCqy1dd umv8TAf6H17SMyEKjdmMBH2/AQjyEXopx338jboAu2k6P+C1DDjvxFIDUDX79lpdPv gieDHr5fKpvHNlZuYtIUjiO6xH6vX4nrzY94fgRnxUbDEjUO6r5GEYQiCRWPgi4+5z XQ4yLUa3xQAlvcimm44+6GnGYCzHMktlOV47KQhBePEr6lo+PuFLm5VYV9oSUhLsEM X9YCo9U+bXocJRDJ53vDqrT3+2lEnA7CbzM+ibmhev0039+zrJK2EN8QTfpn0E4Zdm Q8Wq2/iseHY/A== In-Reply-To: <4B2A00EB-8C04-4B9D-BA86-692D67207AFD@bydasein.com> 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:266904 Archived-At: > > No bugs here. Both of these work as expected. I think the issue is > you're confused about font-lock-mode and text properties. These are not > the same thing. Font-lock-mode is just one way to add text properties to > text, so may other functions. Deactivating font-lock-mode does not > remove all text properties, only on text with the `(fontified . t)' > property. This is why you're seeing what you're seeing. > Please explain this to Stefan M, who considers this to be bugs, who would like to deprecate the font-lock-fontify-{buffer,block} commands, and who guided me to write the font-lock-update command.