unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lute Kamstra <Lute.Kamstra.lists@xs4all.nl>
Cc: emacs-devel@gnu.org
Subject: Re: font-lock-beginning-of-syntax-function semi-obsolete?
Date: Fri, 20 May 2005 11:24:10 +0200	[thread overview]
Message-ID: <87is1ez1vp.fsf@xs4all.nl> (raw)
In-Reply-To: <87br82d8zp.fsf@xs4all.nl> (Lute Kamstra's message of "Mon, 25 Apr 2005 20:08:58 +0200")

Lute Kamstra <Lute.Kamstra.lists@xs4all.nl> writes:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>>> So, how do you make Font Lock use the function in the variable
>>> syntax-begin-function to move to top level?
>>
>> I don't understand the question.  What have you tried?
>
>> From what I understand, font-lock-beginning-of-syntax-function is
> initialized from font-lock-defaults.  You can either specify nil or a
> function name.  If you specify nil, Font Lock uses the beginning of
> the buffer.  If you specify a function, Font Lock uses that function.
> How do you make Font Lock use the function in the variable
> syntax-begin-function?

Can somebody confirm that this change is correct?

Lute.


Index: lisp/font-lock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/font-lock.el,v
retrieving revision 1.256
diff -c -r1.256 font-lock.el
*** lisp/font-lock.el	19 May 2005 02:15:09 -0000	1.256
--- lisp/font-lock.el	20 May 2005 09:22:48 -0000
***************
*** 563,573 ****
  a place such that any bracket-pairs outside it can be ignored for Emacs
  syntax analysis and fontification).
  
! If this is nil, the beginning of the buffer is used, which is
! always correct but tends to be slow.
! This is normally set via `font-lock-defaults'.
! This variable is semi-obsolete; we recommend setting
! `syntax-begin-function' instead.")
  
  (defvar font-lock-mark-block-function nil
    "*Non-nil means use this function to mark a block of text.
--- 563,573 ----
  a place such that any bracket-pairs outside it can be ignored for Emacs
  syntax analysis and fontification).
  
! If this is nil, Font Lock uses `syntax-begin-function' to move back
! outside of any comment, string, or sexp.  This variable is semi-obsolete;
! we recommend setting `syntax-begin-function' instead.
! 
! This is normally set via `font-lock-defaults'.")
  
  (defvar font-lock-mark-block-function nil
    "*Non-nil means use this function to mark a block of text.

  reply	other threads:[~2005-05-20  9:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-21 14:40 font-lock-beginning-of-syntax-function semi-obsolete? Lute Kamstra
2005-04-25 17:25 ` Stefan Monnier
2005-04-25 18:08   ` Lute Kamstra
2005-05-20  9:24     ` Lute Kamstra [this message]
2005-05-20 13:02       ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87is1ez1vp.fsf@xs4all.nl \
    --to=lute.kamstra.lists@xs4all.nl \
    --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 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).