1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
Commit Graph

1012 Commits

Author SHA1 Message Date
Pavel Janík
6a05d05faf Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
Pavel Janík
3afbc435ac Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Gerd Moellmann
2be7dabcae Fix license commentary. 2001-07-13 12:59:13 +00:00
Stefan Monnier
da197e7571 (fill-region-as-paragraph): Don't look further back than LINEBEG. 2001-06-25 19:20:15 +00:00
Stefan Monnier
f7ac3e2885 (sgml-mode-map): Fix thinko. 2001-06-18 19:04:09 +00:00
Eli Zaretskii
a865de85da (tex-validate-buffer): Add help-echo to mouse-highlighted text. 2001-06-17 11:25:12 +00:00
Eli Zaretskii
dc44c48c48 (pages-copy-header-and-position): Add help-echo to mouse-highlighted text. 2001-06-17 11:24:36 +00:00
Stefan Monnier
e1940c83b4 Move `provide' to the end. Update copyright.
(sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
Bind the latin-1 charset-char to sgml-maybe-name-self rather than
incorrectly binding chars between 128 and 256 to it.
(sgml-maybe-name-self): Handle latin-1 chars properly.
(sgml-tags-invisible): Bind buffer-file-name to nil.
Use unwind-protect and restore-buffer-modified-p.
(sgml-point-entered): Use buffer-substring-no-properties.
(html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
(html-mode): Don't force `imenu-sort-function'.
2001-06-17 09:01:23 +00:00
Miles Bader
72190a54f6 (texinfo-format-syntax-table): Revert previous change. 2001-06-15 00:57:40 +00:00
Miles Bader
2205884371 (texinfo-format-syntax-table): Change syntax of " and \ to "." (punctuation). 2001-06-14 02:54:34 +00:00
Miles Bader
21ae6d3bc4 (texinfo-mode-syntax-table): Change syntax of " and \ to "." (punctuation). 2001-06-14 02:53:38 +00:00
Carsten Dominik
70d797cd6e * reftex-ref.el (reftex-select-label-help): Added "z" key
description.

	* reftex-sel.el (reftex-select-jump): New command.

	* reftex-toc.el (reftex-toc-help): Added "z" key description.
	(reftex-toc-jump): New command.

	* reftex-cite.el (reftex-parse-bibitem): Regexp changed to parse
	international characters as well.

	* reftex.el: Added autoloads for eftex-varioref-vref',
	eftex-fancyref-fref', eftex-fancyref-Fref'

	* reftex-vars.el:  Protected single backslash in many docstrings.

	* reftex-dcr.el (reftex-view-crossref): added SPACE and TAB to the
	key separaotrs.
2001-06-08 08:43:20 +00:00
Stefan Monnier
8908cf40d5 (latex-find-indent): Handle the BOBP case. 2001-05-31 02:26:43 +00:00
Sam Steingold
b781e739bf fix live process/dead buffer bub on w32 2001-05-29 15:47:01 +00:00
Stefan Monnier
393d2dbf4a (outline-mode): Fix font-lock-defaults.
(outline-invisible-p): New function.
(hide-leaves): Save excursion.
(hide-other): Stop looping when reaching bobp.
2001-05-28 12:21:59 +00:00
Stefan Monnier
15ca8de7fd (tex-mode-syntax-table): Add ^.
(tex-font-lock-keywords-1, tex-font-lock-keywords-2):
Allow spaces around macro arguments.
(tex-mode-map): Inherit from text-mode-map, but rebind \t to
indent-for-tab-command.
(latex-mode-map, plain-tex-mode-map): New keymaps.
Inherit from tex-mode-map.
(tex-common-initialization): Don't setup the keymap any more
since it's now done right by define-derived-mode.
(latex-mode): Set skeleton-end-hook to nil.
(latex-skeleton-end-hook): Remove.
(tex-latex-block, latex-insert-item): Simplify.
(latex-syntax-after): Use following-char rather than char-after.
(tex-discount-args-cmds, tex-count-words): New functions.
2001-05-25 22:08:58 +00:00
Stefan Monnier
1a6af6a221 (tildify-ignored-environments-alist): Recognize \verb* right. 2001-05-25 21:43:21 +00:00
Stefan Monnier
fd22e6cab6 (tildify-ignored-environments-alist):
Recognize \verb* as well.
2001-05-25 21:41:44 +00:00
Eli Zaretskii
bc9841752a (artist-mode): Fix a typo. From Pavel Janik <Pavel@Janik.cz>. 2001-05-20 04:18:06 +00:00
Gerd Moellmann
21975a1fd9 (outline-font-lock-level): Remove the
condition-case, test what outline-level returns instead, to ease
debugging.
2001-05-16 11:35:43 +00:00
Eli Zaretskii
ddfb400586 (ispell-change-dictionary): Doc fix. 2001-05-03 04:44:12 +00:00
Gerd Moellmann
8bb6eb14be (texinfo-format-parse-args): Don't
consume a newline following `}'.
(texinfo-format-email): New function.
(toplevel): Use texinfo-format-email for @email.
(texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add
`display'.
(texinfo-sort-region): Goto point-min before sorting.
(texinfo-set): Remove leading white space from value.
From yagi@is.titech.ac.jp.
2001-05-02 11:44:27 +00:00
Gerd Moellmann
23b809c2a7 Fix autoload cookies. 2001-04-23 11:50:36 +00:00
Eli Zaretskii
ac1470eb03 (sentence-end): Doc fix. 2001-04-22 08:35:45 +00:00
Eli Zaretskii
e38af9bd2d (texinfo-font-lock-keywords): Add
fontification for @value, @dfn, @dmn, @acronym, @anchor, and
@inforef.  Add an OVERRIDE of `keep' to highlight specs of
keywords whose arguments routinely include @@.
2001-04-11 08:02:51 +00:00
Gerd Moellmann
3fe35f35c0 (forward-sentence): Put the sentence-end
regexp in parentheses when building the regexp for searching
backwards.
2001-04-10 14:55:03 +00:00
Stefan Monnier
5f5c9e7924 Add unknown maintainer.
(sgml-tag): Pass `str' explicitly through skeleton-transformation.
(html-mode-map): Use set-keymap-parent.
2001-04-06 16:24:42 +00:00
Gerd Moellmann
25f2ad0554 Some doc fixes.
(flyspell-maybe-correct-transposition)
(flyspell-maybe-correct-doubling): Use a temporary buffer
2001-03-26 16:31:20 +00:00
Gerd Moellmann
72c04ce241 (ispell-parse-output): Doc fix. 2001-03-26 15:41:37 +00:00
Gerd Moellmann
f216a6b34a Backed out changes made by John Wiegley 2000-10-28. 2001-03-26 13:59:00 +00:00
Stefan Monnier
1cc218de32 (fill-individual-paragraphs-prefix): Fix transcription typo. 2001-03-23 08:18:51 +00:00
Andreas Schwab
5f52a7dfde (reftex-view-crossref): Doc fix. 2001-03-19 16:47:40 +00:00
Gerd Moellmann
c58ab353c9 (ispell-dictionary-alist-6): Add support
for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.).
2001-03-15 09:18:31 +00:00
Stefan Monnier
40153a944e (texinfo-update-menu-lower-regexps):
Fix the named and regexp used for subsubsections.
2001-03-11 18:57:19 +00:00
Stefan Monnier
3212cc84cd (fill-context-prefix): Allow first-line-prefix to match paragraph-start. 2001-03-07 00:12:59 +00:00
Stefan Monnier
4afa094d3a (sgml-mode-common): Correct value of
comment-start-skip and set comment-end-skip as well.
(sgml-comment-indent): Fix for new value of comment-start-skip.
(html-autoview-mode): Don't bother using make-local-hook.
2001-03-07 00:03:50 +00:00
Dave Love
fa84f42ab9 (flyspell-region): Set up
flyspell-local-mouse-map.
2001-03-06 10:59:50 +00:00
Dave Love
61eec392c0 (defvar): Wrap some defvars in
eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
2001-03-01 18:42:27 +00:00
Stefan Monnier
cb91b2c7ee (fill-region-as-paragraph): Skip spaces backward
rather than using (match-beginning 0) when searching for break point.
Because match-data might have been destroyed by fill-nobreak-predicate
or might never have been setup if the re-search-backward has failed.
2001-02-22 20:09:13 +00:00
Eli Zaretskii
4ff163fdcd Fix a typo in a comment. 2001-02-22 18:13:41 +00:00
Eli Zaretskii
9238a8df8a (texinfo-format-scan): Signal an error if
@ follows an accent command such as @'.  Support optional braces
in commands that insert accents, like makeinfo does.
2001-02-22 13:30:58 +00:00
Dave Love
11570a8ffe (flyspell-get-word): Return string without
properties.
2001-02-16 15:05:24 +00:00
Gerd Moellmann
3bb710b01c (flyspell-region, flyspell-buffer):
Add autoload cookies.
2001-02-16 13:21:11 +00:00
Sam Steingold
713f7b15b0 tex-shell-running: Check the process buffer too 2001-02-15 21:08:24 +00:00
Dave Love
b3df462253 (spell-filter): Fix :type. 2001-02-07 23:34:37 +00:00
Dave Love
8919155a8f (sentence-end): Doc fix. 2001-02-07 23:33:35 +00:00
Dave Love
ef4d4394bf (adaptive-fill-function): Fix :type 2001-02-07 23:31:57 +00:00
Dave Love
b4a64de468 (bibtex-autokey-before-presentation-function): Fix :type. 2001-02-07 23:30:40 +00:00
Eli Zaretskii
e6297e7db4 (nroff-mode): Set the SYNTAX-BEGIN part
of font-lock-defaults to backward-paragraph.
2001-02-05 13:30:45 +00:00