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
2974ad46
Commit
2974ad46
authored
Mar 30, 1998
by
Richard M. Stallman
Browse files
(tex-start-shell): Call compilation-minor-mode.
parent
460e1b7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+1
-0
No files found.
lisp/textmodes/tex-mode.el
View file @
2974ad46
...
...
@@ -975,6 +975,7 @@ Mark is left at original location."
(setq tex-shell-map (nconc (make-sparse-keymap) shell-mode-map))
(tex-define-common-keys tex-shell-map)
(use-local-map tex-shell-map)
(compilation-minor-mode)
(run-hooks 'tex-shell-hook)
(while (zerop (buffer-size))
(sleep-for 1)))))
...
...
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