Kenichi Handa
f736ffbf3a
(Finsert_file_contents): Redo the change for handling
...
set-auto-coding while adding a kludgy code to avoid a compiler
bug.
1998-06-15 01:11:27 +00:00
Kenichi Handa
b5cadc4fb0
(set-auto-coding): Redo the previous change.
1998-06-15 01:03:12 +00:00
Richard M. Stallman
3d4ae13ee1
Initial revision
1998-06-14 21:32:23 +00:00
Richard M. Stallman
6b6dee47c9
Comment change.
1998-06-14 21:32:13 +00:00
Richard M. Stallman
0bbf74a829
Initial revision
1998-06-14 21:24:54 +00:00
Richard M. Stallman
8b0697787a
(find-function-on-key): Don't discard up event after down event.
1998-06-14 19:04:40 +00:00
Richard M. Stallman
1674d9a28b
(skip_chars): Don't examine STRING before verifying that it is a string.
...
(scan_lists): Use prev_char_comend_first, not ...comstart...
1998-06-14 19:04:01 +00:00
Richard M. Stallman
cdfac81276
(Fcall_interactively) <k, K>: If sequence ends in a down
...
event, discard following up event.
1998-06-14 19:03:11 +00:00
Richard M. Stallman
5c6f2f2a47
(jka-compr-insert-file-contents): Don't run
...
after-insert-file-functions, since caller does that.
1998-06-14 19:01:34 +00:00
Richard M. Stallman
7a784f27db
(uncompress-while-visiting):
...
Bind coding-system-for-write and coding-system-for-read.
1998-06-14 19:01:06 +00:00
Richard M. Stallman
dd81ca0dd8
(tmm-get-keymap): Handle :filter.
1998-06-14 18:46:20 +00:00
Eli Zaretskii
9a69bda1eb
(dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.
...
(dos_yield_time_slice): New function.
(sys_select): Use it instead of __dpmi_yield.
1998-06-14 16:19:33 +00:00
Eli Zaretskii
106a57a4cc
(file-name-invalid-regexp): Add control characters for DOS/Windows
...
as they are disallowed by the filesystem there.
1998-06-14 15:34:02 +00:00
Erik Naggum
60e6659c30
(Fcompleting_read): Escape bare newline in doc string.
1998-06-14 08:37:52 +00:00
Richard M. Stallman
26a047151b
(Finsert_file_contents): Fix change to set INSERTED.
1998-06-14 05:51:03 +00:00
Richard Kenner
2d67f1e907
(sun4H:SunOS:5.*:*): New case.
1998-06-13 19:51:10 +00:00
Richard M. Stallman
da09b92be7
(user-init-file): Default value now nil.
...
(local-enable-local-variables): New variable.
(set-auto-mode): Test it.
1998-06-13 06:17:13 +00:00
Richard M. Stallman
341ce5a77d
(command-line-1): Check that user-init-file non-nil.
1998-06-13 06:16:32 +00:00
Richard M. Stallman
4cc4a962ca
(rmail-variables): Locally bind
...
local-enable-local-variables, not enable-local-variables.
(rmail): Don't switch buffers inside the binding of
enable-local-variables.
1998-06-13 06:01:41 +00:00
Richard M. Stallman
678b159e98
(tar-mode): Locally bind local-enable-local-variables,
...
not enable-local-variables.
1998-06-13 06:01:11 +00:00
Richard M. Stallman
28138f8c19
(archive-mode): Locally bind local-enable-local-variables, not
...
enable-local-variables.
1998-06-13 06:00:58 +00:00
Richard M. Stallman
a6e4564e8e
(info-other-window): New function.
1998-06-13 06:00:00 +00:00
Richard M. Stallman
4b08b7ed05
(help-map): C-h 4 i runs info-other-window.
...
(describe-key, describe-key-briefly):
Don't discard up event after down event.
1998-06-13 05:59:46 +00:00
Richard M. Stallman
c5c5a6f8d1
(parse_menu_item): Put a quote around DEF
...
to pass it as an argument to the filter function.
1998-06-13 05:27:47 +00:00
Richard M. Stallman
b720878d35
(other): Doc fix.
1998-06-13 05:04:42 +00:00
Richard M. Stallman
64db9621a3
(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.
1998-06-13 05:03:41 +00:00
Richard M. Stallman
666c1d8bab
(find-file-noselect): Delete unused local var `error'.
...
(find-file-noselect-1): Add local var `error'.
1998-06-13 04:44:32 +00:00
Richard M. Stallman
4dd9d86d22
(find-file-noselect): Use find-file-noselect-1
...
after "Save file and revisit literally? ".
1998-06-13 04:34:52 +00:00
Richard M. Stallman
a440f81d29
(elisp-eval-region): Accept new arg read-function; also handle
...
load-read-function.
1998-06-13 04:34:18 +00:00
Richard M. Stallman
63987c84b1
(eval-defun): Pass read function to
...
eval-region as arg, instead of binding load-read-function.
1998-06-13 04:33:31 +00:00
Richard M. Stallman
e13d531d4f
Several fixes in doc string style.
...
(uce-mail-reader): Use defcustom.
1998-06-13 04:33:02 +00:00
Richard M. Stallman
5755be321d
(ispell-region): Return non-nil if not aborted.
...
(ispell-highlight-spelling-error-generic): Fix doc typo.
1998-06-13 04:06:46 +00:00
Kenichi Handa
80e803b4e7
(detect_coding_system): Always return a list of HIGHEST is zero.
...
(Fdetect_coding_region): Doc-string adjusted for the above change.
(Fdetect_coding_string): Likewise.
1998-06-13 01:41:23 +00:00
Richard M. Stallman
fde4581d31
(read-feature): Doc fix.
...
(loadhist-hook-functions): New variable.
(unload-feature): Act on FEATURE-unload-hook or look for unloaded
functions on hooks and remove them.
1998-06-13 01:38:33 +00:00
Richard M. Stallman
221fc415b0
Add @dircategory, @direntry.
1998-06-13 01:32:57 +00:00
Richard M. Stallman
a44f8b41e8
*** empty log message ***
1998-06-13 01:30:44 +00:00
Richard M. Stallman
26a781f636
(INSTALL_INFO): New variable.
...
(install): Run install-info.
1998-06-13 01:29:43 +00:00
Richard M. Stallman
0592240774
(standard_args): Fix arg order to match code in `main'.
1998-06-12 23:20:54 +00:00
Richard M. Stallman
0ca03bbaa6
(tpu-include) Use insert-file-contents, remove save-excursion.
1998-06-12 22:05:42 +00:00
André Spiegel
633cee4683
(vc-dired-hook): Don't use dired-kill-line to remove directory lines
...
in terse mode.
(vc-dired-purge): If the top level dir is empty, make it look a little
nicer.
1998-06-12 11:13:37 +00:00
Kenichi Handa
167eb370ed
(set-auto-coding): Cancel the previous change.
1998-06-12 08:55:04 +00:00
Kenichi Handa
54369368a3
(Finsert_file_contents): Undo the previous change for
...
handling set-ault-coding.
1998-06-12 08:44:43 +00:00
Kenichi Handa
b69a8fdc6c
(Finsert_file_contents): After calling handler,
...
get INSERTED from the handler's value.
1998-06-12 08:35:09 +00:00
Kenichi Handa
bb98ead951
(instantiate-fontset): Delete
...
duplicated call of x-complement-fontset-spec. Call new-fontset
with a correct argument.
(x-compose-font-name): Argument name adjusted for the doc-string.
(x-complement-fontset-spec): Don't alter the contents of the
arguments XLFD-FIELDS and FONTLIST.
(x-style-funcs-alist): The format changed.
(x-modify-font-name): New function.
(create-fontset-from-fontset-spec): The arg STYLE-VARIANT-P is
changed to STYLE-VARIANT, the format also changed. Use
x-modify-font-name instead of calling functions in
x-style-funcs-alist directly.
(instantiate-fontset): Use x-modify-font-name instead of calling
functions in x-style-funcs-alist directly.
(resolve-fontset-name): New function.
1998-06-12 07:10:59 +00:00
Kenichi Handa
12755bafbf
While creating fontsets of style variants, pay
...
attention to X resources XXX.attributeFont.
1998-06-12 07:10:59 +00:00
Kenichi Handa
70ccc86659
(set-face-font): Pay attention to fontset.
...
(set-face-font-auto): Call resolve-fontset-name.
1998-06-12 07:10:59 +00:00
Richard M. Stallman
88be0819a1
(gud-filter): extend scope of binding of gud-filter-defer-flag.
1998-06-12 05:59:33 +00:00
Thien-Thi Nguyen
28f0c4f275
(hs-minor-mode): Use make-local-variable' not make-variable-buffer-local'.
1998-06-12 05:53:52 +00:00
Thien-Thi Nguyen
aaa114d058
Require `easymenu'. Rework to use easymenu. Remove eol ws.
...
(hs-hide-level-recursive, hs-hide-level): Add.
(hs-unbalance-handler-method): Delete.
(hs-show-block-at-point): Always use `top-level' unbalanced-handler case.
1998-06-12 05:32:48 +00:00
Richard M. Stallman
ac06bd0f6c
Initial revision
1998-06-12 02:04:21 +00:00