unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* scheme mode font-lock problems
@ 2003-10-28  4:15 Eliot Handelman
  0 siblings, 0 replies; only message in thread
From: Eliot Handelman @ 2003-10-28  4:15 UTC (permalink / raw)


Hi,


I'm using Emacs 20.7.1 on win98 and I'm having some trouble with
font-lock not coming on in scheme-mode unless I explicitly type M-x 
scheme-mode.

A related problem -- the indentation functions in my .emacs aren't being
recognized, until M-x scheme-mode.

The mode-line clearly announces that the buffer is in scheme-mode (and I 
can send processes to scheme, etc). Key bindings and such defined in 
.emacs ARE recognized, however.

This *used to* work and I haven't fidgeted with .emacs for a LONG time. 
The relevant  forms are:

(require 'font-lock)

(font-lock-add-keywords
  'scheme-mode
  '(("\\(\\sw\\sw*:[^a-z0-9-A-Z\+]\\)" . font-lock-type-face) ;; dsssl 
keywords
    ("with-access" . font-lock-type-face)

	(... etc))

(add-hook 'scheme-mode-hook 'turn-on-font-lock)



so I'm now clueless -- any suggestions as to what may be going wrong?


thanks for all help,

-- eliot

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-28  4:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-28  4:15 scheme mode font-lock problems Eliot Handelman

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