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

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

defining c-mode-syntax-table


From: Tim Johnson
Subject: defining c-mode-syntax-table
Date: Thu, 17 Feb 2022 07:38:23 -0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

I have added the following line to init.el :
(modify-syntax-entry ?_ "w" c-mode-syntax-table)

When emacs loads, I get a warning that c-mode-syntax-table is not recognized,
but when I evaluate that sexp "by hand" it does evaluate without problem.

Could it be that there is a contingent dependency that is evaluated *after* the  (modify-syntax-entry ?_ w c-mode-syntax-table) that defines modify-syntax-entry?

I would like to know so that I can move that code so that it follows said evaluation.

thanks

--
Tim
tj49.com




reply via email to

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