[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nXhtml - Emacs mode problems
From: |
Stefan Monnier |
Subject: |
Re: nXhtml - Emacs mode problems |
Date: |
Sat, 09 Mar 2013 08:16:34 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> Warning: `font-lock-beginning-of-syntax-function' is an obsolete variable
> (as
> of 23.3); use `syntax-begin-function' instead.
> Warning: `font-lock-syntactic-keywords' is an obsolete variable (as of
> 24.1);
> use `syntax-propertize-function' instead.
> I don't know what that means,
It means that nxhtml uses font-lock-beginning-of-syntax-function and
font-lock-syntactic-keywords both of which have been marked obsolete.
> and I don't know how to fix it.
There's nothing to fix.
> I need some of your help with this problem, I don't know if it is a
> big problem or not but something isn't work correctly.
Notice it says "Warning". It's just that.
> I hope you can help me, thanks in advance!
IIRC The message is only shown during compilation, so I presume that if
you explicitly compile the nxhtml package, the message won't recur any more.
Stefan
- nXhtml - Emacs mode problems, Carlos Carcamo, 2013/03/05
- Re: nXhtml - Emacs mode problems, Andreas Röhler, 2013/03/06
- Re: nXhtml - Emacs mode problems, Carlos Carcamo, 2013/03/06
- Message not available
- Re: nXhtml - Emacs mode problems, Joost Kremers, 2013/03/07
- Re: nXhtml - Emacs mode problems, Andreas Röhler, 2013/03/07
- Re: nXhtml - Emacs mode problems, Andreas Röhler, 2013/03/07
- Message not available
- Re: nXhtml - Emacs mode problems, Joost Kremers, 2013/03/11
Re: nXhtml - Emacs mode problems,
Stefan Monnier <=