Karl Heuer
71a895c609
(comint-strip-ctrl-m): Don't die if
...
comint-last-output-start does not point anywhere.
1997-12-11 07:25:16 +00:00
Karl Heuer
f0ed3f3e53
(telnet-filter): Position comint-last-output-start.
1997-12-11 07:24:47 +00:00
Karl Heuer
a2825280f1
(sys_signal): Add two casts.
1997-12-11 07:22:21 +00:00
Karl Heuer
eead07d624
(GROW_FAIL_STACK): Fix test for stack size at max.
1997-12-11 07:21:05 +00:00
Karl Heuer
3ad08c112c
(auto-mode-alist): Add .am as makefile-mode.
1997-12-11 07:07:42 +00:00
Paul Eggert
ea69dc5bac
(ange-ftp-date-regexp): Fix the problem with misparsing
...
`-r--r--r-- 1 may 1997' by requiring a digit before the date.
1997-12-11 06:58:17 +00:00
Paul Eggert
6a5c00da3f
(dired-move-to-filename-regexp):
...
Fix the problem with misparsing
`-r--r--r-- 1 may 1997' by requiring a digit before the date.
(dired-move-to-filename-regexp):
Allow any month name of 2 letters or more.
1997-12-11 06:58:17 +00:00
Andreas Schwab
fa4a3d4930
Customized.
1997-12-10 11:24:33 +00:00
Karl Heuer
6453db4572
(GROW_FAIL_STACK): Fix previous change:
...
update (fail_stack).size properly.
1997-12-09 23:04:38 +00:00
Karl Heuer
320a2a7349
(TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS.
...
Define it simply as a number.
(DOUBLE_FAIL_STACK, regex_compile): Set the limit at the size
TYPICAL_FAILURE_SIZE specifies, rather than at twice that much.
(re_max_failures): Double the initial values.
(INIT_FAIL_STACK): Use TYPICAL_FAILURE_SIZE so that INIT_FAILURE_ALLOC
counts in the proper units.
(INIT_FAILURE_ALLOC): Increase to 20.
(FAIL_STACK_GROWTH_FACTOR): New macro.
(GROW_FAIL_STACK): Renamed from DOUBLE_FAIL_STACK.
FAIL_STACK_GROWTH_FACTOR controls what ratio to increase size by.
1997-12-09 23:01:27 +00:00
Karl Heuer
db54baaa69
(Fcall_process): Don't clobber new_argv[0]
...
in the case of no args.
1997-12-09 22:47:45 +00:00
Karl Heuer
03dbb1e75a
(bibtex-generate-autokey): Doc fix.
1997-12-09 22:43:32 +00:00
Karl Heuer
c743cc52ab
(custom-add-version): New function.
...
(custom-handle-keyword): Handle :version.
1997-12-09 22:04:25 +00:00
Karl Heuer
f50dc5d269
(customize-changed-options): New function.
...
(customize-version-lessp): New function.
1997-12-09 21:41:33 +00:00
Karl Heuer
a32d7856d3
(facemenu-remove-face-props): Renamed from
...
facemenu-remove-props. Remove only face and mouse-face.
(facemenu-menu): Update menu item for facemenu-remove-face-props.
1997-12-09 21:34:50 +00:00
Kenichi Handa
dee169ce38
Initial revision
1997-12-09 04:19:13 +00:00
Kenichi Handa
6cf2c8267a
Require 'korea-util.
...
(quail-hangul-switch-to-symbol-ksc): Deleted.
1997-12-09 04:18:08 +00:00
Kenichi Handa
8154bdfa68
Title string of the input method
...
"korean-hanja-jis" changed.
1997-12-09 04:18:08 +00:00
Kenichi Handa
34bec2c6f3
Require 'korea-util. Title string of the input
...
method "korean-hanja" changed.
(quail-hanja-switch-to-symbol-ksc): Deleted.
1997-12-09 04:18:08 +00:00
Kenichi Handa
d71da2a6a4
Title string of the input method
...
"korean-symbol" changed. Require 'korea-util.
(quail-hangul-switch-back): Deleted.
1997-12-09 04:18:08 +00:00
Kenichi Handa
26db3a55ae
Documentation for "Korean" lang. env. modified.
1997-12-09 04:16:20 +00:00
Kenichi Handa
bbd29cfebd
(Fcall_process): Set Vlast_coding_system_used after
...
reading from the process.
1997-12-09 04:12:03 +00:00
Kenichi Handa
3fac5a51f7
(Fget_unused_iso_final_char): New function.
...
(syms_of_charset): Declare it as a Lisp function.
1997-12-09 04:12:03 +00:00
Kenichi Handa
774324d66c
(setup_coding_system): Do not set
...
Vlast_coding_system_used here.
(decode_coding_sjis_big5): Decode Big5 text of CR only end-of-line
correctly.
1997-12-09 04:12:03 +00:00
Kenichi Handa
486b111b20
(read_process_output): Fix previous change, i.e, if
...
proc_encode_coding_system[p->outfd] is NULL, instead of allocating
`struct coding_system' for encoding, just skip setting up coding
system for encoding. Set Vlast_coding_system_used after some text
is read.
(send_process): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.
1997-12-09 04:12:03 +00:00
Kenichi Handa
b56567b5fd
(Finsert_file_contents): Set Vlast_coding_system_used
...
before calling Vafter_insert_file_functions.
(Fwrite_region): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.
1997-12-09 04:12:03 +00:00
Kenichi Handa
ee11256720
(Fexecute_extended_command): Fix previous change.
1997-12-08 06:58:14 +00:00
Karl Heuer
4d2caa0732
(number-to-register): Move point as a side effect.
1997-12-08 01:57:31 +00:00
Karl Heuer
ed80a8e438
(calendar-day-name): Truncate properly when
...
multibyte.
1997-12-08 01:46:34 +00:00
Karl Heuer
ea4496e6c5
(read_process_output): Allocate for coding system, if
...
not already done.
1997-12-08 01:35:12 +00:00
Karl Heuer
44248b7f0d
(mail-extr-all-top-level-domains): More domains.
1997-12-07 22:15:02 +00:00
Karl Heuer
1122ecea84
(outline-next-preface):
...
Don't try to move back if already at beginning of buffer.
1997-12-07 21:49:09 +00:00
Karl Heuer
7c82656b08
(gud-mips-p): Fix regexp so it will match alphaev56-* too.
1997-12-07 21:40:41 +00:00
Edward M. Reingold
20f92f7bc8
Minor repair of previous change.
1997-12-05 21:28:00 +00:00
Edward M. Reingold
ee3bb32f1b
Add fixed date (RD) to menu of other dates.
1997-12-05 17:37:39 +00:00
Edward M. Reingold
2d18134929
Fix bad call to error.
1997-12-05 17:22:31 +00:00
Karl Heuer
2d41cf5993
(Info-insert-dir): Use leading space in buffer name.
1997-12-05 08:04:59 +00:00
Simon Marshall
87002f70a3
Deal with `#'s in variable references.
1997-12-04 19:47:59 +00:00
Oliver Seidel
0561decbb5
Another patch by Michael Cook to fix annotation.
1997-12-04 17:45:22 +00:00
Karl Heuer
d89d024397
Allow messages retrieved from the POP
...
server to contain embedded nulls.
1997-12-04 06:44:56 +00:00
Karl Heuer
070c250623
(frame-configuration-to-register)
...
(window-configuration-to-register): Use a marker to save point.
(point-to-register): Include point when saving a frame config.
(number-to-register): New command (was commented out).
(increment-register): New command
(view-register): Handle frame configs and window configs
included in a list with a pointer.
(view-register, insert-register): Use numberp, not integerp.
1997-12-04 06:14:04 +00:00
Karl Heuer
bdb45de9fc
(ctl-x-map): Add bindings rn and r+
...
for number-to-register and increment-register.
1997-12-04 06:13:35 +00:00
Karl Heuer
0c19c8b311
(unlock, relock): Don't reference cpp/ directory.
1997-12-04 06:03:22 +00:00
Karl Heuer
98a602e358
(byte-optimize-lapcode): Correctly
...
distinguish byte-constant from operations on variables.
1997-12-04 05:58:56 +00:00
Karl Heuer
50bec09179
Customized.
1997-12-04 05:56:22 +00:00
Karl Heuer
03effc232e
(main): Fix the stack-limit code to calculate
...
the ratio for re_max_failures accurately and leave some extra slack.
1997-12-04 05:53:41 +00:00
Karl Heuer
d64478da0b
(custom-unlispify-remove-prefixes): Reference to
...
related variables added.
(custom-variable-default-form): New variable controlling default
display form for customization of variables.
(custom-variable): widget `:form' is nil before initialization.
(custom-variable-value-create): Initialize `:form' to
`custom-variable-default-form'.
(custom-face-default-form): New variable controlling default
display form for customization of faces.
(custom-face): widget `:form' is nil before initialization.
(custom-face-value-create): Initialize `:form' to
`custom-face-default-form'.
1997-12-04 05:49:21 +00:00
Karl Heuer
7bba18953e
(global-set-key, local-set-key): Doc fix.
1997-12-04 05:28:27 +00:00
Karl Heuer
869fc1d970
(mail-parse-comma-list):
...
Treat newlines and tabs as whitespace.
1997-12-04 05:26:28 +00:00
Karl Heuer
cd47bdccbe
(sendmail-send-it): Parse folded
...
Resent-To header properly; don't ignore folded lines.
1997-12-04 05:25:59 +00:00