all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Benson Chu" <bensonchu457@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] Added alias for removed font-lock function
Date: Thu, 22 Dec 2022 09:49:23 -0500	[thread overview]
Message-ID: <jwvedsrmr62.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <49cdc78c-f4f4-4300-982c-ad1909da3547@app.fastmail.com> (Benson Chu's message of "Wed, 21 Dec 2022 18:11:50 -0600")

> +(define-obsolete-function-alias 'font-lock-fontify-syntactically-region #'font-lock-default-fontify-syntactically "29.1")


Indeed, tho, could you try and fit this within 80 columns?
Also, I think the better replacement for the old
`font-lock-fontify-syntactically-region` could be
(funcall font-lock-fontify-syntactically-function BEG END), which by
default will end up calling `font-lock-default-fontify-syntactically`.


        Stefan




  parent reply	other threads:[~2022-12-22 14:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22  0:11 [PATCH] Added alias for removed font-lock function Benson Chu
2022-12-22  9:01 ` Eli Zaretskii
2022-12-22 14:49 ` Stefan Monnier [this message]
2023-01-01  4:53   ` Benson Chu
2023-01-01  4:57     ` Benson Chu
2023-01-07  8:52       ` Eli Zaretskii
2023-01-07 15:38         ` Stefan Monnier
2023-01-08 11:45           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvedsrmr62.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=bensonchu457@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.