unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 'M-o' ('facemap-keymap') has now been removed until March 10th 2021
@ 2021-02-10 18:40 Lars Ingebrigtsen
  2021-02-10 19:14 ` Alan Mackenzie
                   ` (2 more replies)
  0 siblings, 3 replies; 110+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-10 18:40 UTC (permalink / raw)
  To: emacs-devel

In the transition period, 'M-o' is bound to a command that pops up a
buffer that explains the sitch, and what to do to recover the old action
in the test period.  (And where to complain; i.e. here.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




^ permalink raw reply	[flat|nested] 110+ messages in thread
* Re: 'M-o' ('facemap-keymap') has now been removed until March 10th 2021
@ 2021-03-23 21:38 Paul W. Rankin via Emacs development discussions.
  2021-03-23 22:07 ` Gregory Heytings
  0 siblings, 1 reply; 110+ messages in thread
From: Paul W. Rankin via Emacs development discussions. @ 2021-03-23 21:38 UTC (permalink / raw)
  To: larsi, emacs-devel

Unless I'm fundamentally missing something, the new command font-lock-update only duplicates the functionality of existing command font-lock-fontify-buffer, and adds some confusion...

When font-lock-mode is active and font-lock-update is called with ARG, the command unfontifies the buffer and deactivates font-lock-mode. Wut? Makes no sense for a command called font-lock-update...

The docstring states that font-lock-update only fontifies the accessible portion of the buffer. This isn't true; the command calls font-lock-fontify-region, which widens the restriction unless font-lock-dont-widen is non-nil, which is nil by default.

Given the removal of M-o M-o to fontify block, the addition of C-x x f to update fontification is a good idea, but let's just have it call font-lock-fontify-buffer and get rid of this command.

If someone wants specifically to toggle font-lock-mode, they'd just call M-x font-lock-mode. If they're toggling font-lock-mode enough for it to become an issue, they'd bind that to a key.


^ permalink raw reply	[flat|nested] 110+ messages in thread

end of thread, other threads:[~2021-03-25 14:03 UTC | newest]

Thread overview: 110+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 18:40 'M-o' ('facemap-keymap') has now been removed until March 10th 2021 Lars Ingebrigtsen
2021-02-10 19:14 ` Alan Mackenzie
2021-02-10 19:19   ` Lars Ingebrigtsen
2021-02-10 19:38     ` Lars Ingebrigtsen
2021-02-10 19:47       ` Alan Mackenzie
2021-02-11 13:34 ` Richard Stallman
2021-03-11 16:27 ` Lars Ingebrigtsen
2021-03-11 16:53   ` Eli Zaretskii
2021-03-11 17:02     ` Gregory Heytings
2021-03-11 17:29       ` Eli Zaretskii
2021-03-12 12:09       ` Filipp Gunbin
2021-03-12 12:46         ` Gregory Heytings
2021-03-11 17:12     ` font-lock-fontify-block (was: 'M-o' ('facemap-keymap') has now been removed until March 10th 2021) Stefan Monnier
2021-03-11 17:34       ` Eli Zaretskii
2021-03-11 17:52         ` font-lock-fontify-block Stefan Monnier
2021-03-11 18:17           ` font-lock-fontify-block Gregory Heytings
2021-03-11 18:31             ` font-lock-fontify-block Stefan Monnier
2021-03-11 19:25               ` font-lock-fontify-block Gregory Heytings
2021-03-11 19:45                 ` font-lock-fontify-block Stefan Monnier
2021-03-11 20:19                   ` font-lock-fontify-block Gregory Heytings
2021-03-12  7:54                   ` font-lock-fontify-block Gregory Heytings
2021-03-12 14:01                     ` font-lock-fontify-block Stefan Monnier
2021-03-12 14:23                       ` font-lock-fontify-block Gregory Heytings
2021-03-12 14:58                         ` font-lock-fontify-block Stefan Monnier
2021-03-12 15:20                           ` font-lock-fontify-block Gregory Heytings
2021-03-12 16:01                             ` font-lock-fontify-block Stefan Monnier
2021-03-12 16:09                               ` font-lock-fontify-block Gregory Heytings
2021-03-12 16:39                                 ` font-lock-fontify-block Stefan Monnier
2021-03-12 16:53                                   ` font-lock-fontify-block Gregory Heytings
2021-03-12 17:23                                     ` font-lock-fontify-block Stefan Monnier
2021-03-12 17:50                                       ` font-lock-fontify-block Gregory Heytings
2021-03-12 17:59                                         ` font-lock-fontify-block Stefan Monnier
2021-03-12 18:19                                           ` font-lock-fontify-block Gregory Heytings
2021-03-12 21:59                                             ` font-lock-fontify-block Stefan Monnier
2021-03-12 22:09                                               ` font-lock-fontify-block Gregory Heytings
2021-03-13  0:08                                                 ` font-lock-fontify-block Stefan Monnier
2021-03-13  8:15                                                   ` font-lock-fontify-block Gregory Heytings
2021-03-11 20:10           ` font-lock-fontify-block Eli Zaretskii
2021-03-11 20:19             ` font-lock-fontify-block Eli Zaretskii
2021-03-11 20:25               ` font-lock-fontify-block Lars Ingebrigtsen
2021-03-11 21:57               ` font-lock-fontify-block Gregory Heytings
2021-03-12  7:20                 ` font-lock-fontify-block Eli Zaretskii
2021-03-12  8:28                   ` font-lock-fontify-block Gregory Heytings
2021-03-12 12:34                     ` font-lock-fontify-block Eli Zaretskii
2021-03-12 12:43                       ` font-lock-fontify-block Gregory Heytings
2021-03-12 12:56                         ` font-lock-fontify-block Eli Zaretskii
2021-03-12 13:07                           ` font-lock-fontify-block tomas
2021-03-12 13:11                             ` font-lock-fontify-block Eli Zaretskii
2021-03-12 13:20                               ` font-lock-fontify-block tomas
2021-03-12 14:40                           ` font-lock-fontify-block Gregory Heytings
2021-03-12 14:51                             ` font-lock-fontify-block Eli Zaretskii
2021-03-12 13:06                         ` font-lock-fontify-block tomas
2021-03-12 13:54                           ` font-lock-fontify-block Stefan Monnier
2021-03-12 15:19                             ` font-lock-fontify-block tomas
2021-03-11 22:14             ` font-lock-fontify-block Stefan Monnier
2021-03-12  7:22               ` font-lock-fontify-block Eli Zaretskii
2021-03-12  7:49           ` font-lock-fontify-block Stefan Reichör
2021-03-11 17:37   ` 'M-o' ('facemap-keymap') has now been removed until March 10th 2021 Stefan Kangas
2021-03-11 18:25   ` Alfred M. Szmidt
2021-03-17 16:32   ` Sean Whitton
2021-03-18  3:43     ` Lars Ingebrigtsen
2021-03-18  4:35       ` Sean Whitton
2021-03-18  4:40         ` Lars Ingebrigtsen
2021-03-18  4:16   ` Lars Ingebrigtsen
2021-03-18  9:00     ` Eli Zaretskii
2021-03-18 10:27       ` Eli Zaretskii
2021-03-19  7:46         ` Lars Ingebrigtsen
2021-03-19  8:06           ` Eli Zaretskii
2021-03-19  9:35             ` Gregory Heytings
2021-03-19 12:01               ` Eli Zaretskii
2021-03-20  7:58             ` Lars Ingebrigtsen
2021-03-20  8:39               ` Andreas Schwab
2021-03-20  8:45                 ` Lars Ingebrigtsen
2021-03-20  8:58                   ` Gregory Heytings
2021-03-20  9:10               ` Eli Zaretskii
2021-03-18 13:28       ` Jean Louis
2021-03-18 14:45         ` Eli Zaretskii
2021-03-18  9:45     ` Alfred M. Szmidt
2021-03-18 13:25     ` Jean Louis
2021-03-18 23:03     ` Sean Whitton
2021-03-19 13:14     ` Gregory Heytings
2021-03-20  7:54       ` Lars Ingebrigtsen
  -- strict thread matches above, loose matches on Subject: below --
2021-03-23 21:38 Paul W. Rankin via Emacs development discussions.
2021-03-23 22:07 ` Gregory Heytings
2021-03-23 23:08   ` Paul W. Rankin via Emacs development discussions.
2021-03-23 23:13     ` Gregory Heytings
2021-03-24  5:40       ` Paul W. Rankin via Emacs development discussions.
2021-03-24  8:01         ` Gregory Heytings
2021-03-24  9:09           ` Paul W. Rankin via Emacs development discussions.
2021-03-24  9:20             ` Gregory Heytings
2021-03-24  9:33               ` Paul W. Rankin via Emacs development discussions.
2021-03-24  9:44                 ` Gregory Heytings
2021-03-24 12:00                   ` Paul W. Rankin via Emacs development discussions.
2021-03-24 12:12                     ` Gregory Heytings
2021-03-24 12:35                       ` Paul W. Rankin via Emacs development discussions.
2021-03-24 13:01                         ` Gregory Heytings
2021-03-24 13:09                 ` Stefan Monnier
2021-03-24 13:30                   ` Paul W. Rankin via Emacs development discussions.
2021-03-24 15:14                     ` Stefan Monnier
2021-03-24 15:38                       ` Paul W. Rankin via Emacs development discussions.
2021-03-24 15:40                         ` Stefan Monnier
2021-03-24 15:53                           ` Paul W. Rankin via Emacs development discussions.
2021-03-24 21:47                             ` Stefan Monnier
2021-03-24 17:09             ` Eli Zaretskii
2021-03-24 21:58               ` Stefan Monnier
2021-03-25  6:15                 ` Eli Zaretskii
2021-03-25 14:03                   ` Stefan Monnier
2021-03-24 13:07   ` Stefan Monnier
2021-03-24 13:41     ` Paul W. Rankin via Emacs development discussions.
2021-03-24 13:53       ` Gregory Heytings

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).