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 16:51:44 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>>PS: -Q is new in Emacs 22.
>
>
> but absent from its info documentation !
>

From the Emacs manual:

`-Q'
`--quick'
     Start emacs with minimum customizations.  This is like using `-q'
     and `--no-site-file', but also disables the startup screen.

> aflicted HTML buffer when I invoked the menu.  My .emacs executes:
>
> (autoload 'html-mode "sgml-mode" "Edit HTML docs" t)
> (setq auto-mode-alist (cons (cons "\\.x?html?$" 'html-mode) auto-mode-alist))
> (global-font-lock-mode 1)
> (setq font-lock-maximum-decoration t
>       font-lock-support-mode 'lazy-lock-mode)
>
> among other things.

On my system I have to require lazy-lock explicitly before doing

(setq font-lock-support-mode 'lazy-lock-mode)

However none of these explain the behavior you observe.  Please post the
results of describe-char as I asked you in my last mail.





reply via email to

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