1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

39606 Commits

Author SHA1 Message Date
Eli Zaretskii
3c418e5471 Suggest to upgrade ncurses if Emacs aborts inside tparam1. 2002-01-04 10:15:04 +00:00
Pavel Janík
855e4b9261 Regenerated. 2002-01-04 08:27:11 +00:00
Pavel Janík
748f3bf389 Doc fix. 2002-01-04 07:59:46 +00:00
Pavel Janík
c69b943f41 (ldap-host-parameters-alist): Remove duplicated entry.
(ldap-ignore-attribute-codings): Change the default value to allow
encoding/decoding of attributes.
(ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
2002-01-04 07:18:10 +00:00
Richard M. Stallman
2cce20c04d *** empty log message *** 2002-01-04 02:13:46 +00:00
Richard M. Stallman
0ba5894bf1 (basic-save-buffer): Undo previous change. 2002-01-04 02:13:37 +00:00
Richard M. Stallman
5860ba6e6c (diary-block): Doc fix. 2002-01-03 23:47:33 +00:00
Richard M. Stallman
5d67986c42 Delete many TeX customizations, producing a style more consistent
with our other manuals and eliminating TeX errors.
Use @var instead of @i when appropriate.
Fix utilization of @key.
2002-01-03 23:38:47 +00:00
Richard M. Stallman
d1d070e3c5 (Fcurrent_active_maps): Put the `keymap' property map first.
(Fkey_binding): Try the `keymap' property map first.
(Fdescribe_buffer_bindings): Show `keymap' property bindings before
minor mode bindings.
2002-01-03 21:28:16 +00:00
Richard M. Stallman
3dc5f18e68 (defcustom): Fix syntax of previous change. 2002-01-03 19:57:07 +00:00
Robert J. Chassell
56aca04ab1 Edit lambda-*.eps image files so arrows line up properly. 2002-01-03 17:48:59 +00:00
Robert J. Chassell
18432d8150 Put @w{...} around an expression with a poor printed copy page break.
Edit lambda-*.eps image files so arrows line up properly.
2002-01-03 17:44:51 +00:00
Eli Zaretskii
121f67fab6 *** empty log message *** 2002-01-03 17:00:52 +00:00
Eli Zaretskii
df7eb801a0 ("bulgarian-pho"): Fix a typo in a doc string. 2002-01-03 16:59:50 +00:00
Eli Zaretskii
00644b8272 (defcustom): Documented :tag, :link and :load. 2002-01-03 16:56:30 +00:00
Eli Zaretskii
6cd4cfc5ad (mail-recover-1): New function.
(mail-recover): Switch to the *mail* buffer right away.  Use
buffer-auto-save-file-name instead of calling
make-auto-save-file-name.  Call dired-noselect instead of invoking
`ls' directly.  Bind coding-system-for-read to emacs-mule-unix
before reading the auto-save file.  If the buffer's auto-save file
does not exist, call mail-recover-1 to allow recovery from past
auto-saved drafts.
2002-01-03 16:52:26 +00:00
ShengHuo ZHU
1f7d2e140f * mm-util.el (mm-use-find-coding-systems-region): New variable.
(mm-find-mime-charset-region): Use it.
	* nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
2002-01-03 14:51:05 +00:00
Kim F. Storm
7d1c48661d (read_key_sequence): Fixed cast of submaps arg to bcopy. 2002-01-03 11:30:57 +00:00
Kim F. Storm
9ec1bdb606 *** empty log message *** 2002-01-03 11:30:13 +00:00
Pavel Janík
8e2b057dd8 Fix header. 2002-01-03 08:43:09 +00:00
Pavel Janík
cdc51589d5 (ange-ftp-shell-command): Remove port specification from the hostname. 2002-01-03 08:39:44 +00:00
Pavel Janík
b7b4e4d4d0 (display-time-load-average-threshold): Fix defcustom (add type and group). 2002-01-03 08:37:40 +00:00
ShengHuo ZHU
d62d49df37 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu>
* mm-util.el (mm-charset-to-coding-system): Don't setq charset.
2002-01-03 06:52:30 +00:00
Richard M. Stallman
387ac9c17c Describe define-global-abbrev and define-mode-abbrev. 2002-01-03 05:19:26 +00:00
Richard M. Stallman
0c5e191f50 Extensive changes to support multiple xscheme buffers:
(run-scheme): Break up into new functions to facilitate starting
processes in other buffers.
(xscheme-start, xscheme-read-command-line): New functions.
(start-scheme, select-scheme)
(default-xscheme-runlight)
(global-set-scheme-interaction-buffer)
(local-set-scheme-interaction-buffer)
(local-clear-scheme-interaction-buffer)
(exit-scheme-interaction-mode)
(verify-xscheme-buffer): New functions.
(xscheme-process-name, xscheme-buffer-name)
(xscheme-runlight): New internal vars.
(default-xscheme-runlight): New const.
(xscheme-start-process): Add args for the process/buffer names.
(reset-scheme): Pass process/buffer names.
(scheme-interaction-mode): Initialize new local vars.
(reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
(xscheme-select-process-buffer, xscheme-process-buffer)
(xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
(xscheme-goto-output-point, xscheme-write-message-1): Use new
var xscheme-process-name.
(xscheme-start-process): Initialize xscheme-process-name and
xscheme-buffer-name in the process buffer.  Pass buffer name to
xscheme-modeline-initialize.
(xscheme-modeline-initialize): Add argument to specify buffer name
for mode-line vars.
(xscheme-process-sentinel): Make sure sentinel is run in the
process buffer so it sees its local vars.
(xscheme-process-filter-initialize, xscheme-set-runlight): More
elaborate logic to handle multiple-buffer mode lines.

(xscheme-enter-input-wait): Re-enable control-G handler upon
entering input wait.

(scheme-interaction-mode): Add arg to preserve local vars.
(xscheme-enter-interaction-mode)
(xscheme-enter-debugger-mode): Preserve local vars.
(xscheme-start-process): Clobber local vars.

(scheme-interaction-mode-commands): Allow end user to add commands
to scheme-interaction-mode keymap.
(scheme-interaction-mode-commands-alist): New variable.

(xscheme-send-string): Don't use insert-before-markers.

Implement a per-buffer kill ring:
(xscheme-insert-expression)
(xscheme-rotate-yank-pointer, xscheme-yank)
(xscheme-yank-pop, xscheme-yank-push): New functions.
(xscheme-expressions-ring)
(xscheme-expressions-ring-yank-pointer)
(xscheme-expressions-ring-max): New variables.
(xscheme-send-string-1): Call xscheme-insert-expression to save
expression in ring.
(xscheme-yank-previous-send): Now an alias for xscheme-yank.
(xscheme-previous-send): Deleted variable.

(xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
xscheme-send-control-g-interrupt): Use process-send-string rather
than send-string.

(xscheme-send-region): Insert a newline after an expression that
is submitted in the interaction buffer, for consistency with
recent changes to Edwin.

(xscheme-delete-output): New function mimics comint-delete-output.
(xscheme-last-input-end): New internal variable.
(xscheme-process-filter-output): Update xscheme-last-input-end.

(xscheme-send-control-g-interrupt): Make sure that
xscheme-control-g-disabled-p is looked up in the right buffer.

(xscheme-enable-control-g): Clear C-g message if visible.
(xscheme-control-g-message-string): New internal var.
(xscheme-send-control-g-interrupt): Use new var.

(xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
after sending interrupt in order to work around race condition.

(xscheme-send-control-g-interrupt, xscheme-send-interrupt)
(xscheme-send-char): Use xscheme-send-char rather than send-string
to send single char.

(xscheme-process-filter, xscheme-process-filter-alist): Add
support for evaluating expressions outside of the call-excursion.
(xscheme-process-filter:string-action-noexcursion): New func.

(xscheme-write-value): Change output string to match that used by Edwin.

(xscheme-coerce-prompt): Don't write a space after a command
prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
for us.

(reset-scheme): Delete process after killing it.
2002-01-02 23:50:57 +00:00
Richard M. Stallman
f790dddf6d (facemenu-active-faces):
Use face-attributes-as-vector, not face-attributes-vector.
2002-01-02 22:56:12 +00:00
Richard M. Stallman
edde72f6c6 *** empty log message *** 2002-01-02 21:55:01 +00:00
Richard M. Stallman
4cbedc160b (read_key_sequence): Handle the keymap property before minor mode maps. 2002-01-02 21:54:11 +00:00
Richard M. Stallman
308dd672ad (Fformat): Update thissize from field_width
based on the actual width, in the string case.
2002-01-02 19:57:07 +00:00
Eli Zaretskii
7bc6015401 (function-key-map): Don't bind shifted keypad numeric keys. 2002-01-02 13:46:25 +00:00
Pavel Janík
cf393f9be7 Fix typo. 2002-01-02 13:27:22 +00:00
Pavel Janík
5e442abf83 *** empty log message *** 2002-01-02 13:24:28 +00:00
Pavel Janík
97f51df1a6 (enriched-handle-display-prop): Remove unused variables.
(enriched-mode): Doc fix.
2002-01-02 13:19:09 +00:00
Eli Zaretskii
a4e9932ab3 (ucs-8859-8-alist): Comment away Hebrew points. 2002-01-02 06:11:07 +00:00
Richard M. Stallman
a8e171ce3b Margin displays can't be mouse sensitive. 2002-01-02 05:28:50 +00:00
ShengHuo ZHU
43273f39cf 2002-01-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el, gnus-art.el, gnus.el, gnus-cite.el:
	Adapt face definitions to use :weight and :slant.
2002-01-02 03:36:29 +00:00
Pavel Janík
03950b5baf *** empty log message *** 2002-01-01 22:14:32 +00:00
Pavel Janík
37aabdcc47 (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment when used as truth
value to prevent gcc warnings.
2002-01-01 22:12:56 +00:00
Pavel Janík
b532d57530 Comment fixes. 2002-01-01 22:12:19 +00:00
Pavel Janík
25b18337e9 (main): Parenthesize assignment when used as truth value to prevent gcc
warnings.
2002-01-01 22:08:54 +00:00
Pavel Janík
0b1ce6ba98 Doc fix. 2002-01-01 19:16:54 +00:00
Pavel Janík
4838e624ad Include <config.h>. 2002-01-01 19:15:26 +00:00
Pavel Janík
3c1e6b469b *** empty log message *** 2002-01-01 19:13:57 +00:00
Andreas Schwab
c1e11810d5 (max_specpdl_size): Adjust declaration. 2002-01-01 17:00:16 +00:00
Andreas Schwab
7cff26935f (max_specpdl_size, max_lisp_eval_depth): Define as int,
not EMACS_INT, to make them compatible with DEFVAR_INT.
2002-01-01 16:59:17 +00:00
Dave Love
7f93e2ab98 (quail-define-indian-trans-package): Unquote
lambda.
(quail-define-inscript-package): Avoid mapcar*.
2002-01-01 16:55:58 +00:00
Richard M. Stallman
1996baeec0 *** empty log message *** 2002-01-01 07:23:41 +00:00
Richard M. Stallman
b6e8d2388c (jka-compr-write-region): If START = nil, use whole buf. 2002-01-01 07:23:31 +00:00
Richard M. Stallman
d39f07c2d6 (print_object): Test print_escape_nonascii only for unibyte strings.
(PRINTPREPARE): Once again bind Qprint_escape_nonascii
when outputting to a multibyte buffer.
2002-01-01 07:12:59 +00:00
Pavel Janík
3e3d3704c3 *** empty log message *** 2002-01-01 01:25:11 +00:00