Eli Zaretskii
80f0ce09db
(Language Environments): Fix the description of locale settings during
...
startup. From Paul Eggert.
2001-03-30 10:49:02 +00:00
Eli Zaretskii
9c6251b679
(General Variables): Update the docs according to current behavior
...
wrt LC_* environment variables. From Paul Eggert.
2001-03-30 10:43:54 +00:00
Eli Zaretskii
ef080b1643
(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
2001-03-30 10:33:09 +00:00
Dave Love
e4174a55e5
*** empty log message ***
2001-03-30 10:23:51 +00:00
Eli Zaretskii
1deddb569f
Fix last change.
2001-03-30 10:21:06 +00:00
Dave Love
b937fd1eaa
(fortran-comment-region): Fix typo.
2001-03-30 10:19:51 +00:00
Eli Zaretskii
809eb58792
Fix a typo in the last change.
2001-03-30 10:13:53 +00:00
Eli Zaretskii
0363438056
Fix wording of a comment for the ${TIT} rule.
2001-03-30 10:03:42 +00:00
Eli Zaretskii
98384b7bf4
Fix the wording about directory-sep-char deprecation.
2001-03-30 10:02:16 +00:00
Eli Zaretskii
62578de5c9
Fix the wording in the last change.
2001-03-30 09:55:24 +00:00
Eli Zaretskii
9d5d10759e
*** empty log message ***
2001-03-30 08:38:02 +00:00
Eli Zaretskii
1465c66bbe
(transient-mark-mode): Mention C-g in the doc string.
2001-03-30 08:35:49 +00:00
Eli Zaretskii
e5551cec26
Adapt to changes in leim/Makefile.in's $(TIT) target.
2001-03-30 08:29:37 +00:00
Eli Zaretskii
d3396dcb06
(${TIT}): Fix whitespace.
2001-03-30 08:27:56 +00:00
Miles Bader
a27b451eb7
(interactive-form): Fix paren typo.
2001-03-30 00:53:08 +00:00
Eli Zaretskii
96e29ebe34
(Regexps): Say up front that backslashes must be doubled in a Lisp program.
2001-03-29 15:52:56 +00:00
Eli Zaretskii
aea51abefd
*** empty log message ***
2001-03-29 15:38:09 +00:00
Eli Zaretskii
dbe6d5abbd
Say that it's obsolete in the header line.
2001-03-29 15:36:38 +00:00
Eli Zaretskii
249dd4090e
(report-emacs-bug): Report LC_COLLATE,
...
LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
From Paul Eggert.
2001-03-29 15:31:58 +00:00
Eli Zaretskii
7cd5f1e7ee
Document that directory-sep-char is deprecated.
2001-03-29 15:23:40 +00:00
Eli Zaretskii
6d6ebdc1d8
(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.
2001-03-29 15:05:05 +00:00
Gerd Moellmann
6f19e39819
(.NOTPARALLEL, .NO_PARALLEL): New special targets.
...
(${TIT}): If the target file already exist, don't remake it.
2001-03-29 14:26:20 +00:00
Gerd Moellmann
ed31fabfe9
*** empty log message ***
2001-03-29 14:25:52 +00:00
Gerd Moellmann
4ce7f03e2e
(SUBDIR): Remove leim.
...
(all, .RECURSIVE, extraclean): Add leim explicitly.
(leim): Provide separate rule which exports PARALLEL=0 into the
environment.
2001-03-29 14:24:43 +00:00
Stefan Monnier
1ac1fa9626
(generic-mode-set-comments): Use "" rather than nil for comment-end.
2001-03-29 14:16:37 +00:00
Gerd Moellmann
e2b8a83076
(ad-make-advised-definition): Call
...
interactive-form to obtain the interactive spec of subrs.
2001-03-29 14:11:46 +00:00
Gerd Moellmann
d320078883
Fix typo.
2001-03-29 14:08:58 +00:00
Gerd Moellmann
f65fab598e
(interactive-form): New function.
2001-03-29 14:08:34 +00:00
Gerd Moellmann
cc515226ef
(Fsubr_interactive_form): New function.
...
(syms_of_data): Defsubr it.
2001-03-29 13:58:30 +00:00
André Spiegel
8b2375e77f
#
2001-03-29 11:51:26 +00:00
André Spiegel
0cccd8ffec
(vc-sccs-register): Use relative file names.
2001-03-29 11:49:22 +00:00
Gerd Moellmann
176bc84713
(live_string_p, live_cons_p, live_symbol_p)
...
(live_float_p, live_misc_p): Return 1 only if the offset of the
pointer in its block is >= 0.
2001-03-29 10:35:51 +00:00
Stefan Monnier
5f6c577179
*** empty log message ***
2001-03-29 00:29:04 +00:00
Gerd Moellmann
e59d0e9d09
*** empty log message ***
2001-03-28 15:51:15 +00:00
Gerd Moellmann
26fad6e5d6
(Ffloat_time): Fix off-by-factor-of-10 bug in the
...
microseconds calcuation. Avoid double-rounding problem.
In doc string, warn that the result is approximate.
2001-03-28 15:50:47 +00:00
Gerd Moellmann
30a3f61cdc
(inhibit_eval_during_redisplay)
...
(Qinhibit_eval_during_redisplay): New variables.
(safe_eval, safe_call): If inhibit_eval_during_redisplay is set,
don't eval, return nil instead.
(syms_of_xdisp): DEFVAR_BOOL inhibit-eval-during-redisplay.
Initialize Qinhibit_eval_during_redisplay.
2001-03-28 15:34:38 +00:00
Gerd Moellmann
8efb6cc7ad
(call_debugger): Bind `inhibit-redisplay' to nil, and
...
bind inhibit-eval-during-redisplay' to t.
2001-03-28 15:33:13 +00:00
Gerd Moellmann
04b80c65ce
(Qinhibit_eval_during_redisplay): Declare extern.
2001-03-28 15:32:52 +00:00
Gerd Moellmann
28d80dea87
(bookmark-get-bookmark): Handle case that
...
BOOKMARK is not a string.
2001-03-28 14:51:26 +00:00
Gerd Moellmann
e719f5aea7
(reseat_to_string): If STRING is multibyte, set
...
the iterator's multibyte_p flag.
2001-03-28 14:32:24 +00:00
Gerd Moellmann
a2a15d1a57
(Finding Files): Fix an example.
2001-03-28 12:50:35 +00:00
Gerd Moellmann
deb2613a51
*** empty log message ***
2001-03-28 12:46:20 +00:00
Gerd Moellmann
84f68fd5d0
(realize_basic_faces): Decrement menu_face_change_count
...
instead of setting it to zero; it's incremented for each frame
where the menu face is changed.
2001-03-28 12:45:54 +00:00
Gerd Moellmann
2b8f2f464d
(image-type-regexps): Change type for PS files
...
to `postscript'.
2001-03-28 12:39:45 +00:00
Gerd Moellmann
44655e7796
(x_draw_relief_rect): Extend left shadow to the
...
bottom; change bottom shadow accordingly.
2001-03-28 12:37:12 +00:00
Gerd Moellmann
a02f1be0c0
(expose_window_tree, expose_frame): Don't compute
...
intersections here.
(expose_window): Do it here instead.
(x_draw_glyph_string): Fix a computation of the underline
position.
2001-03-28 12:06:39 +00:00
Gerd Moellmann
f827b862ad
*** empty log message ***
2001-03-28 10:02:31 +00:00
Gerd Moellmann
e12ea64e79
(BYTE_CODE_QUIT): New macro.
...
(Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.
2001-03-28 10:01:51 +00:00
Gerd Moellmann
719349f6d0
(read-passwd): Clear command history after each
...
character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2001-03-28 09:28:15 +00:00
Gerd Moellmann
607ec83c51
(try_window_reusing_current_matrix) <scrolling up>:
...
Give up if matrix starts in an ellipsis.
(init_from_display_pos): Do nothing if POS doesn't specify
a dpvec_index but the iterator has such a position.
2001-03-27 18:02:26 +00:00