Geoff Voelker
0fc02397bc
(CP_DIR): Preserve attributes.
1998-04-17 05:05:09 +00:00
Geoff Voelker
774fe785d4
Include new macros from src/config.in.
...
(GNU_MALLOC, REL_ALLOC): Define.
(RE_TRANSLATE_TYPE): Use Lisp_Object as type.
(RE_TRANSLATE): Use char_table_translate.
1998-04-17 05:04:46 +00:00
Geoff Voelker
5296922090
(fail): Exit with a negative return value.
...
(spawn): Return subprocess return code as an argument.
Explicitly copy environment block.
(main): Update to use return value argument with spawn.
Retry if spawn failed when a subshell was not tried.
1998-04-17 05:04:21 +00:00
Geoff Voelker
85f568ec2d
(w32-system-shells): Add 4dos and 4nt.
...
(w32-allow-system-shell, w32-valid-locales): New variable.
(w32-check-shell-configuration): Make interactive.
Obey w32-allow-system-shell.
(w32-get-valid-locale-ids, w32-list-locales): New functions.
(w32-init-info): Fix relative path to info directory.
1998-04-17 05:03:43 +00:00
Geoff Voelker
5edd6aeeb5
(install): Copy elisp files that are not compiled.
...
(clean): Delete patch scratch files in all subdirectories.
1998-04-17 05:03:25 +00:00
Geoff Voelker
5568885b9c
(obj): Update with new files in src.
...
(clean): Delete patch scratch files, optimized compilation dir.
1998-04-17 05:02:55 +00:00
Richard M. Stallman
d0536a7a73
When installing ${version}, do it replacing @version@.
1998-04-17 04:28:29 +00:00
Richard M. Stallman
48cc32f064
Use spaces, not dashes, in M-x command.
1998-04-17 04:25:22 +00:00
Richard M. Stallman
909f0455e0
(ispell-get-word): No error if can't find a word to check.
...
(ispell-word): Don't fuss about a word if not adjacent to it.
(ispell-minor-check): Use save-excursion.
1998-04-17 03:37:10 +00:00
Richard M. Stallman
0de86efccd
(ispell-word): In ispell-check-only mode,
...
display a message for misspelled word.
1998-04-17 03:21:24 +00:00
Richard M. Stallman
43fd1680f9
(byte-after-unbind-ops): Delete byte-equal.
1998-04-17 02:00:04 +00:00
Richard M. Stallman
4e30630835
(Fcatch): Doc fix.
1998-04-17 01:53:31 +00:00
Richard M. Stallman
00df1bdfb3
(Fml_if): Initialize val.
1998-04-17 01:49:33 +00:00
Richard M. Stallman
ad21fa0789
(help-with-tutorial): Locally bind file and filename.
1998-04-17 01:17:39 +00:00
Richard M. Stallman
89ec7f07d1
(find-function-on-key):
...
If definition is a list, don't call find-function-other-window.
Handle mouse events (code copied from describe-key-briefly).
(find-function-do-it): Doc fix.
(find-function-noselect): Doc fix.
1998-04-17 00:43:15 +00:00
Richard M. Stallman
002ae4f99c
(standard_args): Add --no-unibyte.
...
(main): Recognize --no-unibyte to inhibit EMACS_UNIBYTE.
(main): Fix typo, add --multibyte and --no-multibyte.
(standard_args): Add --multibyte and --no-multibyte.
1998-04-16 21:24:37 +00:00
Richard M. Stallman
4721cccfb6
(locate): Doc fix.
1998-04-16 18:49:41 +00:00
Eli Zaretskii
03c747598f
(it_keyboard): New variable, supports Italian keyboard.
...
(keyboard_layout_list): Add Italian keyboard.
1998-04-16 09:06:25 +00:00
Eli Zaretskii
adc110de19
Make sure the environment is large enough to accomodate
...
all the "set foo=bar" commands. Update the pointers to ftp sites.
1998-04-16 08:56:46 +00:00
Richard M. Stallman
42a9dc8436
(Man-notify-when-ready) <newframe>:
...
Mark frame's window as dedicated.
1998-04-16 06:25:11 +00:00
Richard M. Stallman
49bdcd3e96
(time): Declare it only if not HAVE_UNISTD_H.
1998-04-16 06:21:56 +00:00
Richard M. Stallman
ef6675c8e0
(global-map [menu-bar mule]):
...
Conditionalize on default-enable-multibyte-characters.
1998-04-16 06:00:49 +00:00
Richard M. Stallman
ff663bbec9
(local-set-key, global-set-key): Return what define-key returns.
1998-04-16 05:40:48 +00:00
Richard M. Stallman
f0c030b36d
(Frequire): Doc fix.
1998-04-16 05:38:51 +00:00
Kenichi Handa
83fa074f8d
(code_convert_region): If point in the conversion
...
region, move it to FROM in advance.
1998-04-15 23:49:52 +00:00
Dave Love
37c3edc4d1
Move eval-when-compile off top level.
1998-04-15 16:25:44 +00:00
Eli Zaretskii
ed29121d27
(syms_of_coding): Declare and define inherit-process-coding-system.
1998-04-15 15:52:41 +00:00
Eli Zaretskii
77a9bc9a3f
Declare inherit-process-coding-system.
1998-04-15 15:48:45 +00:00
Eli Zaretskii
3b440bb591
(Fcall_process): Call
...
after-insert-file-set-buffer-file-coding-system if
inherit-process-coding-system is non-nil.
1998-04-15 15:44:16 +00:00
Eli Zaretskii
7ffaf65994
(ps-do-despool): Bind coding-system-for-write to
...
raw-text-unix.
1998-04-15 15:37:58 +00:00
Eli Zaretskii
b48fa57006
(archive-extract-by-stdout): Don't use
...
binary-process-output. Bind coding-system-for-read to 'undecided,
so coding system is determined on the fly. Bind inherit-process-coding-system
to t.
(archive-dos-members): Remove.
(archive-extract): Don't call archive-check-dos. Handle pkunzip errors.
(archive-*-extract): Handle pkzip errors.
(archive-check-dos): Remove.
(archive-subfile-dos): Remove.
(archive-extract): Don't bind archive-subfile-dos.
(archive-write-file-member): Don't DOSify DOS-style archive members.
(archive-zip-extract): Make pkzip use -o- flag, to make it more silent.
1998-04-15 15:31:30 +00:00
Eli Zaretskii
0b45d07bc2
(print-region-1): Stop using binary-process-{in,out}put,
...
bind coding-system-for-{read,write} instead.
1998-04-15 15:17:02 +00:00
Eli Zaretskii
08160b08ac
(dos-print-region-function): Except for binary files,
...
force conversion to DOS EOLs, but leave text conversions alone.
1998-04-15 15:10:03 +00:00
Eli Zaretskii
0b61968932
(find-binary-process-coding-system): Remove.
...
(default-process-coding-system): Make it be raw-text-dos if async
processes are supported, undecided-dos otherwise.
1998-04-15 15:02:22 +00:00
Eli Zaretskii
a749e5e566
(hexlify-buffer, dehexlify-buffer): Don't bind
...
binary-process-{in,out}put; setup coding-systems instead.
1998-04-15 14:47:47 +00:00
Eli Zaretskii
7664e30672
(sys_pipe): Use binary pipe I/O unconditionally.
1998-04-15 14:40:43 +00:00
Eli Zaretskii
208a446aa5
Remove binary-process-{in,out}put.
...
(syms_of_callproc): Likewise.
(Fcall_process, Fcall_process_region): Don't use binary-process-{in,out}put.
1998-04-15 14:36:16 +00:00
Andreas Schwab
7874f8a695
(RE_TRANSLATE_P): Define.
1998-04-15 10:35:44 +00:00
Andreas Schwab
28703c16f3
Use RE_TRANSLATE_P to check whether translation is
...
needed.
1998-04-15 10:33:18 +00:00
Andreas Schwab
4da4775f0d
(RE_TRANSLATE_P): New macro.
1998-04-15 10:32:29 +00:00
André Spiegel
edcb979fe4
(vc-dired-mode): Redefine dired-move-to-filename-regexp locally.
...
(vc-dired-reformat-line): Streamlined. Should handle all sorts of
date formats now.
1998-04-15 10:13:07 +00:00
Andreas Schwab
ae4c702967
(vc-backend-revert): Fix missing argument for
...
vc-file-setprop.
1998-04-15 09:48:04 +00:00
Andreas Schwab
64e3c718c6
(realloc) <emacs>: Define to xrealloc.
1998-04-15 09:39:40 +00:00
Andreas Schwab
6437ca0426
(install-arch-indep): Install customize and reftex info files.
1998-04-15 09:27:20 +00:00
Kenichi Handa
db6089c5e9
(Fccl_execute_on_string): Put \n\ at eol of docstring.
1998-04-15 07:49:16 +00:00
Kenichi Handa
49965a2998
(x_set_font): Give 2nd arg nil to Fquery_fontset.
...
(Fx_create_frame): Likewise.
1998-04-15 07:38:29 +00:00
Kenichi Handa
b5a647bfb5
(coding-system-change-eol-coding): New function.
...
(coding-system-change-text-coding): New function.
1998-04-15 07:15:01 +00:00
Kenichi Handa
727fb7903d
(find_ccl_program_func): New variable.
...
(fs_load_font): Call a function pointed by find_ccl_program_func
instead of finding CCL program to encode a character by itself.
(Fquery_fontset): New optional 2nd arg REGEXPP. Callers changed.
1998-04-15 07:12:49 +00:00
Kenichi Handa
c2c8997eb3
(FONT_ENCODING_NOT_DECIDED): The value is changed to 255.
...
(find_ccl_program_func): Extern it.
(Fquery_fontset): Args number changed to 2.
1998-04-15 07:12:49 +00:00
Kenichi Handa
6ae21908b0
Typo in comments fixed.
...
(Qccl_program_idx, Qunification_table, Qunification_table_id): New
variables.
(syms_of_ccl): Initialize and staticpro them.
(CCL_ReadMultibyteChar2): Macro name changed from
CCL_ReadMultibyteCharacter.
(CCL_WriteMultibyteChar2): Macro name changed from
CCL_WriteMultibyteChar2.
(CCL_
(MAX_TABLE_SET_LEVEL): New macro.
(tr_stack): New type.
(translate_stack, translate_stack_pointer): New variables.
(PUSH_TRANSLATE_STACK, POP_TRANSLATE_STACK): New macros.
(ccl_driver): Adjusted for the above changes.
(resolve_symbol_ccl_program): New function.
(Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
program. If CCL-PRGRAM is a vector, convert symbols in it to ID
numbers by resolve_symbol_ccl_program.
(Fccl_execute_on_string): Likewise.
(Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
convert symbols in it to ID numbers by resolve_symbol_ccl_program.
1998-04-15 07:12:49 +00:00