From: Fisherss <fisherssml@gmail.com>
Subject: Emacs 22 font-lock comment color problem
Date: Wed, 6 Dec 2006 15:50:33 +0800 [thread overview]
Message-ID: <25fd1f750612052350i5e2d9f40i1efe8ddd62c2d44@mail.gmail.com> (raw)
Hi all
When I edit C files with emacs 22 in console, I found a problem which
makes me very uncomfortable. The contents of commented lines are not
full-colored, I mean, only the delimiters, "/*'" and "*/" are red, the
characters between them are still white.
I found that there is a emacs-snapshot patch from debian, it does this
to the ./lisp/font-lock.el file :
----
--- ./lisp/font-lock.el 2005-07-19 13:31:31.000000000 +0200
+++ lispfont-lock.el 2005-08-05 10:35:31.000000000 +0200
@@ -1700,9 +1700,9 @@
(((class color) (min-colors 16) (background dark))
(:foreground "red1"))
(((class color) (min-colors 8) (background light))
- )
+ (:foreground "red"))
(((class color) (min-colors 8) (background dark))
- )
+ (:foreground "red1"))
(t (:weight bold :slant italic)))
"Font Lock mode face used to highlight comments."
:group 'font-lock-highlighting-faces)
----
Looks like it has solved this problem for many people, but not for me.
I still cannt get full-colored comment lines.
Anyone any idea for this ? Is that because of my framebuffer setting
or some other things ?
Thank you.
--
Fisherss
fisherss@gmail.com
next reply other threads:[~2006-12-06 7:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-06 7:50 Fisherss [this message]
[not found] <mailman.1594.1165404962.2155.help-gnu-emacs@gnu.org>
2006-12-06 13:21 ` Emacs 22 font-lock comment color problem Johan Bockgård
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=25fd1f750612052350i5e2d9f40i1efe8ddd62c2d44@mail.gmail.com \
--to=fisherssml@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.