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
Kenichi Handa
103e0180b3
*** empty log message ***
2003-05-28 23:27:28 +00:00
Stefan Monnier
75a756f147
(Info-fontify-node): Hide \n------- rather than -------\n.
2003-05-28 22:53:08 +00:00
Andreas Schwab
9b5e7a5ca9
(describe-char): Use `char' instead of
...
`(char-after)'. Fix display of unicode.
2003-05-28 21:09:45 +00:00
Nick Roberts
6dc62ce17e
(gud-gdb-goto-stackframe, gud-gdb-get-stackframe): Add
...
server prefix to the gdb commands used by the speedbar.
2003-05-28 20:27:47 +00:00
Nick Roberts
0035257489
*** empty log message ***
2003-05-28 20:23:54 +00:00
Kai Großjohann
74d0a13671
Remove bogus ChangeLog entry that didn't have a change to go with.
2003-05-28 20:08:47 +00:00
Kai Großjohann
8a7cda9bfa
(kill-region): If nothing was killed, and the
...
previous command was not a kill, break kill sequence.
2003-05-28 20:07:10 +00:00
Stefan Monnier
7076c5cd53
(skeleton-edebug-spec): First cut of an edebug spec.
...
(define-skeleton): Use it.
2003-05-28 18:41:41 +00:00
Dave Love
69155eccaf
Don't mention ORDERS.JAPAN.
2003-05-28 14:25:16 +00:00
Dave Love
3f0ce656e9
*** empty log message ***
2003-05-28 14:22:52 +00:00
Richard M. Stallman
ff6a3bfb40
*** empty log message ***
2003-05-28 11:52:33 +00:00
Richard M. Stallman
249c0f7165
(syms_of_print) <print-escape-nonascii>: Doc fix.
2003-05-28 11:47:41 +00:00
Richard M. Stallman
5ba75c8054
(Indentation): Condense, simplify, clarify prev change.
2003-05-28 11:43:37 +00:00
Richard M. Stallman
f9ad161b28
(GDB Graphical Interface): New node (rewritten somewhat by RMS).
2003-05-28 11:42:49 +00:00
Dave Love
45f266dcb5
(unbind_to): Fix last change for K&R. From rms.
2003-05-28 11:42:21 +00:00
Richard M. Stallman
a730d07b4f
(Creating Strings): Clarify split-string.
2003-05-28 11:35:48 +00:00
Richard M. Stallman
8b4703c468
(refill-fill-paragraph-at): Avoid refilling the following paragraph.
...
(refill-doit): Doc fix.
2003-05-28 11:30:48 +00:00
Richard M. Stallman
4532ac55a9
(ctl-x-map): Don't bind C-x C-i or C-x 3.
...
(global-map): Don't bind C-z.
(vip-setup): New function to rebind C-x 7 and C-z.
2003-05-28 11:29:25 +00:00
Richard M. Stallman
3b8d36f152
(last-sexp-toggle-display):
...
Undo previous change (don't check for eob). Widen at the beginning.
2003-05-28 11:27:52 +00:00
Richard M. Stallman
3c9dc1cf0d
(byte-compile-no-warnings): New function.
...
(with-no-warnings): Set up compile handler.
2003-05-28 11:26:45 +00:00
Richard M. Stallman
2f3b1a8c1f
(type-break-cancel-function-timers): Use with-no-warnings.
2003-05-28 11:25:44 +00:00
Richard M. Stallman
d759a2f517
(command-line-1): Use with-no-warnings.
2003-05-28 11:24:51 +00:00
Richard M. Stallman
c29cf9a4c9
(browse-url-mozilla): Correct the conditionals for using ,new-window.
2003-05-28 11:24:00 +00:00
Richard M. Stallman
9658c9c337
(map-y-or-n-p): No special handling for exit-prefix.
...
In help string, mention C-g but not ESC.
2003-05-28 11:22:39 +00:00
Richard M. Stallman
31b55e801d
(jka-compr-insert-file-contents):
...
When REPLACE, delete the proper range of text.
2003-05-28 11:21:36 +00:00
Richard M. Stallman
201bc1bdf6
(Info-index): Add autoload cookie.
2003-05-28 11:20:42 +00:00
Richard M. Stallman
c2fe6e7a07
(forms-mode): Use write-file-functions instead of local-write-file-hooks.
...
Use make-local-variable to make it local.
2003-05-28 11:19:48 +00:00
Richard M. Stallman
6dabaf5e94
Comment change.
2003-05-28 11:18:00 +00:00
Richard M. Stallman
680da3f83b
(set-face-attribute): Set face-modified prop to t
...
when we change the new-frame defaults.
(face-spec-set): Set face-modified prop to nil
when we change the new-frame defaults.
2003-05-28 11:17:33 +00:00
Richard M. Stallman
cccc806de7
(substitute-env-vars): Fix typo.
2003-05-28 11:16:22 +00:00
Richard M. Stallman
d6c135fb4f
(describe-char-unicode-data): New dummy definition.
...
Real definition commented out since we can't use UnicodeData.txt as is.
(describe-char-unicodedata-file): Variable commented out.
2003-05-28 11:14:07 +00:00
Richard M. Stallman
a4992f73f8
(custom-face-state-set): non-nil `face-modified'
...
means face was set outside of Custom.
2003-05-28 11:12:24 +00:00