| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(image-file-name-regexps): Renamed from `image-file-regexps'.
New default value is nil. Call `auto-image-file-mode'.
(image-file-name-regexp): New function.
(auto-image-file-mode): New minor mode.
(insert-image-file): Don't make conditional on the image-file
handler being enabled.
(image-file-handler): Make the call here conditional instead.
(set-image-file-handler-enabled, enable-image-file-handler)
(disable-image-file-handler): Functions removed.
|
| |
|
|
|
|
|
|
| |
it's a function from CL.
(latex-imenu-create-index): Replace eval-when-compile with progn
because latex-section-alist is not bound while compiling.
|
|
|
|
| |
(outline-mode): Use define-derived-mode.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Distinguish the let-binding case from the funcall case.
(forward-sexp-function): New variable.
(forward-sexp): Use it.
|
|
|
|
| |
(easy-mmode-defmap): Remove the now useless autoload.
|
| |
|
|
|
|
|
| |
Don't depend on the presence of TOGGLE-FUN for any special behavior.
Use if rather than cond.
|
|
|
|
|
| |
(comment-indent-hook): Remove.
(string-to-syntax): Bug fix.
|
|
|
|
|
| |
(cvs-ediff-diff): Fix typo.
(cvs-revert-if-needed): Don't bother preserving read-only.
|
| |
|
|
|
|
|
| |
(toggle-auto-compression): Remove.
(jka-compr-build-file-regexp): Remove useless grouping.
|
| |
|
|
|
|
|
|
| |
Avoid user-reserved bindings.
(diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
(diff-header-face): Revert to grey85.
|
| |
|
|
|
|
|
|
|
|
| |
(partial-completion-mode): Use define-minor-mode.
(PC-do-completion): Understand `completion-auto-help = delay'
to mean to popup the completion buffer only the second time.
(PC-include-file-all-completions, PC-include-file-all-completions)
(PC-include-file-all-completions): Don't quote lambda.
|
|
|
|
|
|
|
|
| |
(comint-mode): Use define-derived-mode.
(comint-mode-map): Remove obsolete comment.
(make-comint): Minor stylistic change.
(comint-insert-clicked-input): Be more careful to find the overlay.
Use this-command-keys rather than hardcoding mouse-2.
|
|
|
|
|
|
|
| |
(tex-font-lock-keywords-1, tex-font-lock-keywords-2):
Don't use regexp-opt-depth. Spice up the regexp for args.
Don't distinguish between cmds that can take an opt arg or not.
Use `append' and `prepend' rather than `keep'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(latex-outline-regexp): New var.
(latex-outline-level): New fun.
(latex-section-alist): New var.
(latex-imenu-create-index): Use it. Use `push' as well.
(tex-shell-map): Initialize it properly.
(tex-mode): Minor stylistic change.
(plain-tex-mode): Use define-derived-mode.
(latex-mode): Use define-derived-mode.
Construct the paragraph regexps in a more readable way.
Set the buffer-local outline-{level,regexp} vars.
(slitex-mode): Derive from latex-mode.
(tex-common-initialization): Don't kill-all-vars anymore.
Add setting for comment-add and font-lock-defaults.
(tex-start-shell): Use with-current-buffer and don't re-init keymap.
(tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
(tex-start-tex): New arg DIR (and send a chdir command for it).
Also display the shell buffer and save it in tex-last-buffer-texed.
(tex-region): Use expand-file-name rather than concat.
Remove code made useless by changes in tex-start-tex.
(tex-file): Use tex-main-file and adapt to new tex-start-tex.
|
| |
|
| |
|
|
|
|
|
| |
image's :ascent to 80. That gives a mode-line which is approx.
as tall as the normal one.
|
| |
|
|
|
|
| |
`append'.
|
| |
|
|
|
|
| |
Instead, fix the position of the `bound' arg to re-search-backward.
|
| |
|
|
|
|
|
| |
Widen more carefully, to avoid finding pointers in other nodes.
(Info-index): Use push.
|
| |
|
|
|
|
|
|
| |
frame-update-faces.
(set-foreground-color, set-background-color): Likewise for
frame-update-face-colors.
|
| |
|
|
|
|
| |
frame-update-faces, which is a no-op now.
|
| |
|
| |
|
|
|
|
| |
Add assertions.
|
| |
|
|
|
|
| |
tool-bar-lines.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
mouse-position.
|