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
Stefan Monnier
be227f220d
(format-decode): Be careful with the order in `format'.
2002-11-08 02:38:54 +00:00
Kim F. Storm
9a9e711ed3
(Fformat_network_address): Removed unused locals p, cp, and i.
2002-11-07 23:18:45 +00:00
Kim F. Storm
a959f11ed3
*** empty log message ***
2002-11-07 23:15:02 +00:00
Stefan Monnier
38c1b27aa5
(function-p-func): Avoid `xemacs-p'.
2002-11-07 23:01:30 +00:00
Stefan Monnier
6d736b085c
Require esh-util.
...
(eshell-glob-initialize): Don't assume
eshell-special-chars-outside-quoting is available.
2002-11-07 23:00:32 +00:00
Stefan Monnier
1ddad36ec0
(fill-paragraph): Consider a comment-start as
...
a paragraph starter when filling non-comments.
(fill-comment-paragraph): Use comment-search-forward.
Recognize paragraph starters and separators within comments.
Use adaptive-fill-prefix when it works. Don't narrow while doing the fill.
2002-11-07 22:51:28 +00:00
Stefan Monnier
b2b4130428
*** empty log message ***
2002-11-07 21:01:20 +00:00
Stefan Monnier
8fd4d684b3
(isearch-yank-line): Typo.
2002-11-07 20:58:36 +00:00
Dave Love
9f2dbe01ef
(regexec): Fix pmatch declaration.
2002-11-07 20:53:33 +00:00
Stefan Monnier
4282eba157
(grep-default-command): New fun.
...
(grep): Use it.
(compilation-menu-map): New var.
(compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
(compilation-mode-map): Simplify.
(compilation-shell-minor-mode, compilation-minor-mode):
Use define-minor-mode.
2002-11-07 19:16:15 +00:00
Stefan Monnier
07daadbd32
(elide-head): Don't make intangible.
2002-11-07 18:49:48 +00:00
Stefan Monnier
3829bcc589
(where-is): Rename map to defs (a list of syms is not a map).
...
Test fboundp first, to speed things up. Use push.
2002-11-07 18:28:09 +00:00
Stefan Monnier
cd59ea72b2
(isearch-hidden): New var.
...
(isearch-search-and-update): Test it.
(isearch-range-invisible): Set it.
2002-11-07 17:46:04 +00:00
Markus Rost
c0d27fcceb
Regenerated.
2002-11-07 17:33:03 +00:00
Markus Rost
65280ff31c
(mail-default-directory): Set the version to 21.4.
2002-11-07 17:23:00 +00:00
Markus Rost
3190299741
(grep-compute-defaults): Move down.
2002-11-07 17:16:09 +00:00
Markus Rost
3755bc9cad
(grep-compute-defaults): Undo previous change.
...
(grep-command, grep-find-command, grep-tree-command): Allow value nil.
Do not declare :get property.
(grep-use-null-device): Doc fix. Fix type. Do not declare :get
property.
2002-11-07 17:05:01 +00:00
Markus Rost
b127be31b1
(checkdoc-find-error): Use get-file-buffer instead of get-buffer.
2002-11-07 16:52:04 +00:00
Juanma Barranquero
7a698dc1c5
(where-is): Repport also aliases of the passed command.
2002-11-07 16:46:11 +00:00
Stefan Monnier
cd21c04ac9
(tcl-mode): Don't set paragraph-start,
...
paragraph-separate, comment-column, and fill-paragraph-function.
Simplify outline-regexp.
(tcl-do-fill-paragraph): Remove.
2002-11-07 15:22:49 +00:00