bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C-comments in sgml-mode's html-mode


From: martin rudalics
Subject: Re: C-comments in sgml-mode's html-mode
Date: Mon, 23 Jul 2007 20:41:32 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

  character: / (47, #o57, #x2f, U+002F)
    charset: ascii (ASCII (ISO646 IRV))
 code point: #x2F
     syntax: . 14       which means: punctuation,
          is the first character of a comment-start sequence,
          is the second character of a comment-end sequence

Some css-mode I presume.

There are text properties here:
  face                 (bold underline font-lock-comment-face)
  fontified            t

Looks like a weird mixture of html- and css-mode.  Are you using
a css-mode or html-helper-mode?

Is that what you wanted ?

Yes, thank you very much.

BTW, I recommend you remove the

(global-font-lock-mode 1)
(setq font-lock-maximum-decoration t
      font-lock-support-mode 'lazy-lock-mode)

lines from your .emacs.  jit-lock-mode supersedes lazy-lock-mode for
some time already and the other settings are default.  These settings
are, however, not responsible for the behavior you describe.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]