- 21 Dec, 1997 2 commits
-
-
Richard M. Stallman authored
buffer, when we convert between multibyte and single-byte. Properly initialize i. (message_dolog): Convert between single-byte and multibyte when inserting text into *Messages*.
-
Richard M. Stallman authored
-
- 20 Dec, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 19 Dec, 1997 5 commits
-
-
Karl Heuer authored
scroll the completion window. (iswitchb-read-buffer): New function to act as drop-in replacement for read-buffer.
-
Karl Heuer authored
if it was already set.
-
Karl Heuer authored
(syms_of_minibuf): Set up Lisp var. (Fread_buffer): Use Vread_buffer_function.
-
Karl Heuer authored
(input-method-inactivate-hook): Doc fix.
-
Karl Heuer authored
-
- 17 Dec, 1997 3 commits
-
-
Andreas Schwab authored
counts. (transpose-lines): In the mover function handle arbitrary move counts.
-
Andreas Schwab authored
message with embedded comma.
-
Andreas Schwab authored
elements.
-
- 16 Dec, 1997 1 commit
-
-
Paul Eggert authored
-
- 13 Dec, 1997 1 commit
-
-
Dave Love authored
letrec-syntax, syntax-rules, call-with-values, dynamic-wind. (scheme-mode-map): Remove lisp-complete-symbol. Add uncomment-region. (scheme-mode-hook, dsssl-mode-hook): Declare customized. (dsssl-sgml-declaration): Fix customization.
-
- 12 Dec, 1997 2 commits
-
-
Dave Love authored
exits. Doc fix. (browse-url-browser-function): Better customization. (browse-url-filename-alist, browse-url-netscape-display, browse-url-filename-alist, browse-url-generic-program): Likewise. (browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix. (browse-url-save-file): Customize.
-
Dave Love authored
-
- 11 Dec, 1997 7 commits
-
-
Karl Heuer authored
comint-last-output-start does not point anywhere.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Paul Eggert authored
`-r--r--r-- 1 may 1997' by requiring a digit before the date.
-
Paul Eggert authored
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.
-
- 10 Dec, 1997 1 commit
-
-
Andreas Schwab authored
-
- 09 Dec, 1997 17 commits
-
-
Karl Heuer authored
update (fail_stack).size properly.
-
Karl Heuer authored
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.
-
Karl Heuer authored
in the case of no args.
-
Karl Heuer authored
-
Karl Heuer authored
(custom-handle-keyword): Handle :version.
-
Karl Heuer authored
(customize-version-lessp): New function.
-
Karl Heuer authored
facemenu-remove-props. Remove only face and mouse-face. (facemenu-menu): Update menu item for facemenu-remove-face-props.
-
Kenichi Handa authored
-
Kenichi Handa authored
(quail-hangul-switch-to-symbol-ksc): Deleted.
-
Kenichi Handa authored
"korean-hanja-jis" changed.
-
Kenichi Handa authored
method "korean-hanja" changed. (quail-hanja-switch-to-symbol-ksc): Deleted.
-
Kenichi Handa authored
"korean-symbol" changed. Require 'korea-util. (quail-hangul-switch-back): Deleted.
-
Kenichi Handa authored
-
Kenichi Handa authored
reading from the process.
-
Kenichi Handa authored
(syms_of_charset): Declare it as a Lisp function.
-
Kenichi Handa authored
Vlast_coding_system_used here. (decode_coding_sjis_big5): Decode Big5 text of CR only end-of-line correctly.
-
Kenichi Handa authored
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.
-