Kim F. Storm
f3500bbee1
*** empty log message ***
2006-07-13 13:43:26 +00:00
Andreas Schwab
60c86a8342
(scan_sexps_forward): Use EMACS_INT for out_bytepos and
...
out_charpos.
2006-07-13 11:44:10 +00:00
Kenichi Handa
d40ec4a023
(Fformat): Fix calculation of text property positions
...
of format string.
2006-07-13 06:06:45 +00:00
Chong Yidong
6991960bf7
* longlines.el (longlines-post-command-function): Handle open-line
...
too.
2006-07-12 23:52:18 +00:00
Alex Schroeder
fe5a02b368
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.
2006-07-12 19:07:33 +00:00
Stefan Monnier
3d3a26eb29
*** empty log message ***
2006-07-12 18:05:53 +00:00
Romain Francoise
68ade564b2
Formatting fixes.
2006-07-12 17:25:38 +00:00
Richard M. Stallman
2c6e026af7
*** empty log message ***
2006-07-12 16:10:39 +00:00
Richard M. Stallman
0c1cf12271
(Frame Type): Explain nature of frames better.
2006-07-12 16:10:27 +00:00
Richard M. Stallman
cdbd53be7f
Fix typo in prev change.
2006-07-12 16:09:53 +00:00
Richard M. Stallman
6dec797eaa
(Frames): Explain nature of frames better.
2006-07-12 16:09:36 +00:00
Richard M. Stallman
9aa9b967b9
(Coding Conventions): Explain why use cl at compile time.
2006-07-12 16:07:17 +00:00
Richard M. Stallman
f911a4454a
(grep-last-buffer): Doc fix.
2006-07-12 16:05:19 +00:00
Richard M. Stallman
8aed3f67d3
(Info-try-follow-nearest-node): Doc fix.
2006-07-12 16:04:46 +00:00
Richard M. Stallman
fea7b5149b
(edebug-instrument-function): Err if find-function-noselect gives no position.
2006-07-12 16:04:23 +00:00
Richard M. Stallman
39ff5f6495
(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.
2006-07-12 16:03:47 +00:00
Richard M. Stallman
84333e068e
(help-variable-def): Handle find-variable-noselect returning no position.
...
(help-function-def): Likewise for find-function-search-for-symbol.
(help-face-def): Likewise.
2006-07-12 16:00:45 +00:00
Richard M. Stallman
38586111b1
(describe-variable): Handle find-variable-noselect returning no position.
2006-07-12 15:58:10 +00:00
Richard M. Stallman
e1cac5702d
(locate-file-completion): Avoid duplicates in result.
2006-07-12 15:57:07 +00:00
Richard M. Stallman
0ce026b1d2
(custom-no-edit): New command.
...
(custom-mode-map): Remap to custom-no-edit instead of
using suppress-keymap.
2006-07-12 15:56:33 +00:00
Kim F. Storm
e55deb0b2c
*** empty log message ***
2006-07-12 13:22:36 +00:00
Kim F. Storm
d5ddd1a304
(load_pixmap): Use CHECK_TYPE.
2006-07-12 13:22:10 +00:00
Kim F. Storm
663fbbba4d
(Fwindow_configuration_frame, Fset_window_configuration):
...
(compare_window_configurations): Use CHECK_WINDOW_CONFIGURATION.
2006-07-12 13:22:00 +00:00
Kim F. Storm
47f5f6ae55
(check_syntax_table): Use CHECK_TYPE.
2006-07-12 13:21:51 +00:00
Kim F. Storm
ca29b4169d
(sun_item_create): Use CHECK_LIST_CONS.
2006-07-12 13:21:39 +00:00
Kim F. Storm
29100ceab8
(Fset_match_data): Use CHECK_LIST.
2006-07-12 13:20:32 +00:00
Kim F. Storm
0b4331b7bf
(Fcopy_marker): Use CHECK_TYPE.
2006-07-12 13:19:54 +00:00
Kim F. Storm
d76592ae11
(Fstart_kbd_macro): Use CHECK_VECTOR_OR_STRING.
2006-07-12 13:19:42 +00:00
Kim F. Storm
979376cccc
(Fmac_get_preference): Use CHECK_LIST_END.
2006-07-12 13:19:33 +00:00
Kim F. Storm
8878319cf1
(check_obarray): Cleanup wrong_type_argument use.
2006-07-12 13:19:27 +00:00
Kim F. Storm
ce5a29a111
(Fdefine_key, Flookup_key): Use CHECK_VECTOR_OR_STRING.
2006-07-12 13:19:15 +00:00
Kim F. Storm
592c0e80ab
(access_keymap_keyremap): Use ARRAYP.
2006-07-12 13:19:04 +00:00
Kim F. Storm
7fee0b5168
(Fdefine_fringe_bitmap): Cleanup wrong_type_argument use.
2006-07-12 13:17:29 +00:00
Kim F. Storm
89662fc363
(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.
2006-07-12 13:17:13 +00:00
Kim F. Storm
b7f34213c1
(general_insert_function): Remove loop around wrong_type_argument.
2006-07-12 13:16:32 +00:00
Kim F. Storm
99a2036811
(sit_for): Tiny simplification.
2006-07-12 13:16:13 +00:00
Kim F. Storm
0c64a8cd5d
(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.
2006-07-12 13:15:46 +00:00
Kim F. Storm
886742699b
(check_category_table): Use CHECK_TYPE.
2006-07-12 13:15:18 +00:00
Kim F. Storm
a5f07f6d92
* casetab.c (check_case_table): Use CHECK_TYPE.
2006-07-12 13:15:03 +00:00
Kim F. Storm
4e374bf2f8
(casify_object): Remove loop around wrong_type_argument.
2006-07-12 13:14:51 +00:00
Kim F. Storm
b08b1fc936
(Fcall_interactively): Remove loop around wrong_type_argument.
2006-07-12 13:14:38 +00:00
Kim F. Storm
c616acb810
(Fbyte_code): Use CHECK_VECTOR.
2006-07-12 13:14:26 +00:00
Kim F. Storm
7e9d10c3dc
(CHECK_CATEGORY, CHECK_CATEGORY_SET): Use CHECK_TYPE.
2006-07-12 13:14:11 +00:00
Kim F. Storm
915a3e00ad
(CHECK_FRAME, CHECK_LIVE_FRAME): Use CHECK_TYPE.
2006-07-12 13:14:00 +00:00
Kim F. Storm
c8a39089de
(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.
2006-07-12 13:13:44 +00:00
Kim F. Storm
b8a6aaa7dd
*** empty log message ***
2006-07-12 13:13:21 +00:00
Kim F. Storm
9b2232dd00
More cleanup related to last change.
2006-07-12 13:01:23 +00:00
YAMAMOTO Mitsuharu
099d42019a
*** empty log message ***
2006-07-12 08:38:06 +00:00
YAMAMOTO Mitsuharu
67c08d6c72
Include blockinput.h.
...
(Fexpand_file_name, search_embedded_absfilename): Add BLOCK_INPUT
around getpwnam.
(search_embedded_absfilename): Remove spurious xfree.
2006-07-12 08:37:45 +00:00
YAMAMOTO Mitsuharu
b91834c328
Include blockinput.h.
...
(Fuser_login_name, Fuser_full_name): Add BLOCK_INPUT around
getpwuid/getpwnam.
2006-07-12 08:37:25 +00:00