| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Use a marker instead of an integer for `compilation-parsing-end'.
|
| |
|
|
|
| |
comint-input-filter-functions. Make variables related to shell
directory tracking local.
|
| |
|
|
|
|
|
|
| |
(slitex-run-command, tex-command): Doc changes.
(tex-start-options-string): Autoload it. Doc change. Provide
a menu for customization. Allow nil. Quote backslashes only once.
(tex-start-tex): Handle nil value of tex-start-options-string
and apply shell-quote-argument to it.
|
| |
|
|
|
| |
to pacify the byte-compiler. Move the def's of the tex-commands
together. Add a comment on kill-process vs. quit-process.
|
| |
|
|
|
|
|
|
|
|
| |
tex-validate-buffer.
(plain-tex-mode, latex-mode, slitex-mode): Likewise.
(tex-validate-buffer): Renamed from validate-tex-buffer. Works
now with recent occur-mode.
(tex-validate-region): Really walk through all Sexps.
(tex-region): Bind shell-dirtrack-verbose.
(tex-file, tex-bibtex-file): Likewise.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(tex-mode-map): Bind tex-feed-input here.
(tex-start-shell): Use compilation-shell-minor-mode. Set
comint-input-filter-functions before running tex-shell-hook.
(tex-start-tex): Forget compilation errors.
(tex-compilation-parse-errors): Rewritten to work also with
compile-mouse-goto-error and compile-goto-error. Adjusted to
change in tex-region.
(tex-region): For the temp file use file-name without directory.
(tex-file): Expand file name of tex-print-file.
|
| |
|
|
|
|
|
| |
(tex-command): Doc fix.
(tex-compilation-parse-errors): Doc fix.
(tex-generate-zap-file-name): Don't start the name with -.
(tex-expand-files): Works now also with strings ending with ":".
|
| | |
|
| |
|
|
| |
(tex-define-common-keys): Add binding for C-c C-m.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
(tex-start-tex): Don't use tex-start-options-string in star case.
Quote file name in star case as well as in non-star.
Add blank and quoting of option string here.
(tex-start-options-string): Not here.
|
| |
|
|
| |
More general code to use the source buffer instead of the zap file.
|
| | |
|
| |
|
|
| |
(tex-start-tex): Use that variable.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
(tex-start-tex): Use it.
(plain-tex-mode): Locally set tex-command-end.
(tex-common-initialization): Make local binding for it.x
|
| | |
|
| |
|
|
|
|
|
|
|
| |
(tex-start-tex): New function.
(tex-region, tex-file): Use tex-start-tex.
(tex-start-tex-marker): New variable.
(tex-compilation-parse-errors): Completely rewritten.
(tex-print): Reset or restart the subshell before using it.
|
| |
|
|
|
|
| |
(slitex-mode): Set fill-nobreak-predicate, tex-face-alist,
and imenu-create-index-function.
(latex-fill-nobreak-predicate): New function.
|
| |
|
|
| |
for mismatched parens.
|
| | |
|
| |
|
|
| |
Set search-whitespace-regexp locally.
|
| |
|
|
| |
(latex-imenu-indent-string): New variable.
|
| | |
|
| |
|
|
|
|
|
| |
overlap between first line, header, and region.
New local var ALREADY-OUTPUT makes this general.
Write tex-trailer directly as a string; get rid of temp-buffer.
Make tex-out-file include the .tex suffix.
|
| |
|
|
| |
(tex-region): Sometimes include the file's first line.
|
| |
|
|
|
| |
(tex-recenter-output-buffer): Switch windows in a more controlled
fashion, using save-selected-window.
|
| |
|
|
| |
(tex-file): Set tex-print-file to source-file always.
|
| |
|
|
|
| |
(tex-file): Use that. Rename local var to source-file
so it is obviously local.
|
| |
|
|
|
|
| |
and punctuation, to find point of mismatch.
(validate-tex-buffer): Don't include the blank lines
before a paragraph in the paragraph being checked.
|
| |
|
|
| |
(tex-latex-block): Define as a skeleton.
|
| |
|
|
|
| |
Change the regexp to match the * versions of commands.
(latex-mode): Make imenu-create-index-function buffer-local.
|
| | |
|
| |
|
|
|
|
|
| |
(tex-common-initialization): Set facemenu-add-face-function,
facemenu-end-add-face, facemenu-remove-face-function.
(slitex-mode): Fix misspelling in value.
|
| | |
|
| |
|
|
|
| |
(tex-end-of-header): Likewise.
(plain-tex-mode, latex-mode, slitex-mode, tex-region): Changed accordingly.
|
| |
|
|
| |
(latex-mode): Set imenu-generic-expression.
|
| | |
|
| | |
|
| |
|
|
| |
paragraph-start & paragraph-separate.
|
| |
|
|
| |
try splitting on first period.
|
| |
|
|
|
|
| |
tex-recenter-output-buffer.
(tex-region, tex-file, tex-show-print-queue, tex-bibtex-file):
Put the call to tex-display-shell essentially last.
|
| |
|
|
| |
buffer's file over last processed file.
|
| | |
|
| | |
|