1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
Commit Graph

36932 Commits

Author SHA1 Message Date
Gerd Moellmann
0b04fa5fc9 (with_echo_area_buffer): Bind inhibit-modification-hooks
to t in addition to read-only.
2001-09-11 12:32:50 +00:00
Gerd Moellmann
b8b319675a (Qinhibit_modification_hooks): Declare. 2001-09-11 12:32:17 +00:00
Gerd Moellmann
27ea0af23c (Qinhibit_modification_hooks): New variable.
(syms_of_insdel): Initialize and staticpro it.
2001-09-11 12:31:56 +00:00
Gerd Moellmann
d4881c6acb (verify_interval_modification): Don't run
modification-hooks if inhibit_modification_hooks.
2001-09-11 12:25:06 +00:00
Miles Bader
4e1513b594 (comint-send-input): When waiting for echoed input, don't save the
expected end position in `echo-end', so that things work properly even
if the buffer is modified elsewhere at the same time [this happens if
`comint-truncate-buffer' is used].
2001-09-11 08:43:02 +00:00
Gerd Moellmann
9a72e4c14b *** empty log message *** 2001-09-11 08:31:16 +00:00
Gerd Moellmann
ac7b494762 (outline-mode): Use `^' and a shy group
when constructing imenu-generic-expression from outline-regexp.
2001-09-11 08:30:54 +00:00
Gerd Moellmann
1e1e5dafd7 (init_from_display_pos): Put some code in #if 0.
(add_to_log): Use bcopy instead of strcpy.
(init_from_display_pos): Use an explicit loop over bytes in
overlay strings instead of calling index.
2001-09-11 08:22:05 +00:00
Eli Zaretskii
1f9581b61c (eshell-shuffle-files): Compare inodes with
`equal' instead of `=', since they can be cons cells.  From Nils
Goesche <cartan@cartan.de>.
2001-09-10 20:40:42 +00:00
André Spiegel
65ee3bf5bf # 2001-09-10 18:08:48 +00:00
André Spiegel
1cec418c1e (vc-annotate): Rewrote doc string. 2001-09-10 17:51:04 +00:00
Eli Zaretskii
87373ae8ba Remove the --- and +++ markers from all entries. 2001-09-10 15:39:03 +00:00
Eli Zaretskii
616383559b Document problems with ange-ftp in the Windows port and the Cygwin FTP client. 2001-09-10 15:26:33 +00:00
Gerd Moellmann
300e57bdf9 *** empty log message *** 2001-09-10 14:34:12 +00:00
Eli Zaretskii
e602e77917 Update Stephen Gildea's email address. 2001-09-10 14:00:55 +00:00
Gerd Moellmann
11d8165033 allocate_buffer): Call VALIDATE_LISP_STORAGE. 2001-09-10 13:41:21 +00:00
Eli Zaretskii
b52758d17b Update the email address of Stephen Gildea. 2001-09-10 13:31:04 +00:00
Gerd Moellmann
ae76d741c2 (direct_output_for_insert): Don't change IT's
stop_charpos to something in front of its current position.
2001-09-10 13:25:34 +00:00
Gerd Moellmann
42d305db92 (mail-send): Obey mail-send-nonascii when
enable-multibyte-characters = nil.  From Hallvard B Furuseth
<h.b.furuseth@usit.uio.no>.
2001-09-10 09:37:02 +00:00
Gerd Moellmann
f4a374a158 (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args like
`format'.
2001-09-10 08:23:27 +00:00
Richard M. Stallman
caae20c741 Clarify recent changes. 2001-09-10 05:34:15 +00:00
Richard M. Stallman
ac7ed6424c Doc fix. 2001-09-10 05:18:29 +00:00
Richard M. Stallman
ae2aaa7e55 Doc fix. 2001-09-10 05:13:27 +00:00
Richard M. Stallman
7e4cbc91bf *** empty log message *** 2001-09-10 05:13:03 +00:00
Richard M. Stallman
f26ccb10da Clarify recent changes. 2001-09-10 05:07:54 +00:00
Richard M. Stallman
e54465863b Clarify n-1, etc. in example. 2001-09-10 05:01:06 +00:00
Michael Kifer
02f34c7046 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-init.el (ediff-highest-priority): bug fix.

	* viper-cmd.el (viper-special-read-and-insert-char): new function
	that reads a character and uses the current input method or
	iso-accents when appropriate.

	* viper.el and all others: corrections to the comment blocks at
	the top.
2001-09-09 22:33:38 +00:00
Eli Zaretskii
cfc697a2be (Info-goto-node): Doc fix. 2001-09-09 20:09:35 +00:00
Eli Zaretskii
58008c3653 string-as-{muti,uni}byte doesn't act on a buffer. 2001-09-08 18:02:29 +00:00
Eli Zaretskii
2842de3068 (Using Interactive): Document interactive-form.
(Keyboard Macros): Document kbd-macro-termination-hook.
(Command Loop Info): Document that clear-this-command-keys clears
the vector to be returned by recent-keys.
2001-09-08 17:54:25 +00:00
Eli Zaretskii
42703598b1 (Standard Hooks): Add kbd-macro-termination-hook and apropos-mode-hook. 2001-09-08 17:51:48 +00:00
Eli Zaretskii
944351c0cf (MD5 Checksum): New node, documents the md5 primitive. 2001-09-08 17:51:25 +00:00
Eli Zaretskii
1e8ca3a9ae (Selecting Windows): Document some-window. 2001-09-08 17:50:39 +00:00
Eli Zaretskii
7f0afecc0d (Describing Characters) <single-key-description>:
Document the new argument no-angles.
(Accessing Documentation) <documentation-property>: Document that
a non-string property is evaluated.
<documentation>: Document that the function-documentation property
is looked for.
2001-09-08 17:50:08 +00:00
Eli Zaretskii
a2f2ceaaf7 (The Echo Area) <message>: Document message-truncate-lines.
(Glyphs): Document that the glyph table is unused on windowed
displays.
2001-09-08 17:49:11 +00:00
Eli Zaretskii
bf23b4777a (User-Chosen Coding Systems) <select-safe-coding-system>: Document
the new argument accept-default-p and the variable
select-safe-coding-system-accept-default-p.  Tell what happens if
buffer-file-coding-system is undecided.
(Default Coding Systems): Document auto-coding-regexp-alist.
2001-09-08 17:48:33 +00:00
Eli Zaretskii
87d6dc142b (Scanning Keymaps) <where-is-internal>: The
argument keymap can be a list.
2001-09-08 17:47:45 +00:00
Eli Zaretskii
de0df8e2a9 (Time of Day): Document float-time.
(Recording Input): Document that clear-this-command-keys clears
the vector returned by recent-keys.
2001-09-08 17:45:21 +00:00
Eli Zaretskii
40d48fe935 (Garbage Collection): Document the used and free
strings report.
(Memory Usage): Document strings-consed.
2001-09-08 17:44:36 +00:00
Eli Zaretskii
915b353d82 (Sets And Lists): Document member-ignore-case. 2001-09-08 17:43:49 +00:00
Eli Zaretskii
3a4208096f (List Motion): Document
open-paren-in-column-0-is-defun-start.
2001-09-08 17:43:23 +00:00
Eli Zaretskii
d9940cbfd1 (Integer Basics): Document CL style read syntax for
integers in bases other than 10.
2001-09-08 17:42:52 +00:00
Eli Zaretskii
28932ac124 (Mouse Position): Document mouse-position-function.
(Display Feature Testing): Document display-images-p.
(Window Frame Parameters): Document the cursor-type variable.
2001-09-08 17:42:16 +00:00
Eli Zaretskii
3afd8c2506 (String Conversion) <string-to-number>: Document
that a float is returned for integers that are too large.
2001-09-08 17:41:41 +00:00
Richard M. Stallman
7cc80f0aef Comment change. 2001-09-08 14:30:12 +00:00
Eli Zaretskii
1fb046593f Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>. 2001-09-08 10:32:00 +00:00
Eli Zaretskii
33d69478e8 Update the address of the mailing list and subscription instructions. 2001-09-08 07:54:52 +00:00
Richard M. Stallman
59a53efd07 Minor clarification. 2001-09-07 16:27:07 +00:00
Gerd Moellmann
fc0eccfcce (isearch-intersects-p): New function.
(isearch-close-unnecessary-overlays): Renamed from *unecessary*,
use isearch-intersects-p, and clean up.
2001-09-07 16:17:54 +00:00
Eli Zaretskii
705644780d More commentary about the role of kbd_macro_end. 2001-09-07 15:54:52 +00:00