Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
316fc0cc
Commit
316fc0cc
authored
Jan 31, 2005
by
Jay Belanger
Browse files
(calc-embedded-open-formula, calc-embedded-close-formula):
Ignore matrix environments.
parent
a6ab3125
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/calc/calc-embed.el
lisp/calc/calc-embed.el
+2
-2
No files found.
lisp/calc/calc-embed.el
View file @
316fc0cc
...
@@ -48,11 +48,11 @@
...
@@ -48,11 +48,11 @@
(
defvar
calc-embedded-some-active
nil
)
(
defvar
calc-embedded-some-active
nil
)
(
make-variable-buffer-local
'calc-embedded-some-active
)
(
make-variable-buffer-local
'calc-embedded-some-active
)
(
defvar
calc-embedded-open-formula
"\\`\\|^\n\\|\\$\\$?\\|\\\\\\[\\|^\\\\begin.*\n\\|^@.*\n\\|^\\.EQ.*\n\\|\\\\(\\|^%\n\\|^\\.\\\\\"\n"
(
defvar
calc-embedded-open-formula
"\\`\\|^\n\\|\\$\\$?\\|\\\\\\[\\|^\\\\begin
[^{].*\n\\|^\\\\begin{.*[^x]}
.*\n\\|^@.*\n\\|^\\.EQ.*\n\\|\\\\(\\|^%\n\\|^\\.\\\\\"\n"
"*A regular expression for the opening delimiter of a formula used by
"*A regular expression for the opening delimiter of a formula used by
calc-embedded."
)
calc-embedded."
)
(
defvar
calc-embedded-close-formula
"\\'\\|\n$\\|\\$\\$?\\|\\\\]\\|^\\\\end.*\n\\|^@.*\n\\|^\\.EN.*\n\\|\\\\)\\|\n%\n\\|^\\.\\\\\"\n"
(
defvar
calc-embedded-close-formula
"\\'\\|\n$\\|\\$\\$?\\|\\\\]\\|^\\\\end
[^{].*\n\\|^\\\\end{.*[^x]}
.*\n\\|^@.*\n\\|^\\.EN.*\n\\|\\\\)\\|\n%\n\\|^\\.\\\\\"\n"
"*A regular expression for the closing delimiter of a formula used by
"*A regular expression for the closing delimiter of a formula used by
calc-embedded."
)
calc-embedded."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment