1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
Richard M. Stallman
70bc91bcec (cus-start): Require cus-start.
(mule): Make i18n the parent group.
1997-05-31 00:54:45 +00:00
Richard M. Stallman
4883633e7b Arrange to load it once during dumping,
and again if needed by cus-edit.el.
(custom-start-quote): Don't define as separate function.
(load-path): Improve the :type.
(delete-exited-processes): Fix group to processes-basics.
1997-05-31 00:54:10 +00:00
Richard M. Stallman
a7ec177595 Initial revision 1997-05-31 00:34:13 +00:00
Richard M. Stallman
fb873cfcb6 (server-kill-buffer): Prevent infinite recursion.
(server-kill-buffer-running): New variable.
1997-05-31 00:31:40 +00:00
Michael Kifer
9b70a748ed new version 1997-05-31 00:02:53 +00:00
Michael Kifer
cec3612204 Initial revision 1997-05-30 23:37:13 +00:00
Richard M. Stallman
916cc49f93 (substitute-key-definition): Check vectorp, not arrayp. 1997-05-30 19:21:06 +00:00
Richard M. Stallman
9d3d895d11 Comment change. 1997-05-30 07:30:02 +00:00
Richard M. Stallman
18b9dced5b (file-name-non-special): Special handling for
substitute-in-file-name operation.
1997-05-30 06:38:56 +00:00
Richard M. Stallman
86414c3ca0 (he-dabbrev-skip-space, he-dabbrev-as-symbol):
Move definitions up.  Use defcustom.
1997-05-30 05:30:58 +00:00
Richard M. Stallman
30178dde79 (search-highlight): Make it t by default.
(search-invisible): Doc fix.
1997-05-30 05:15:48 +00:00
Richard M. Stallman
50be475d12 (line-move): If moving into intangible text,
try to move to the end of the intangible segment if it's on that line.

(completion-setup-function): Do set completion-base-size.

(do-auto-fill): Don't give fill-context-prefix a third arg.
1997-05-30 00:58:54 +00:00
Per Abrahamsen
25ac13b5bd Synched with version 1.9900. 1997-05-30 00:39:40 +00:00
Richard M. Stallman
eedc233610 (custom-face-display-set): Define if not defined.
(custom-buffer-create-internal): Refer to the Emacs manual.
1997-05-29 23:27:40 +00:00
Karl Heuer
de073e064d (he-file-name-beg): Don't trigger on parts of
words with non-file chars.
(he-lisp-symbol-beg): Use symbol syntax classes.
(he-dabbrev-as-symbol): New variable.
(he-dabbrev-beg,he-dabbrev-search,he-dabbrev-kill-search): Use it.
1997-05-29 18:32:11 +00:00
Karl Heuer
92f7d0036f Integrated Emacs 19.34 and XEmacs 19.15
corrections (typos, style, command revisions, etc).
Integrated hacked up XEmacs immediate keybindings display.  See
`icomplete-show-key-bindings', `icomplete-get-keys', and
`icomplete-completions'.  Doesn't work with mainline GNU
Emacs 19.34 (because the cmdloop doesn't set owindow, and the
current-local-map doesn't take optional buffer arg), so feature
is, by default, inhibited unless we're running in XEmacs.
(icomplete-get-keys): Return keys bound to func name in buffer
"owindow" - since "owindow" is calling-buffer history present
only in XEmacs, this function is only useful in XEmacs.
(icomplete-max-delay-chars, icomplete-compute-delay): New vars.
(icomplete-delay-completions-threshold): New var.
These customize the delay behavior, so that completions don't
intrude as quickly for short input.
1997-05-29 18:18:23 +00:00
Karl Heuer
c8d05b030b (follow-submit-feedback, follow-mode): Doc fix.
(follow-generic-filter): Don't restore the original buffer if it's
dead, or if the filter explicitly selected a new buffer.
1997-05-29 17:56:52 +00:00
Karl Heuer
9149d73848 Update URL in commentary. 1997-05-29 17:48:38 +00:00
Karl Heuer
351d52f719 * mouse-drag.el (mouse-drag-electric-col-scrolling): New variable;
auto-enables horizontal scrolling when clicks on wrapped
lines occur.
1997-05-29 16:44:27 +00:00
Simon Marshall
ac6e572cb9 Update for syntax-table text properties.
font-lock.el now adds them via font-lock-syntactic-keywords.
1997-05-29 07:18:05 +00:00
Simon Marshall
38c979d349 Update for syntax-table text properties.
sh-script.el now directs font-lock.el to add them to instances of # which are not comments.
1997-05-29 07:04:00 +00:00
Simon Marshall
3bef4cbd6f Update for syntax-table text properties.
fast-lock.el now saves and restores them.
1997-05-29 07:01:36 +00:00
Richard M. Stallman
f1e13b4dd1 (edt-emulation-on): Handle absence of TERM envvar. 1997-05-29 06:57:11 +00:00
Richard M. Stallman
d4cd7f7b0c Move the latin-* to last. 1997-05-29 06:41:34 +00:00
Richard M. Stallman
de2188a161 Fix previous change. 1997-05-29 06:38:45 +00:00
Richard M. Stallman
ac2828d84a (iso-languages): For French and Portuguese,
add comma as prefix.  For Latin-3, add period.
Remove unnecessary backslashes before chars that don't need them.
1997-05-29 06:36:56 +00:00
Richard M. Stallman
e76b547b88 (edebug-signal): Avoid infinite recursion. 1997-05-29 06:32:44 +00:00
Richard M. Stallman
88039caa2b (hs-special-modes-alist): Include also the
comment regexp in the alist. This is needed for modes like c++
where the comment beginning regexp is not easy to determine
from the syntax table.
Include ADJUST-BLOCK-BEGINNING in the alist.
(hs-hide-comments-when-hiding-all): Add autoload cookie.
(hs-show-hidden-short-form):
(hs-adjust-block-beginning): New variables.

Comment out `hs-menu-bar' as XEmacs support was removed.
(hs-c-end-regexp): Remove variable, obsoleted by the rewrite of
`hs-inside-comment-p'.

(hs-discard-overlays): No need to test if we are inside the
overlay, we surely are since we got the overlay using `overlays-at'.
(hs-hide-block-at-point): Rewritten to use the new variables.
Use only one parameter to specify the comment.
(hs-show-block-at-point): No need for the COMMENT-REG parameter.
(hs-safety-is-job-n): Correct typo.
(hs-hide-initial-comment-block): Add ^L to the chars to skip.
Take into account `hs-show-hidden-short-form' when testing.
(hs-inside-single-line-comment-p): Function deleted, obsoleted by
the rewrite of `hs-inside-comment-p'.
(hs-inside-comment-p): Rewritten from scratch. Semantics changed
when returning non-nil. We can be inside a comment, but that
comment might not be hidable (the car of the return value should
be non-nil to be hidable).
(hs-grok-mode-type): Rewrite to be more understandable.
`hs-c-end-regexp' does not exist any more.
Initialize `hs-c-start-regexp' from the alist if specified there.
Initialize `hs-adjust-block-beginning'.
(hs-find-block-beginning): Rewritten to be able to deal with the
situation when a block beginning spans multiple lines and the
point is on one of those lines.
(hs-already-hidden-p): Look first if we are inside a comment or a
block, go to their end and look there for the overlays.
(java-hs-adjust-block-beginning): New function.
(hs-hide-all): Hide a comment block only if `hs-inside-comment-p'
says is hidable.
(hs-hide-block): Simplify.
Handle properly the result of `hs-inside-comment-p'.
(hs-show-block): Likewise.
(hs-minor-mode): Doc string fixes.
Make `hs-adjust-block-beginning' buffer local.
Delete making `hs-c-end-regexp' buffer local as it was deleted.
1997-05-29 05:23:39 +00:00
Richard M. Stallman
56329bc5ed Initial revision 1997-05-29 03:01:51 +00:00
Richard M. Stallman
d35253d3a7 Comment change. 1997-05-29 01:04:24 +00:00
Richard M. Stallman
b6030d2f8a (gulp-send-requests): Sort maintainers alphabetically.
(gulp-create-m-p-alist): Don't print message here.  Bind fl-tm.
(gulp-request-header, gulp-request-end): Update the default text.
1997-05-29 00:17:57 +00:00
Richard M. Stallman
91a7e82925 Customize. 1997-05-28 04:22:11 +00:00
Richard M. Stallman
d03b8a2d00 Comment changes. 1997-05-28 03:50:36 +00:00
Kenichi Handa
d6c7b552ca Initial revision 1997-05-28 03:41:18 +00:00
Kenichi Handa
044f5c26bc (setup-english-environment): Set several
default values more appropriately.
1997-05-28 03:40:44 +00:00
Kenichi Handa
335a7ad768 Most of setup-LANGUAGE-environment functions are
moved form LANGUAGE.el to LANG-util.el.  These functions now at
first call setup-english-environment to reset various values to
the defaults.
1997-05-28 03:39:03 +00:00
Kenichi Handa
e4e6cfa0f0 Set default value of coding-category-iso-else to
iso-2022-lock.  Set priority of coding-category-emacs-mule higher.
1997-05-28 03:37:33 +00:00
Kenichi Handa
15b3e511e1 Delete defining "i" in mule-keymap.
(mule-menu-keymap): New variable.  All menu items related to mule
are defined in this keymap.
(set-language-info): Change format of INFO for KEY documentation
and setup-function.
(setup-specified-language-environment): New function.
(setup-language-environment): Call the above function.
(describe-specified-language-support): New function.
(describe-language-support): Call the above function.
(universal-coding-system-argument): New function.
(read-language-and-input-method-name): Doc-string fixed.  If
default-input-method is nil, use previous-input-method as the
default value.
(set-default-input-method): Deleted.
1997-05-28 03:37:32 +00:00
Kenichi Handa
ba114d2f46 Add comment for the code loading
"language/devanagari".
1997-05-28 03:37:30 +00:00
Kenichi Handa
80d4ea9282 (x-complement-fontset-spec): Add font names which are
ignoring sizes in alternative-fontname-alist.
1997-05-28 03:35:47 +00:00
Kenichi Handa
53fd9d05e5 (dired-find-file): Likewise. 1997-05-28 03:35:42 +00:00
Kenichi Handa
912192d19a (find-file): Delete the facility of handling a prefix
argument.
(find-file-other-window, find-file-read-only): Likewise.
(find-file-read-only-other-window): Likewise.
(find-file-read-only-other-frame): Likewise.
(find-alternate-file-other-window, find-alternate-file): Likewise.
(write-file, insert-file, append-to-file): Likewise.
1997-05-28 03:35:36 +00:00
Kenichi Handa
adfb70a19a (describe-buffer-case-table): Use aref instead of
set-char-table-range.
1997-05-28 03:35:35 +00:00
Kenichi Handa
77e94796fd (encoded-kbd-mode): Fix typo in doc-string.
(encoded-kbd-set-coding-system): Deleted.
1997-05-28 03:35:34 +00:00
Kenichi Handa
df10039820 (set-terminal-coding-system): New function.
(set-keyboard-coding-system): New function.
(set-buffer-process-coding-system): Name changed from
set-current-process-coding-system.
1997-05-28 03:35:33 +00:00
Richard M. Stallman
397a88f3c9 (mouse-undouble-last-event): Return nil if the event
is not double or triple to start with.
(mouse-show-mark): Handle scroll-bar events here.
1997-05-27 22:52:31 +00:00
Per Abrahamsen
3efc86effb Updated address. 1997-05-27 21:26:13 +00:00
Per Abrahamsen
d6d920176a Update address. 1997-05-27 21:24:07 +00:00
Richard M. Stallman
ac50039319 Comment change. 1997-05-27 20:53:24 +00:00
Richard M. Stallman
8b16c1f53d (vi-join-lines): Locally bind count.
(vi-search-forward, vi-search-backward): Use isearch-update-ring.
(vi-repeat-last-search, vi-reverse-last-search):
Get string from the ring.
(vi-mode-old-major-mode, vi-mode-old-mode-name): New defvars.
(vi-mode-old-local-map, vi-mode-old-case-fold): Likewise.
(vi-tilde-map): Move the defvar and bindings to the front.
1997-05-27 20:49:17 +00:00