| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fine tuning to menu map appearance and operation, and added help.
Remove `start' and `end' error messages when compiling.
(ispell-choices-win-default-height): Fixed comment string.
(ispell-dictionary-alist-1): Fixed regexp in castellano and
castellano8 dictionaries.
(ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
(ispell-dictionary-alist-4): Fixed regexp in francais-tex
dictionary, added italiano dictionary.
(ispell-skip-region-alist): Removed regexp thrashing when `-' is a
word character
(ispell-tex-skip-alists): Added psfig support.
(ispell-skip-html): Renamed from ispell-skip-sgml.
(ispell-begin-skip-region-regexp, ispell-skip-region)
(ispell-minor-check): Improved html skipping support to skip across
code, and recognize `&' commands without propper `;' syntax;
(ispell-process-line): Fix alignment error when manually
correcting spelling.
(ispell): Fix comment string.
(ispell-add-per-file-word-list): Always put word list on new line.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
`encode' instead of `decode'. Use save-window-excursion around
shell-command-on-region as in format-decode-run-method because
shell-command-on-region can display a buffer with error output.
(format-decode): Don't record undo information for the decoding.
(format-annotate-function): Add parameter FORMAT-COUNT. Make
that number part of the temporary buffer name so that more than
one decoding using a temporary buffer can happen safely.
|
|
|
|
| |
of `A-z' in the regexp.
|
| |
|
| |
|
|
|
|
| |
is signaled while loading user-init-file.
|
|
|
|
| |
for old NEWS files.
|
|
|
|
| |
undoing an undocumented change.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(sql-copy-column): Use comint-line-beginning-position.
(comint-line-beginning-position): Define a replacement for
comint-line-beginning-position if it is not fboundp.
(sql-mode-map): TAB is no longer defined in sql-mode-map;
it didn't have any effect anyway.
(sql-postgres): Jason Beegan's patch uses the parameters
--pset and pager=off instead of sending \\o|cat at the beginning
of the session.
|
| |
|
|
|
|
|
| |
file too. This assures of loading leim-list.el that is created at
Emacs installation time even if a user have his own leim-list.el.
|
| |
|
|
|
|
| |
black if the default background is dark.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(goto-address-fontify-p, goto-address-highlight-p)
(goto-address-url-face, goto-address-url-mouse-face)
(goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
(goto-address-url-regexp): Use thing-at-point-url-regexp.
(goto-address-fontify, goto-address-at-mouse): Simplify,
(goto-address-at-point): browse-url-url-at-point,
goto-address-find-address-at-point can return nil.
(goto-address-find-address-at-point): Return nil on failure.
|
| |
|
|
|
|
|
| |
(calculator): Use two lines for calculator window if `modeline'
face is boxed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Replace make-variable-buffer-local with make-local-variable.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
(ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
Allow going past the last element.
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
(cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
(cvs-mouse-toggle-mark): Don't move point.
(cvs-revert-if-needed): Avoid re-eval of local variables and modes.
|
|
|
|
|
| |
(next-error): Docstring fix.
(compilation-find-file): Avoid find-file (fails in a dedicated window).
|
| |
|
| |
|
|
|
|
|
|
|
| |
(diff-find-source-location): New fun, extracted from diff-goto-source.
(diff-goto-source): Use it.
(diff-next-complex-hunk, diff-filter-lines): New function.
(diff-apply-hunk): New command.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(fortune-append): Fix error message.
(fortune-from-region): Doc fix.
|
| |
|
| |
|
| |
|
|
|
|
| |
member of minor-mode-alist, unless it is boundp.
|
|
|
|
|
| |
`while'; use `with-current-buffer' instead of `save-excursion'.
Removed unnecessary kludges now that "*Buffer List*" is excluded.
|
| |
|
|
|
|
| |
(ccl-execute-with-args): Likewise.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
'buffer-menu' property.
(Buffer-menu-buffer): Use `buffer' property if `buffer-name'
fails.
(Buffer-menu-execute): When deleting, test `(and buf (buffer-name
buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
wasn't killed.
|