How do I hide Emacs' “obsolete variable” warnings?

前端 未结 4 931
既然无缘
既然无缘 2021-02-04 03:01

I\'ve upgraded to Emacs 23.3 and now the *Compile-Log* buffer opens constantly with errors like:

Warning: `font-lock-beginning-of-syntax-fu         


        
4条回答
  •  误落风尘
    2021-02-04 03:32

    There are four levels of options for the warnings :

    • warning-minimum-level
    • warning-minimum-log-level
    • warning-suppress-types
    • warning-suppress-log-types

    There are more information on the Emacs Manual.

提交回复
热议问题