From: raman@google.com
To: emacs-devel@gnu.org
Cc: tv.raman.tv@gmail.com
Subject: global-font-lock-mode-check-buffers: What does it do?
Date: Sun, 16 Aug 2015 14:09:49 -0700 [thread overview]
Message-ID: <21968.64541.229380.952834@gargle.gargle.HOWL> (raw)
I see that global-font-lock-mode-check-buffers is present in
post-command-hook -- that function appears to get defined
automagically in font-core.el - at least that's where find-function
jumps when asked about that function. It's present in the .elc file,
but not in font-core.el so I guess it's getting generated through a
macro call -- haven't found where though.
The function has no doc string.
Am looking to see what it does while trying to debug a problem with
Emacspeak's voice-lock in Info mode buffers.
Background:
emacspeak attaches property 'personality to match Emacs' font-locking
to produce audio-formatted output. It works everywhere but has stopped
working in Info buffers:
1. When I open an Info node for the first time, voice-lock is applied
correctly and I hear all the voice changes.
2. Subsequently -- if I perform any command in that displayed info
buffer -- including C-n for moving by line, the personality properties
disappear -- the face properties are present.
3. If I move to another node that hasn't been displayed, I hear the
effects of voice-lock -- returning to the previously displayed node
shows the voice properties to be still missing.
Am suspecting post-command-hook as a possible place where something
might be going wrong since the voice properties disappear the moment I
interact with the Info buffer.
--
--
next reply other threads:[~2015-08-16 21:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-16 21:09 raman [this message]
2015-08-17 13:54 ` global-font-lock-mode-check-buffers: What does it do? Stefan Monnier
2015-08-17 16:46 ` T.V Raman
2015-08-18 5:11 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21968.64541.229380.952834@gargle.gargle.HOWL \
--to=raman@google.com \
--cc=emacs-devel@gnu.org \
--cc=tv.raman.tv@gmail.com \
/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.