calc-embedded-open-close-plain-alist
calc-embedded-open-close-plain-alist is a variable defined in `
calc.el
'.
Its value is shown
below.
Documentation:
Alist of major modes with pairs of delimiters for "plain" formulas.
You can customize this variable.
Value:
((c++-mode "// %% " " %%\n")
(c-mode "/* %% " " %% */\n")
(f90-mode "! %% " " %%\n")
(fortran-mode "C %% " " %%\n")
(html-helper-mode "\n")
(html-mode "\n")
(nroff-mode "\\\" %% " " %%\n")
(pascal-mode "{%% " " %%}\n")
(sgml-mode "\n")
(xml-mode "\n")
(texinfo-mode "@c %% " " %%\n"))