1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

44438 Commits

Author SHA1 Message Date
Kenichi Handa
5cb4031d8f (occur-engine): Set buffer-file-coding-system of
OUT-BUF to that of one of BUFFERS if they locally bind that
variable.
2002-11-13 07:06:07 +00:00
Kenichi Handa
f79043bdb5 *** empty log message *** 2002-11-13 07:05:47 +00:00
Markus Rost
9b6098b97d (custom-handle-all-keywords): Fix arg passed to custom-add-to-group. 2002-11-13 02:27:21 +00:00
Stefan Monnier
c2fd1f35e9 (Fmap_char_table): Don't use map_char_table's function arg. 2002-11-12 22:49:31 +00:00
Stefan Monnier
e6c87a0f96 (parse_single_submenu): Simplify. 2002-11-12 22:00:41 +00:00
Stefan Monnier
213a58ae83 (cvs-mode-map): Remove M-f binding.
(cvs-minor-mode-map): Add e binding in log-view-mode.
2002-11-12 21:04:48 +00:00
Stefan Monnier
2a4407be87 (perl-hanging-paren-p): New fun.
(perl-indent-line): Look at the open-paren to indent a close-paren.
(perl-calculate-indent): Try to better indent args after hanging paren.
Remove special code for open-paren-in-column-0.
2002-11-12 21:03:37 +00:00
Stefan Monnier
3ceb4629cf (scan_sexps_forward): Undo last patch.
Use a more obvious fix: check eob before updating the syntax table.
2002-11-12 20:41:14 +00:00
Markus Rost
af65391bb9 (vc-sccs-registered): Handle the autoload cookie so that the
definition is found by `find-function-search-for-symbol' and etags.
2002-11-12 19:51:20 +00:00
Markus Rost
0d2c82c731 (vc-rcs-registered): Handle the autoload cookie so that the definition
is found by `find-function-search-for-symbol' and etags.
2002-11-12 19:46:47 +00:00
Stefan Monnier
4e7a42d2f5 (sgml-namify-char): New cmd.
(sgml-name-char): Use it.
(sgml-tag-last, sgml-tag-history): New vars.
(sgml-tag): Use them.
(sgml-skip-tag-forward): Use sgml-tag-syntax-table.
(sgml-delete-tag): Remove resulting empty lines.
(sgml-tag): Don't make intangible.
(sgml-parse-tag-backward): Add limit argument.
(html-autoview-mode): Use define-minor-mode.
2002-11-12 16:46:19 +00:00
Francesco Potortì
88510b1757 Added two references from Buffer Internals to Buffer Gap. 2002-11-12 08:11:30 +00:00
Markus Rost
71c37e3fc0 (defgroup edt): Arrange that definition starts at beginning of line. 2002-11-12 01:42:32 +00:00
Markus Rost
513bcaece9 (defgroup comment): Remove autoload cookie. 2002-11-12 00:11:30 +00:00
Markus Rost
007f562826 (defgroup hi-lock-interactive-text-highlighting): Remove autoload
cookie.
2002-11-12 00:10:23 +00:00
Markus Rost
c391c46412 (defgroup ls-lisp): Remove autoload cookie. 2002-11-12 00:09:44 +00:00
Markus Rost
6c5f59d0a6 (mouse-wheel-down-button, mouse-wheel-up-button):
Declare with defvar, not with defcustom.
2002-11-11 22:06:24 +00:00
Markus Rost
2642ac8f2d (gnus-summary-goto-unread): Doc fix - escape open parens in column 0. 2002-11-11 18:24:11 +00:00
Markus Rost
8b23d4f99e *** empty log message *** 2002-11-11 15:26:22 +00:00
Markus Rost
052b70090a Don't require 'autoload.
(custom-make-dependencies):  Handle :version also for autoloaded
options.
2002-11-11 15:09:13 +00:00
Markus Rost
ed0d58c91f (defgroup winner): Handle Emacs 19 compatibility so that definition
starts at beginning of line.
2002-11-11 15:04:23 +00:00
Markus Rost
bca3689a2c Simplify Emacs 19 compatibility. 2002-11-11 14:53:20 +00:00
Juanma Barranquero
6de40a0c9e (dired-show-file-type): Format filename with "%s" to escape any format-like
sequences it could contain.
2002-11-11 11:44:24 +00:00
Juanma Barranquero
2302ee3426 (custom-save-delete): Force emacs-lisp-mode. 2002-11-11 10:51:58 +00:00
Juanma Barranquero
98b4e102f8 *** empty log message *** 2002-11-11 09:03:25 +00:00
Juanma Barranquero
25a6f6573e (install-arch-indep): Prepend $(srcdir)/ to lisp. 2002-11-11 09:03:08 +00:00
Juanma Barranquero
23b1ffb176 (mode-name): Mark it as risky-local-variable. 2002-11-11 08:10:16 +00:00
Juanma Barranquero
76dfc9a15a *** empty log message *** 2002-11-11 06:56:34 +00:00
Markus Rost
e6bb31f357 Fix typos in Commentary section. 2002-11-10 04:20:06 +00:00
Stefan Monnier
b7305e0196 *** empty log message *** 2002-11-09 22:25:39 +00:00
Stefan Monnier
79bd6490a2 (scan_sexps_forward): Update syntax table before reading
a char rather than after so we don't update the table past eob.
2002-11-09 22:20:02 +00:00
Dave Love
2671e4de9a *** empty log message *** 2002-11-09 12:56:31 +00:00
Dave Love
c2f516353a (quoted-insert): Bind translation-table-for-input, not
keyboard-translate-table.
2002-11-09 12:56:04 +00:00
Dave Love
9372a49f0c (quail-input-string-to-events): Revert
last change.
2002-11-09 12:55:37 +00:00
Dave Love
875d910694 Revert to using
translation-table-for-input instead of keyboard-translate-table.
2002-11-09 12:53:43 +00:00
Dave Love
eb9fc9e650 (current-language-environment): Fix
:type.
2002-11-09 12:53:16 +00:00
Dave Love
15c8f9d1ad (Vtranslation_table_for_input): New.
(syms_of_coding): DEFVAR it.
2002-11-09 12:49:31 +00:00
Dave Love
a0acc6c756 (command_loop_1): Apply Vtranslation_table_for_input
to self-inserting characters.
(syms_of_keyboard) <keyboard-translate-table>: Doc fix.
2002-11-09 12:48:26 +00:00
Dave Love
867d526322 (Fself_insert_command): Apply Vtranslation_table_for_input. 2002-11-09 12:46:25 +00:00
Dave Love
609c95d5c1 (Fset_buffer_major_mode): Fix last change. 2002-11-09 12:43:58 +00:00
Stefan Monnier
8627813e5b (archive-zip-summarize): Don't hardcode (point-min) = 1. 2002-11-08 23:42:15 +00:00
Stefan Monnier
c2801b5048 (PC-do-completion): Make partial-completion work
with incomplete directory names.
2002-11-08 23:39:29 +00:00
John Wiegley
dc0868e1ce (timeclock-modeline-display): Use assq as well as memq to find
`global-mode-string' within `mode-line-format'.  The structure of
that variable has changed in 21.3.
2002-11-08 20:28:55 +00:00
John Wiegley
4c302ba42e *** empty log message *** 2002-11-08 20:28:16 +00:00
Stefan Monnier
7afecb99cb (latex-standard-block-names): Rename from standard-latex-block-names.
(tex-font-lock-keywords-1): Add providecommand, renewenvironment, and
renewtheorem.  Highlight \it and \bf separately since they may overlap.
(tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
(tex-font-lock-keywords-3, tex-verbatim-environments)
(tex-font-lock-syntactic-keywords): New vars.
(superscript, subscript, tex-verbatim-face): New faces.
(tex-font-lock-syntactic-face-function): Handle \verb construct.
(tex-common-initialization): Update font-lock-defaults setting.
(tex-insert-braces): Make it into a skeleton.
(latex-fill-nobreak-predicate): Don't break after \.
(latex-insert-block): Rename from tex-latex-block.
(latex-down-list): Use tex-mode-syntax-table when skipping parens
rather than the indentation syntax-table.
(latex-close-block): Rename from tex-close-latex-block.
(latex-split-block): New fun.
(latex-indent): Don't indent inside a verbatim block.
(latex-find-indent): Stick \begin{verbatim} to the margin.
2002-11-08 16:56:57 +00:00
Dave Love
6bae0ccfb1 *** empty log message *** 2002-11-08 12:32:10 +00:00
Dave Love
17b3d9f6ac Use AC_CONFIG_LIBOBJ_DIR and require autoconf
2.54.
(AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
2002-11-08 12:30:21 +00:00
Juanma Barranquero
63e9e99c83 *** empty log message *** 2002-11-08 09:04:59 +00:00
Juanma Barranquero
d67d16270c (w32_draw_fringe_bitmap): Remove unused local variable window. 2002-11-08 08:42:03 +00:00
Markus Rost
6c1b363d03 (nnimap-split-rule): Doc fix - escape open parens in column 0. 2002-11-08 03:53:04 +00:00