bpt/emacs.git
17 years ago* longlines.el (longlines-post-command-function): Handle open-line
Chong Yidong [Wed, 12 Jul 2006 23:52:18 +0000 (23:52 +0000)]
* longlines.el (longlines-post-command-function): Handle open-line
too.

17 years agoFix typos.
Alex Schroeder [Wed, 12 Jul 2006 19:07:33 +0000 (19:07 +0000)]
Fix typos.
(Getting started with rcirc): New calling convention for M-x irc.
Mention #rcirc.  Removed channel tracking.
(Configuration): Changed the names of all variables that got changed
recently, eg. rcirc-server to rcirc-default-server.  Added
documentation for rcirc-authinfo, some background for Bitlbee, and
rcirc-track-minor-mode.
(Scrolling conservatively): Fixed the xref from Auto Scrolling to just
Scrolling.
(Reconnecting after you have lost the connection): Fixed example code
to match code changes.

17 years ago*** empty log message ***
Stefan Monnier [Wed, 12 Jul 2006 18:05:53 +0000 (18:05 +0000)]
*** empty log message ***

17 years agoFormatting fixes.
Romain Francoise [Wed, 12 Jul 2006 17:25:38 +0000 (17:25 +0000)]
Formatting fixes.

17 years ago*** empty log message ***
Richard M. Stallman [Wed, 12 Jul 2006 16:10:39 +0000 (16:10 +0000)]
*** empty log message ***

17 years ago(Frame Type): Explain nature of frames better.
Richard M. Stallman [Wed, 12 Jul 2006 16:10:27 +0000 (16:10 +0000)]
(Frame Type): Explain nature of frames better.

17 years agoFix typo in prev change.
Richard M. Stallman [Wed, 12 Jul 2006 16:09:53 +0000 (16:09 +0000)]
Fix typo in prev change.

17 years ago(Frames): Explain nature of frames better.
Richard M. Stallman [Wed, 12 Jul 2006 16:09:36 +0000 (16:09 +0000)]
(Frames): Explain nature of frames better.

17 years ago(Coding Conventions): Explain why use cl at compile time.
Richard M. Stallman [Wed, 12 Jul 2006 16:07:17 +0000 (16:07 +0000)]
(Coding Conventions): Explain why use cl at compile time.

17 years ago(grep-last-buffer): Doc fix.
Richard M. Stallman [Wed, 12 Jul 2006 16:05:19 +0000 (16:05 +0000)]
(grep-last-buffer): Doc fix.

17 years ago(Info-try-follow-nearest-node): Doc fix.
Richard M. Stallman [Wed, 12 Jul 2006 16:04:46 +0000 (16:04 +0000)]
(Info-try-follow-nearest-node): Doc fix.

17 years ago(edebug-instrument-function): Err if find-function-noselect gives no position.
Richard M. Stallman [Wed, 12 Jul 2006 16:04:23 +0000 (16:04 +0000)]
(edebug-instrument-function): Err if find-function-noselect gives no position.

17 years ago(find-function-search-for-symbol):
Richard M. Stallman [Wed, 12 Jul 2006 16:03:47 +0000 (16:03 +0000)]
(find-function-search-for-symbol):
If can't find definition, return nil for position.
(find-function-do-it): Handle new return value of find-definition-noselect.
(find-definition-noselect, find-variable-noselect): Doc fix.
(find-function-noselect): Doc fix.

17 years ago(help-variable-def): Handle find-variable-noselect returning no position.
Richard M. Stallman [Wed, 12 Jul 2006 16:00:45 +0000 (16:00 +0000)]
(help-variable-def): Handle find-variable-noselect returning no position.
(help-function-def): Likewise for find-function-search-for-symbol.
(help-face-def): Likewise.

17 years ago(describe-variable): Handle find-variable-noselect returning no position.
Richard M. Stallman [Wed, 12 Jul 2006 15:58:10 +0000 (15:58 +0000)]
(describe-variable): Handle find-variable-noselect returning no position.

17 years ago(locate-file-completion): Avoid duplicates in result.
Richard M. Stallman [Wed, 12 Jul 2006 15:57:07 +0000 (15:57 +0000)]
(locate-file-completion): Avoid duplicates in result.

17 years ago(custom-no-edit): New command.
Richard M. Stallman [Wed, 12 Jul 2006 15:56:33 +0000 (15:56 +0000)]
(custom-no-edit): New command.
(custom-mode-map): Remap to custom-no-edit instead of
using suppress-keymap.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 12 Jul 2006 13:22:36 +0000 (13:22 +0000)]
*** empty log message ***

17 years ago(load_pixmap): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:22:10 +0000 (13:22 +0000)]
(load_pixmap): Use CHECK_TYPE.

17 years ago(Fwindow_configuration_frame, Fset_window_configuration):
Kim F. Storm [Wed, 12 Jul 2006 13:22:00 +0000 (13:22 +0000)]
(Fwindow_configuration_frame, Fset_window_configuration):
(compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.

17 years ago(check_syntax_table): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:21:51 +0000 (13:21 +0000)]
(check_syntax_table): Use CHECK_TYPE.

17 years ago(sun_item_create): Use CHECK_LIST_CONS.
Kim F. Storm [Wed, 12 Jul 2006 13:21:39 +0000 (13:21 +0000)]
(sun_item_create): Use CHECK_LIST_CONS.

17 years ago(Fset_match_data): Use CHECK_LIST.
Kim F. Storm [Wed, 12 Jul 2006 13:20:32 +0000 (13:20 +0000)]
(Fset_match_data): Use CHECK_LIST.

17 years ago(Fcopy_marker): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:19:54 +0000 (13:19 +0000)]
(Fcopy_marker): Use CHECK_TYPE.

17 years ago(Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
Kim F. Storm [Wed, 12 Jul 2006 13:19:42 +0000 (13:19 +0000)]
(Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.

17 years ago(Fmac_get_preference): Use CHECK_LIST_END.
Kim F. Storm [Wed, 12 Jul 2006 13:19:33 +0000 (13:19 +0000)]
(Fmac_get_preference): Use CHECK_LIST_END.

17 years ago(check_obarray): Cleanup wrong_type_argument use.
Kim F. Storm [Wed, 12 Jul 2006 13:19:27 +0000 (13:19 +0000)]
(check_obarray): Cleanup wrong_type_argument use.

17 years ago(Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.
Kim F. Storm [Wed, 12 Jul 2006 13:19:15 +0000 (13:19 +0000)]
(Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.

17 years ago(access_keymap_keyremap): Use ARRAYP.
Kim F. Storm [Wed, 12 Jul 2006 13:19:04 +0000 (13:19 +0000)]
(access_keymap_keyremap): Use ARRAYP.

17 years ago(Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.
Kim F. Storm [Wed, 12 Jul 2006 13:17:29 +0000 (13:17 +0000)]
(Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.

17 years ago(Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.
Kim F. Storm [Wed, 12 Jul 2006 13:17:13 +0000 (13:17 +0000)]
(Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.
(Fcopy_sequence, concat): Cleanup wrong_type_argument use.
(concat): Use CHECK_NUMBER.
(Felt): Use CHECK_ARRAY.
(Fsubstring, substring_both): Use CHECK_VECTOR_OR_STRING.
(Fmemq): Use CHECK_LIST.
(Fassq, Fassoc, Frassq, Frassoc): Use CAR.
(assq_no_quit): Use CAR_SAFE.
(Fnthcdr, Fmember, Fdelq, Fdelete, Fnreverse, Fnconc):
Use CHECK_LIST_CONS.
(Freverse, Fplist_get, Flax_plist_get): Use CHECK_LIST_END.

17 years ago(general_insert_function): Remove loop around wrong_type_argument.
Kim F. Storm [Wed, 12 Jul 2006 13:16:32 +0000 (13:16 +0000)]
(general_insert_function): Remove loop around wrong_type_argument.

17 years ago(sit_for): Tiny simplification.
Kim F. Storm [Wed, 12 Jul 2006 13:16:13 +0000 (13:16 +0000)]
(sit_for): Tiny simplification.

17 years ago(wrong_type_argument): Remove loop around Fsignal.
Kim F. Storm [Wed, 12 Jul 2006 13:15:46 +0000 (13:15 +0000)]
(wrong_type_argument): Remove loop around Fsignal.
(Farrayp, Fsequencep): Use ARRAYP.
(Fcar, Fcdr): Remove loop around wrong_type_argument.
(Fcar): Use CAR.
(Fcar_safe): Use CAR_SAFE.
(Fcdr): Use CDR.
(Fcdr_safe): Use CDR_SAFE.
(Fsetcar, Fsetcdr): Use CHECK_CONS.
(Fsubr_arity, Fsubr_name): Use CHECK_SUBR.
(Faset): Use CHECK_ARRAY.

17 years ago(check_category_table): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:15:18 +0000 (13:15 +0000)]
(check_category_table): Use CHECK_TYPE.

17 years ago* casetab.c (check_case_table): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:15:03 +0000 (13:15 +0000)]
* casetab.c (check_case_table): Use CHECK_TYPE.

17 years ago(casify_object): Remove loop around wrong_type_argument.
Kim F. Storm [Wed, 12 Jul 2006 13:14:51 +0000 (13:14 +0000)]
(casify_object): Remove loop around wrong_type_argument.

17 years ago(Fcall_interactively): Remove loop around wrong_type_argument.
Kim F. Storm [Wed, 12 Jul 2006 13:14:38 +0000 (13:14 +0000)]
(Fcall_interactively): Remove loop around wrong_type_argument.

17 years ago(Fbyte_code): Use CHECK_VECTOR.
Kim F. Storm [Wed, 12 Jul 2006 13:14:26 +0000 (13:14 +0000)]
(Fbyte_code): Use CHECK_VECTOR.

17 years ago(CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:14:11 +0000 (13:14 +0000)]
(CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.

17 years ago(CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
Kim F. Storm [Wed, 12 Jul 2006 13:14:00 +0000 (13:14 +0000)]
(CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.

17 years ago(CHECK_TYPE): New macro for generic type checking.
Kim F. Storm [Wed, 12 Jul 2006 13:13:44 +0000 (13:13 +0000)]
(CHECK_TYPE): New macro for generic type checking.
(CAR_SAFE, CDR_SAFE): New macros.
(ARRAYP, CHECK_ARRAY): New macros.
(CHECK_VECTOR_OR_STRING, CHECK_SUBR): New macros.
(CHECK_WINDOW_CONFIGURATION): New macro.
(CHECK_LIST_CONS, CHECK_LIST_END): New checks for list traversal.
(CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
(CHECK_STRING, CHECK_STRING_CAR, CHECK_CONS, CHECK_SYMBOL)
(CHECK_CHAR_TABLE, CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE)
(CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS)
(CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_OVERLAY)
(CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
(CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Use CHECK_TYPE.

17 years ago*** empty log message ***
Kim F. Storm [Wed, 12 Jul 2006 13:13:21 +0000 (13:13 +0000)]
*** empty log message ***

17 years agoMore cleanup related to last change.
Kim F. Storm [Wed, 12 Jul 2006 13:01:23 +0000 (13:01 +0000)]
More cleanup related to last change.

17 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:38:06 +0000 (08:38 +0000)]
*** empty log message ***

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:37:45 +0000 (08:37 +0000)]
Include blockinput.h.
(Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
around getpwnam.
(search_embedded_absfilename): Remove spurious xfree.

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:37:25 +0000 (08:37 +0000)]
Include blockinput.h.
(Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
getpwuid/getpwnam.

17 years agoInclude blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:37:07 +0000 (08:37 +0000)]
Include blockinput.h.
(Ffile_attributes): Add BLOCK_INPUT around getpwuid/getgrgid.

17 years ago(dired.o, editfns.o, fileio.o): Depend on blockinput.h.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:36:49 +0000 (08:36 +0000)]
(dired.o, editfns.o, fileio.o): Depend on blockinput.h.

17 years agoRemove descriptions about Metrowerks CodeWarrior.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:35:45 +0000 (08:35 +0000)]
Remove descriptions about Metrowerks CodeWarrior.

17 years agoRemove descriptions about Metrowerks CodeWarrior. Fix URL
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:35:29 +0000 (08:35 +0000)]
Remove descriptions about Metrowerks CodeWarrior.  Fix URL
for GNU-fonts.smi.bin.  USE_ATSUI is enabled by default on Mac OS X.

17 years ago(Getting Out): Suspending is not allowed on Mac, either.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:34:50 +0000 (08:34 +0000)]
(Getting Out): Suspending is not allowed on Mac, either.

17 years ago(Window System Selections): Mention scrap support for Mac.
YAMAMOTO Mitsuharu [Wed, 12 Jul 2006 08:34:36 +0000 (08:34 +0000)]
(Window System Selections): Mention scrap support for Mac.
Default value of x-select-enable-clipboard is t on Mac.

17 years ago(sit_for): Use XINT.
Kim F. Storm [Wed, 12 Jul 2006 08:21:23 +0000 (08:21 +0000)]
(sit_for): Use XINT.

17 years agoChange iota subscriptum transliteration in
David Kastrup [Wed, 12 Jul 2006 00:33:19 +0000 (00:33 +0000)]
Change iota subscriptum transliteration in
Ibycus4 encoding's capitals from "i" to "|".

17 years ago(tumme-create-thumb)
Nick Roberts [Wed, 12 Jul 2006 00:24:40 +0000 (00:24 +0000)]
(tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.

17 years ago(thumbs-call-convert): Use shell-command-switch.
Nick Roberts [Wed, 12 Jul 2006 00:24:14 +0000 (00:24 +0000)]
(thumbs-call-convert): Use shell-command-switch.

17 years ago*** empty log message ***
Nick Roberts [Wed, 12 Jul 2006 00:23:48 +0000 (00:23 +0000)]
*** empty log message ***

17 years ago(sit_for): Signal error if TIMEOUT is not a number in case arg comes
Kim F. Storm [Tue, 11 Jul 2006 22:55:29 +0000 (22:55 +0000)]
(sit_for): Signal error if TIMEOUT is not a number in case arg comes
directly from a Lisp variable.

17 years ago(ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.
Kim F. Storm [Tue, 11 Jul 2006 20:13:59 +0000 (20:13 +0000)]
(ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 20:13:40 +0000 (20:13 +0000)]
*** empty log message ***

17 years agoAdd space for clarity.
Kim F. Storm [Tue, 11 Jul 2006 20:12:40 +0000 (20:12 +0000)]
Add space for clarity.

17 years ago(Fcall_interactively): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:11:23 +0000 (20:11 +0000)]
(Fcall_interactively): Update/simplify sit_for calls.

17 years ago(Fdo_auto_save): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:11:10 +0000 (20:11 +0000)]
(Fdo_auto_save): Update/simplify sit_for calls.

17 years ago(command_loop_1, read_char, Fexecute_extended_command):
Kim F. Storm [Tue, 11 Jul 2006 20:10:56 +0000 (20:10 +0000)]
(command_loop_1, read_char, Fexecute_extended_command):
Update/simplify sit_for calls.

17 years ago(temp_echo_area_glyphs): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:10:34 +0000 (20:10 +0000)]
(temp_echo_area_glyphs): Update/simplify sit_for calls.

17 years ago(sit_for): Update prototype.
Kim F. Storm [Tue, 11 Jul 2006 20:09:59 +0000 (20:09 +0000)]
(sit_for): Update prototype.
(Fredisplay): Add EXFUN.

17 years ago(sit_for): Remove prototype.
Kim F. Storm [Tue, 11 Jul 2006 20:09:49 +0000 (20:09 +0000)]
(sit_for): Remove prototype.

17 years ago(sit_for): Reduce number of args from 5 to 3.
Kim F. Storm [Tue, 11 Jul 2006 20:09:26 +0000 (20:09 +0000)]
(sit_for): Reduce number of args from 5 to 3.
Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
The rework of sit_for args also fixes several incorrect Qt args
which should have been 1.
(Fredisplay): Pass 1 instead of Qt to swallow_events and
detect_input_pending_run_timers.

17 years ago* simple.el (undo-ask-before-discard): Set to nil.
Chong Yidong [Tue, 11 Jul 2006 19:15:33 +0000 (19:15 +0000)]
* simple.el (undo-ask-before-discard): Set to nil.

17 years agoundo-ask-before-discard set to nil.
Chong Yidong [Tue, 11 Jul 2006 18:42:24 +0000 (18:42 +0000)]
undo-ask-before-discard set to nil.

17 years ago* vc.el (vc-exec-after): Don't delete process manually.
Chong Yidong [Tue, 11 Jul 2006 18:39:32 +0000 (18:39 +0000)]
* vc.el (vc-exec-after): Don't delete process manually.
(vc-print-log): Run log-view-mode in process sentinel inside
inhibit-read-only.  Don't shrink window due to timing issues.

17 years ago* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
Chong Yidong [Tue, 11 Jul 2006 16:39:50 +0000 (16:39 +0000)]
* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.

17 years ago(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
Stefan Monnier [Tue, 11 Jul 2006 15:08:33 +0000 (15:08 +0000)]
(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Tue, 11 Jul 2006 15:03:24 +0000 (15:03 +0000)]
Remove spurious * in docstrings.
(url-cookie-write-file): Don't use versioned backups.
(url-cookie-host-can-set-p): Remove unused var `tmp'.
(url-cookie-save-interval): Move to url-cookie group.
(url-cookie-write-file): Reset url-cookies-changed-since-last-save.

17 years ago(forw_comment): Also use EMACS_INT for buffer positions.
Stefan Monnier [Tue, 11 Jul 2006 13:52:21 +0000 (13:52 +0000)]
(forw_comment): Also use EMACS_INT for buffer positions.

17 years agoetags now tags #undef, too
Francesco Potortì [Tue, 11 Jul 2006 11:08:31 +0000 (11:08 +0000)]
etags now tags #undef, too

17 years ago**** In C and derived languages, etags creates tags for #undef
Francesco Potortì [Tue, 11 Jul 2006 11:03:11 +0000 (11:03 +0000)]
**** In C and derived languages, etags creates tags for #undef

17 years ago(absolute_filename): Free unused space (cosmetic change).
Francesco Potortì [Tue, 11 Jul 2006 11:01:27 +0000 (11:01 +0000)]
(absolute_filename): Free unused space (cosmetic change).
(in_word_set): In C, also tag #undef symbols.

17 years agoRe-attempt commit.
Robert J. Chassell [Tue, 11 Jul 2006 10:36:42 +0000 (10:36 +0000)]
Re-attempt commit.

17 years ago* textmodes/texinfmt.el: Finally remember to set texinfmt-version
Robert J. Chassell [Tue, 11 Jul 2006 10:14:08 +0000 (10:14 +0000)]
* textmodes/texinfmt.el: Finally remember to set texinfmt-version
          to new date and version number.

17 years ago(tumme-create-thumb)
Nick Roberts [Tue, 11 Jul 2006 09:37:28 +0000 (09:37 +0000)]
(tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use call-process
instead of shell-command.
(tumme-create-thumbnail-buffer)
(tumme-create-display-image-buffer, tumme-display-thumbs)
(tumme-modify-mark-on-thumb-original-file, tumme-display-image)
(tumme-get-exif-data): Use with-current-buffer.
(tumme-display-properties-format)
(tumme-dired-insert-marked-thumbs, tumme-rotate-original)
(tumme-get-exif-file-name)
(tumme-thumbnail-set-image-description, tumme-gallery-generate):
Fit to 80 columns.

17 years ago*** empty log message ***
Nick Roberts [Tue, 11 Jul 2006 09:36:54 +0000 (09:36 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:48:06 +0000 (00:48 +0000)]
*** empty log message ***

17 years ago(Waiting): (sit-for -1) is no longer special.
Kim F. Storm [Tue, 11 Jul 2006 00:47:53 +0000 (00:47 +0000)]
(Waiting): (sit-for -1) is no longer special.
(sit-for 0) is equivalent to (redisplay).
Iconifying/deiconifying no longer makes sit-for return.

17 years ago(Forcing Redisplay): Add `redisplay' function.
Kim F. Storm [Tue, 11 Jul 2006 00:47:42 +0000 (00:47 +0000)]
(Forcing Redisplay): Add `redisplay' function.
Don't mention (sit-for -1) -- use (redisplay t) instead.

17 years ago(sit-for): Doc fix. Specify normal arg list using fn-form.
Kim F. Storm [Tue, 11 Jul 2006 00:17:43 +0000 (00:17 +0000)]
(sit-for): Doc fix.  Specify normal arg list using fn-form.
Remove special case for seconds < 0.  Use (redisplay t) instead.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:15:23 +0000 (00:15 +0000)]
*** empty log message ***

17 years agoDoc fix.
Chong Yidong [Tue, 11 Jul 2006 00:13:17 +0000 (00:13 +0000)]
Doc fix.

17 years ago(Fredisplay): Doc fix.
Kim F. Storm [Mon, 10 Jul 2006 23:54:17 +0000 (23:54 +0000)]
(Fredisplay): Doc fix.

17 years ago(Fredisplay): Add FORCE argument to force redisplay when
Kim F. Storm [Mon, 10 Jul 2006 23:52:38 +0000 (23:52 +0000)]
(Fredisplay): Add FORCE argument to force redisplay when
input is available.  Fix test for redisplay_dont_pause non-nil.
Specbind redisplay-dont-pause to t if FORCE non-nil.

17 years agoModify last change.
Nick Roberts [Mon, 10 Jul 2006 23:03:59 +0000 (23:03 +0000)]
Modify last change.

17 years ago(Coding Conventions): Mention macros.
Nick Roberts [Mon, 10 Jul 2006 22:53:56 +0000 (22:53 +0000)]
(Coding Conventions): Mention macros.
Suggested by Ken Manheimer.

17 years ago*** empty log message ***
Nick Roberts [Mon, 10 Jul 2006 22:53:06 +0000 (22:53 +0000)]
*** empty log message ***

17 years agofix typo
Chong Yidong [Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)]
fix typo

17 years ago* progmodes/cc-awk.el (defconst): Fix compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
* progmodes/cc-awk.el (defconst): Fix compilation error.

17 years ago(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.

17 years ago* subr.el (sit-for): New function.
Chong Yidong [Mon, 10 Jul 2006 18:52:13 +0000 (18:52 +0000)]
* subr.el (sit-for): New function.

* play/hanoi.el (hanoi-sit-for): Check sit-for return value.

17 years agoDoc fix.
Chong Yidong [Mon, 10 Jul 2006 18:51:42 +0000 (18:51 +0000)]
Doc fix.

17 years ago* puresize.h (BASE_PURESIZE): Increment to 1211000.
Chong Yidong [Mon, 10 Jul 2006 18:51:31 +0000 (18:51 +0000)]
* puresize.h (BASE_PURESIZE): Increment to 1211000.

* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
(Fsit_for): Function deleted.

* keyboard.c (command_loop_1, Fexecute_extended_command): Call
sit_for instead of Fsit_for.

* minibuf.c (temp_echo_area_glyphs): Likewise.