unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Doing the impossible: magic font-lock-keywords-only changes
@ 2009-06-04 13:37 Lennart Borgman
  2009-06-05  0:17 ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Lennart Borgman @ 2009-06-04 13:37 UTC (permalink / raw)
  To: Emacs-Devel devel

Todays question:
Can You when You execute this

      (message "YY:before: font-lock-keywords-only =%s in buffer %s,
def=%s" font-lock-keywords-only (current-buffer) (default-value
font-lock-keywords-only))
      (if (nth 1 defaults)
          (set (make-local-variable 'font-lock-keywords-only) t)
        (kill-local-variable 'font-lock-keywords-only))
      (message "YY:after : font-lock-keywords-only =%s in buffer %s,
def=%s" font-lock-keywords-only (current-buffer) (default-value
font-lock-keywords-only))

and gett this output? :

    YY:before: font-lock-keywords-only =nil in buffer only-html.html, def=nil
    YY:after : font-lock-keywords-only =t in buffer only-html.html, def=t

I can. Unfortunately.

However I can only do this magic with MuMaMo. But I do not understand
how it does it. Anyone?

Hint: This is in a call from fontification-functions. And the function
where I added the trace above is font-lock-set-defaults.

I am taking a pause now. Some fresh air.




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

end of thread, other threads:[~2009-06-05 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-04 13:37 Doing the impossible: magic font-lock-keywords-only changes Lennart Borgman
2009-06-05  0:17 ` Stefan Monnier
2009-06-05  0:45   ` Lennart Borgman
2009-06-05  0:46     ` Lennart Borgman
2009-06-05 19:39     ` Davis Herring
2009-06-05 21:41       ` Lennart Borgman

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).