1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

20393 commits

Author SHA1 Message Date
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
Karl Heuer
9d8354ef19 Require imenu. 1997-12-04 05:17:31 +00:00
Karl Heuer
83f0c0c72d (Feval_region): Doc correction (point does not move). 1997-12-04 04:49:06 +00:00
Karl Heuer
0f69cb3894 (load-with-code-conversion): Doc fix. 1997-12-04 04:47:41 +00:00
Karl Heuer
f9e899b67e (debug-on-entry): If definition is a symbol,
replace it with an equivalent lambda.
1997-12-04 04:46:09 +00:00
Karl Heuer
8c1cd093df (debugger-mode-hook): New user variable.
(debugger-env-macro): New general purpose macro for all debugger
functions; separated from `debugger-eval-expression'.
(debugger-eval-expression): Use `debugger-env-macro'.
(debugger-record-buffer): New variable.
(debugger-record-expression): New user function , key "R".
(debugger-mode): Now runs hook `debugger-mode-hook'.
1997-12-04 04:42:31 +00:00
Karl Heuer
83afd62c87 (change-log-add-make-room): New function.
(change-log-get-method-definition-1): Renamed get-method-definition-1.
(change-log-get-method-definition): Renamed from get-method-definition.
(add-log-keep-changes-together): New user variable.
(add-change-log-entry): Added missing WHOAMI explanation.
Added new functionality according to variable
`add-log-keep-changes-together'.
1997-12-04 04:42:08 +00:00
Karl Heuer
a04f05bdd6 (inferior-octave-directory-tracker):
Anchor regexp match to beginning of command string.
1997-12-04 04:39:00 +00:00
Richard M. Stallman
524d06f590 (mail-extr-voodoo): Allow & between names.
Reenable &-substitution when & comes last.
1997-12-04 04:36:46 +00:00
Karl Heuer
36347d4342 (rmail-decode-quoted-printable): New function
mostly copied from gnus-art.el.
(rmail-hex-string-to-integer): New fn, copied from hexl.el.
(rmail-hex-char-to-integer): Likewise.
(rmail-convert-to-babyl-format): Use rmail-decode-quoted-printable.
1997-12-04 04:32:03 +00:00
Karl Heuer
fc4d62fe1b (custom-save-delete, custom-save-all):
Bind default-major-mode around visiting custom-file.
1997-12-04 04:30:59 +00:00
Karl Heuer
db9d97e1f5 (custom-variable-prompt): Ensure valid variable name
is selected.
1997-12-04 04:29:45 +00:00
Karl Heuer
2c239c8061 (prolog-mode-variables):
Set imenu-generic-expression.
1997-12-04 04:28:41 +00:00
Karl Heuer
aa2c242656 (sh-imenu-generic-expression): New variable.
(sh-mode): Make imenu-generic-expression local.
(sh-set-shell): Set imenu-generic-expression based on which shell.
1997-12-04 04:27:50 +00:00
Karl Heuer
ec79b93a14 (sgml-mode): Set imenu-generic-expression. 1997-12-04 04:20:34 +00:00
Karl Heuer
54e7fabaf3 (french-calendar-special-days-array): New function.
(calendar-french-date-string, calendar-goto-french-date): Use that
function instead of the variable.
1997-12-04 04:13:58 +00:00
Karl Heuer
23ce248659 Fix comment (avoid spurious "unterminated comment" warning) 1997-12-04 03:36:09 +00:00