From: Eliot Handelman <eliot@generation.net>
Subject: scheme mode font-lock problems
Date: Mon, 27 Oct 2003 23:15:32 -0500 [thread overview]
Message-ID: <vprr7pe3ntrl73@corp.supernews.com> (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
reply other threads:[~2003-10-28 4:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=vprr7pe3ntrl73@corp.supernews.com \
--to=eliot@generation.net \
/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.
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).