1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 22:12:30 -08:00
Commit graph

50414 commits

Author SHA1 Message Date
Stefan Monnier
dafb59b2a0 *** empty log message *** 2004-04-29 18:51:31 +00:00
Stefan Monnier
3ff0a7e940 (help-C-file-name): Use new subr-name.
Prepend `src/' to the file name.
(help-C-source-directory, help-subr-name, help-find-C-source): Remove.
(describe-function-1, describe-variable): Only find a C source file name
if DOC is already loaded.
2004-04-29 18:46:13 +00:00
Stefan Monnier
2ea0f8fde5 (help-function-def, help-variable-def):
Use the new find-function-search-for-symbol functionality.
Allow FILE to be `C-source'.
2004-04-29 18:43:32 +00:00
Stefan Monnier
c29dafeb0a (remove-overlays): Docstring change. 2004-04-29 18:42:24 +00:00
Stefan Monnier
4479a2f89a (find-function-C-source-directory): New var.
(find-function-C-source): New fun.
(find-function-search-for-symbol): Use it.
2004-04-29 18:39:14 +00:00
Stefan Monnier
0fddae66f4 (Fsubr_name): New fun.
(syms_of_data): Defsubr it.
2004-04-29 18:21:48 +00:00
Juri Linkov
e461972853 (outline-next-preface, outline-show-heading): Don't leave unhidden blank line before heading.
(outline-end-of-subtree): Include last newline into subtree.
(hide-entry): Leave point at beginning of heading instead of end.
(outline-up-heading): Push mark for the first call of successive command calls.
2004-04-29 15:34:58 +00:00
Juri Linkov
a3a9c080fa (compilation-context-lines): Add nil option to disable compilation output window scrolling.
(compilation-set-window): Use it.
2004-04-29 15:31:38 +00:00
Juri Linkov
35904fd355 (isearch-mode-map): Bind \C-w to isearch-yank-word instead of isearch-yank-word-or-char.
Add new key bindings for isearch-yank-char to \C-f, and isearch-del-char to \C-b.
(isearch-del-char): New fun.
(isearch-forward, isearch-edit-string): Update docstring.
(isearch-yank-char): Doc fix.
(isearch-other-meta-char): Restore point after scrolling.
2004-04-29 15:28:55 +00:00
Luc Teirlinck
016b8f71ef (ielm-prompt-read-only, ielm-prompt): Update docstring.
(ielm-prompt-internal): New variable.
(ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
(ielm-send-input): Delete unused variable `buf'.
(ielm-eval-input): Use `ielm-prompt-internal'.
(inferior-emacs-lisp-mode): Use new variables
`comint-prompt-read-only' and `ielm-prompt-internal'.
Get rid of obsolete variable `directory-sep-char'.
(ielm): Use `zerop'.
2004-04-29 03:47:39 +00:00
Luc Teirlinck
70ac607ee3 (comint-prompt-read-only): New variable.
(comint-output-filter): Implement it.
2004-04-29 03:41:48 +00:00
John Paul Wallington
d70d59e9d7 (toplevel): Require cl at compile time.
Remove conditional definitions of `ignore-errors' and `caddar'
because they occur at run time.
2004-04-28 23:20:59 +00:00
Kim F. Storm
2883e85a24 (null_glyph_slice): New var.
(append_glyph, append_composite_glyph, append_stretch_glyph):
Use it to initialize glyph slice.
2004-04-28 21:00:40 +00:00
Kim F. Storm
712d23dc22 *** empty log message *** 2004-04-28 21:00:06 +00:00
John Paul Wallington
51adae0125 *** empty log message *** 2004-04-28 19:07:59 +00:00
Nick Roberts
8ce7881f12 (gdb-frame-breakpoints-buffer)
(gdb-frame-stack-buffer, gdb-frame-threads-buffer)
(gdb-frame-registers-buffer, gdb-frame-locals-buffer)
(gdb-frame-gdb-buffer, gdb-frame-assembler-buffer): Use
selected-window.
2004-04-28 18:16:07 +00:00
Nick Roberts
5ab26292ec (gud-common-init): Throw an error if program is
already running under gdb.
2004-04-28 18:15:12 +00:00
Nick Roberts
e51797d07e *** empty log message *** 2004-04-28 18:14:32 +00:00
John Paul Wallington
d42799bd58 (thumbs-delete-images): Fix formatting of prompt.
(thumbs-show-image-num): Move assignment of
`thumbs-current-image-filename' within dynamic scope of `i'.
(thumbs-emboss-image): Don't use `evenp'.
2004-04-28 16:58:44 +00:00
Richard M. Stallman
6bdc10ea7b Update key binding for viewing PROBLEMS. 2004-04-28 12:48:45 +00:00
Richard M. Stallman
83a0f06074 *** empty log message *** 2004-04-28 10:12:03 +00:00
Richard M. Stallman
cc366e3370 (compilation-context-lines): Default now 0. 2004-04-28 08:36:09 +00:00
Juanma Barranquero
66dc9a0f2f (autoload-before-p): Remove.
(update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2004-04-27 22:46:52 +00:00
Juanma Barranquero
1c226f2ba5 (timeclock-time-less-p): Remove.
(timeclock-generate-report): Use `time-less-p'.
2004-04-27 22:44:39 +00:00
Juanma Barranquero
d1c4363775 (time-less-p): Remove. 2004-04-27 22:43:35 +00:00
Juanma Barranquero
98155da2ad (pcomplete-time-less-p): Remove. 2004-04-27 22:42:58 +00:00
Stefan Monnier
033ad8c637 *** empty log message *** 2004-04-27 22:02:27 +00:00
Stefan Monnier
b1c2132c0c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
(on_hot_spot_p): Make sure we always return a value.
(Flookup_image_map): Remove unused var ix and iy.
(note_mode_line_or_margin_highlight): Remove unused var `image'.
2004-04-27 22:00:03 +00:00
Masatake YAMATO
f24485f172 * subr.el (remove-overlays): Make arguments optional.
* wid-edit.el (widget-specify-button): Put evaporate to the
overlay for sample.
(widget-specify-sample): Put evaporate to the overlay for sample.
(widget-specify-doc): Put evaporate to the overlay for documentation.

* etc/NEWS: Write about remove-overlays's arguments.

* man/widget.texi: Add remove-overlays to the example.
2004-04-27 21:00:31 +00:00
Jesper Harder
e23390fa01 lisp -> Lisp. 2004-04-27 15:13:04 +00:00
Jesper Harder
5242942fe7 (info-apropos): Make it an index node. Align node names
like makeinfo.
2004-04-27 14:43:04 +00:00
Eli Zaretskii
9339736070 *** empty log message *** 2004-04-27 14:24:00 +00:00
Eli Zaretskii
319cb37860 (init_environment): If one of the TMP... environment
variables is set to a drive letter without a trailing slash,
append a slash.
2004-04-27 14:22:05 +00:00
Eli Zaretskii
7844257c6e (browse-url-netscape-sentinel)
(browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
(browse-url-epiphany-sentinel, browse-url-mosaic): Use
browse-url-*-program instead of a literal program name.
2004-04-27 14:03:10 +00:00
Eli Zaretskii
0c54865e0b *** empty log message *** 2004-04-27 13:55:29 +00:00
Eli Zaretskii
8a1b444695 Add "(require 'eshell)", to get necessary features
when M-x customize-group loads modules before the main
eshell.el.
2004-04-27 13:54:39 +00:00
Eli Zaretskii
819da85b3b (Fset_file_times): New function.
(syms_of_fileio): Intern and staticpro it.
2004-04-27 13:30:11 +00:00
Eli Zaretskii
5c5718b6f6 (lisp_time_argument): Provide externally. 2004-04-27 13:28:38 +00:00
Eli Zaretskii
37c0b8fd3d (Changing Files): Document set-file-times. 2004-04-27 13:21:28 +00:00
Eli Zaretskii
08818866f1 Document set-file-times. 2004-04-27 13:17:34 +00:00
Eli Zaretskii
27cd478d97 Capitalise Emacs and Lisp.
(type-break-good-break-interval, type-break-demo-boring-stats)
(type-break-terse-messages, type-break-file-name): New defcustoms.
(type-break-post-command-hook)
(type-break-warning-countdown-string): Quote variable names in doc.
(type-break-interval-start, type-break-auto-save-file-name): New defvars.
(type-break-mode): Document type-break-good-break-interval and the
"session" file.  Schedule break according to the session file.
Kill session file buffer on exit.  Organise for save-some-buffers
to always save the session file.
(type-break-mode-line-message-mode, type-break-query-mode):
Uppercase arguments.
(type-break-file-time, type-break-file-keystroke-count, timep)
(type-break-choose-file, type-break-get-previous-time)
(type-break-get-previous-count): New defuns.
(type-break): Avoid break querying after a completed break in the
case where the query was initiated during user invocation of the
break.  Optional terse messages.  Use
type-break-good-break-interval if type-break-good-rest-interval is
nil.  File the break time.
(type-break-schedule): New optional args for overriding the use of
the current time.
(type-break-cancel-time-warning-schedule): Avoid leftover warnings
after a break.
(type-break-check): File the keystroke count.
(type-break-do-query): Prevent a second query when the break is
interrupted.  Optional terse message.
(type-break-keystroke-reset): Record the start of a typing interval.
(type-break-demo-boring): Optional terse messages.  Display word
per minute and keystroke counts according to
type-break-demo-boring-stats.
2004-04-27 13:12:07 +00:00
Eli Zaretskii
12092fb374 (momentary-string-display): Support EXIT-CHAR that is
either a character representation of an event or an event
description list.
2004-04-27 13:07:16 +00:00
Eli Zaretskii
a4391d4225 Fix entry for dabbrev.el from 2004-04-21. 2004-04-27 12:57:55 +00:00
Eli Zaretskii
aecb322b96 (archive-maybe-copy): If ARCHIVE includes leading
directories, make sure they exist under archive-tmpdir.
2004-04-27 12:45:26 +00:00
Kim F. Storm
c4c07982c1 (x_produce_glyphs): Fix last change; handle newline in
header line strings.
2004-04-27 08:48:12 +00:00
Kim F. Storm
07dc12319c *** empty log message *** 2004-04-27 08:47:30 +00:00
Juri Linkov
a6095665e8 *** empty log message *** 2004-04-27 07:12:18 +00:00
Juri Linkov
eb9828986d Fix comment. 2004-04-27 06:52:35 +00:00
Juri Linkov
ffe2923b64 (picture-mode-map): Add arrow keys. 2004-04-27 06:46:51 +00:00
Juri Linkov
e4ef3e9287 (kill-ring-save): Use blink-matching-delay instead of the constant value 1.
(completions-common-part): Expand docstring.
2004-04-27 06:45:49 +00:00