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