1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
Commit graph

65755 commits

Author SHA1 Message Date
Nick Roberts
d138996e00 (gdb-display-buffer): Check for gdb-source-window. Add dedicated argument.
(gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
(gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
(gdb-display-threads-buffer, gdb-display-memory-buffer)
(gdb-display-locals-buffer): Use it.
2006-07-13 21:56:26 +00:00
Nick Roberts
02248b85c2 *** empty log message *** 2006-07-13 21:55:47 +00:00
Stefan Monnier
bd012d46a1 Re-generated to reflect change in autoload.el. 2006-07-13 18:24:44 +00:00
Stefan Monnier
02dcdad34e (make-autoload): Remove special handling of
minor modes, redundant with the custom-autoload line above.
2006-07-13 18:13:06 +00:00
Chong Yidong
e17833bc7d simplify last fix. 2006-07-13 14:45:10 +00:00
Kim F. Storm
8788120ff4 (Fthrow): Remove loop around Fsignal.
(Feval, Fapply, Ffuncall): Optimize for no function indirection.
Use original function name in all signaled errors.
Simplify Fsignal calls (no return).
(funcall_lambda): Simplify Fsignal calls (no return).
2006-07-13 13:43:50 +00:00
Kim F. Storm
64de53d81b (Findirect_function): Optimize for no indirection. 2006-07-13 13:43:44 +00:00
Kim F. Storm
14c5155a18 (Fbyte_code): Use CAR, CDR for Bcar, Bcdr.
Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe.
Simplify loops and use CAR for Bnth and Belt.
2006-07-13 13:43:38 +00:00
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