Commit graph

47107 commits

Author SHA1 Message Date
Stefan Monnier
a52eeda823 (iconify-or-deiconify-frame): Move to frame.el. 2003-05-31 16:03:11 +00:00
Stefan Monnier
407e43be44 (widget-specify-insert): Simplify.
(widget-editable-list-entry-create): Don't assume that %d and %i are
in the format string.
(widget-map-buttons): Remove unused var `parent'.
(widget-move): Remove unused shadowed var `new'.
(widget-color-action): Remove unused var `pos'.
2003-05-31 15:33:09 +00:00
Stefan Monnier
40627755be (custom-get-fresh-buffer): New fun.
(custom-buffer-create, custom-buffer-create-other-window)
(customize-browse): Use it instead of killing buffers.
(custom-bury-buffer): Obey the argument.
(custom-variable-reset-saved, custom-variable-reset-standard):
Remove unused var `comment-widget'.
(custom-face-edit-deactivate): Remove unused var `to'.
(custom-save-variables): Remove unused var `sep'.
2003-05-31 15:23:00 +00:00
John Paul Wallington
f118d83b79 *** empty log message *** 2003-05-31 08:05:27 +00:00
John Paul Wallington
5d648479ea (large-file-warning-threshold): Add type, groups. 2003-05-31 07:59:33 +00:00
Kenichi Handa
778e280418 *** empty log message *** 2003-05-31 02:02:02 +00:00
Kenichi Handa
77619f8e69 (recover-file): Bind coding-system-for-read to
auto-save-coding.
2003-05-31 02:00:26 +00:00
Kenichi Handa
356a62243a (Qauto_save_coding, auto_save_coding): New variables.
(Finsert_file_contents): If coding-system-for-read is bound to
Qauto_save_coding, use the coding system emacs-mule with special
setting for recovering a file.
(choose_write_coding_system): On auto saving, use the coding
system emacs-mule with special setting for auto saving.
(syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
2003-05-31 01:58:13 +00:00
Kenichi Handa
fd3ae0b9de (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
is nonzero, accept multibyte form of eight-bit-control chars.
(decode_composition_emacs_mule): Likewise.
(decode_coding_emacs_mule): Likewise.
(encode_coding_emacs_mule): If coding->flags is nonzero, produce
multibyte form of eight-bit-control chars.
2003-05-31 00:56:42 +00:00
Juanma Barranquero
3867c42d60 *** empty log message *** 2003-05-31 00:40:43 +00:00
Juanma Barranquero
693e59d636 Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp. 2003-05-31 00:36:35 +00:00
Juanma Barranquero
8dc48ef051 (lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which are
now in emacs-lisp.
2003-05-31 00:33:50 +00:00
Kenichi Handa
1efcd78f5e (VALID_LEADING_CODE_P): New macro.
(UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
2003-05-31 00:11:28 +00:00
Juanma Barranquero
a2f3f87b0b *** empty log message *** 2003-05-30 23:40:13 +00:00
Juanma Barranquero
5e046f6d57 Moved from lisp/. 2003-05-30 23:31:15 +00:00
Juanma Barranquero
9d7aa1b1b6 Moved to progmodes/. 2003-05-30 23:30:50 +00:00
Juanma Barranquero
36a77f3729 Moved from textmodes/. 2003-05-30 23:30:10 +00:00
Juanma Barranquero
3af3f5fa99 Moved to lisp/. 2003-05-30 23:29:42 +00:00
Juanma Barranquero
e667248f92 Moved to textmodes/. 2003-05-30 23:28:25 +00:00
Juanma Barranquero
dba4a8b016 Moved to emacs-lisp/. 2003-05-30 23:26:50 +00:00
Juanma Barranquero
db47d2ab7a Moved to obsolete/. 2003-05-30 23:24:41 +00:00
Juanma Barranquero
17cd3083a5 Moved. 2003-05-30 23:23:25 +00:00
Juanma Barranquero
c2aa9675ab Removed. Contents moved to misc.el 2003-05-30 23:17:19 +00:00
Juanma Barranquero
9bccd1e395 (mark-beginning-of-buffer, mark-end-of-buffer, upcase-char, forward-to-word,
backward-to-word): Moved from unused.el.
2003-05-30 23:15:40 +00:00
Juanma Barranquero
498535fbfc (looking-back): New function to check for regular expression before point. 2003-05-30 23:11:35 +00:00
Thien-Thi Nguyen
a44c6ff342 *** empty log message *** 2003-05-30 22:00:20 +00:00
Stefan Monnier
6976bf99f0 (comment-empty-lines): New var.
(comment-region-internal): Use it.
2003-05-30 20:06:40 +00:00
Stefan Monnier
8084f5d87c (latex-block-args-alist, latex-block-body-alist): New vars.
(latex-insert-block): Use them.
(tex-string-prefix-p): New fun.
(tex-guess-main-file): Use it to detect when the main file
is in a parent directory.
(tex-main-file): Try to find a main-file in parent directories.
(tex-compile-default): Don't use `gv' on pdf files just because
`gv' was used recently on a ps file.  Remove unused arg `dir'.
Reuse a previous command as-is if it applied to the same file.
(tex-compile): Use the right file name when file is not in dir.
2003-05-30 18:52:46 +00:00
Stefan Monnier
ad2feb0890 (refill-adjust-ignorable-overlay): Don't hardcode pint-min == 1.
(refill-fill-paragraph-at): Use a more robust method to detect
when the paragraph is after point.  Remove unused var `fill-pfx'.
2003-05-30 18:28:16 +00:00
Stefan Monnier
aba7ce7740 (xml-parse-tag): Return (foo nil) rather than (foo nil "")
for <foo/>, to make it behave like <foo></foo>.
2003-05-30 16:02:26 +00:00
Stefan Monnier
e251428378 *** empty log message *** 2003-05-30 15:41:39 +00:00
Stefan Monnier
552754fed2 Typo (no clue what happened). 2003-05-30 15:35:54 +00:00
Stefan Monnier
5121ef4cd5 (edebug-storing-offsets): Move indent and debug to inside the macro.
(edebug-read-storing-offsets): Simplify.
(edebug-read-quote, edebug-read-function): Place the start-position correctly.
(edebug-read-backquote-new): Remove.
(edebug-read-backquote-level): New var to replace it.
(edebug-read-backquote): Increment it.  Don't store offsets one extra time.
(edebug-read-comma): Decrement it.  Read the comma as a plain
symbol if outside of any new-style backquote.
(edebug-read-list): Use edebug-read-backquote-level.
Don't call edebug-read-backquote directly.  This way the extra
offsets store is done exactly when it's needed.
(edebug-read-vector): Use push.
(defmacro): Add support for the `declare' thingy.
2003-05-30 15:34:02 +00:00
Kenichi Handa
034060e4e7 (struct ccl_program) <eight_bit_control: Comment fixed. 2003-05-30 07:58:37 +00:00
Kenichi Handa
b671ed5e8e (ccl_coding_driver): Set ccl->eight_bit_control
property before calling ccl_driver.
2003-05-30 07:57:48 +00:00
Kenichi Handa
fd40a25f71 (CCL_WRITE_CHAR): Increment extra_bytes only when it is
nonzero.
(ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
(setup_ccl_program): Initialize ccl->eight_bit_control to zero.
2003-05-30 07:56:08 +00:00
Stefan Monnier
f5a356cdd6 (forms-mode-hook): Rename from forms-mode-hooks.
(forms-mode): Use add-hook rather than make-local-variable+setq.
Use with-current-buffer.  Run the new and the old hooks.
(forms--update): Use with-current-buffer and line-end-position.
(forms--goto-record): New fun.
(forms-jump-record, forms-insert-record, forms-delete-record): Use it.
(forms--process-format-list): Remove unused var `this-item'.
(forms--intuit-from-file): Remove unused var `the-result'.
(forms--trans): Remove unused var `x'.
(forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.
2003-05-29 23:53:21 +00:00
Luc Teirlinck
6c770e384d (kill-whole-line): Make it interact correctly with the kill ring. 2003-05-29 23:29:29 +00:00
Luc Teirlinck
4b87797672 *** empty log message *** 2003-05-29 22:46:07 +00:00
Stefan Monnier
d2d6d47de0 (define-derived-mode, define-minor-mode): Remove outdated spec.
(save-match-data, with-output-to-string, with-current-buffer)
(combine-after-change-calls, with-temp-buffer, dolist, dotimes)
(unless, when): Remove specs that are now in the corresponding macro.
2003-05-29 22:20:47 +00:00
Stefan Monnier
d778509cc2 (edebug-window-list): Use push.
(edebug-macrop): Use functionp.
(edebug-functionp): Remove.
(edebug-get-displayed-buffer-points): Use push.
(edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
(edebug-list-form): Remove dead code.
(backquote-form): Correctly handle `(a . ,b).
(edebug-mode-map, global-edebug-map): Move init to inside the defvar.
2003-05-29 22:09:24 +00:00
Stefan Monnier
2e2a00756f (define-minor-mode): Add edebug spec.
Accept a :keymap argument, as you'd expect.
2003-05-29 21:54:35 +00:00
Stefan Monnier
b02c53e6ef (define-derived-mode): Add a proper edebug declaration. 2003-05-29 21:34:15 +00:00
Dave Love
d36b182f57 Comment. 2003-05-29 18:36:16 +00:00
Dave Love
2794f7ab85 *** empty log message *** 2003-05-29 18:18:10 +00:00
Dave Love
fc1bfc2a53 Correct Unicode stuff. 2003-05-29 18:15:21 +00:00
Glenn Morris
074468698d (realize_default_face): Do not abort if lface is non-existent -
reverts change from v1.275.
2003-05-29 17:08:16 +00:00
Kenichi Handa
cba32ade65 (ctext-pre-write-conversion): Fix previous change. 2003-05-29 02:54:03 +00:00
Kenichi Handa
cc9269031d (ctext-non-standard-encodings-alist):
Renamed from non-standard-icccm-encodings-alist.
(ctext-non-standard-encodings-regexp): New variable
(ctext-post-read-conversion): Full rewrite.
(ctext-non-standard-designations-alist): Renamed from
non-standard-designations-alist.
(ctext-pre-write-conversion): Full rewrite.
2003-05-29 01:28:24 +00:00
Kenichi Handa
0651bdbbb8 *** empty log message *** 2003-05-29 01:28:02 +00:00