1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

3938 commits

Author SHA1 Message Date
Richard M. Stallman
5b6fe3531b *** empty log message *** 2002-06-15 20:52:23 +00:00
Colin Walters
2a4a8cd54d *** empty log message *** 2002-06-15 19:04:41 +00:00
Colin Walters
751830932d *** empty log message *** 2002-06-15 18:58:51 +00:00
Richard M. Stallman
93731c54dc *** empty log message *** 2002-06-15 14:27:00 +00:00
Richard M. Stallman
568bbe5ed1 (ielm-eval-input): Use error-message-string.
(ielm-format-error, ielm-format-errors): Functions deleted.
2002-06-15 14:19:02 +00:00
Kim F. Storm
dafe545282 (grep-tree): Doc fixes.
Added SUBDIRS arg for non-interactive use.
2002-06-14 14:00:07 +00:00
Juanma Barranquero
5dee02a3fb (comint-snapshot-last-prompt): Bind `inhibit-read-only' to t to support
read-only prompts.
(comint-output-filter): Likewise.
2002-06-14 09:41:35 +00:00
Miles Bader
54993fa4b2 (pop): Move the call to `car' outside the prog1, as the compiler
generate better code for it.
2002-06-14 06:15:32 +00:00
Miles Bader
68b0895090 (copy-tree): Use nconc' and nreverse' instead of `nreconc'. 2002-06-14 05:49:03 +00:00
Richard M. Stallman
216640c5de (zone-timer): New variable holds the idle timer.
(zone): Don't fiddle with the idle timer at all.
(zone-when-idle): Put the idle timer in zone-timer.
If one is already set up, cancel it and make a new one.
(zone-leave-me-alone): Likewise.
2002-06-13 22:27:37 +00:00
Jason Rumney
91224f9ebf *** empty log message *** 2002-06-13 20:42:37 +00:00
Andreas Schwab
dfd8bf47b3 (auto-mode-alist): Move entry for ".in" to the end. 2002-06-13 09:32:23 +00:00
Miles Bader
fcc6fa5153 (comint-mode): Don't set `font-lock-defaults'.
(comint-mode-hook): Turn on font-lock by default.
2002-06-13 09:28:48 +00:00
Karl Fogel
76bc6ee386 * bookmark.el (bookmark-file-or-variation-thereof): Restore vc-backend
check, thanks to Robert Thorpe <robert.thorpe@antenova.com> for
  noticing.  Redocument.
2002-06-12 21:44:33 +00:00
Eli Zaretskii
c2345c0d9d Change the maintainer to "none". 2002-06-12 17:24:30 +00:00
Juanma Barranquero
1823c9d2e1 (x-handle-switch): Fix handling of x-invocation-args for switches with
arguments.
2002-06-12 17:20:05 +00:00
Richard M. Stallman
efb21aabfa (Info-fontify-node): Compute header line specially
if node has no next, previous or up links.
Hide the part of the first line that is used in the header.
Use Info-next-link-keymap, etc.
(Info-next-link-keymap, Info-prev-link-keymap)
(Info-up-link-keymap): New variables.
2002-06-12 15:50:25 +00:00
Richard M. Stallman
0381e6ca54 (describe-char-after): Doc fix. 2002-06-12 12:22:21 +00:00
Miles Bader
1b55e3016d (comint-send-input): Properly handle empty and no-newline input regions. 2002-06-12 09:18:26 +00:00
Colin Walters
33e555921c *** empty log message *** 2002-06-12 05:10:38 +00:00
Colin Walters
61fd2c6832 font-core.el (font-lock-core-only): Variable deleted. All uses removed.
(font-lock-set-defaults): Variable alist settings moved back into
font-lock-set-defaults-1.
(turn-on-font-lock-if-enabled): Always turn on font-lock unless it
is specifically excluded by the user.
2002-06-12 04:54:30 +00:00
Colin Walters
333c5e0cba *** empty log message *** 2002-06-12 04:50:47 +00:00
Richard M. Stallman
0672b5a0b9 *** empty log message *** 2002-06-11 19:30:09 +00:00
Richard M. Stallman
658397fbde (ebrowse-draw-tree-fn): Use copy-sequence.
(ebrowse-copy-list): Function deleted.
2002-06-10 09:04:34 +00:00
Miles Bader
3238a55c37 Make comint use text properties for highlighting instead of overlays:
(comint-last-output-overlay): Variable removed.
(comint-send-input, comint-output-filter): Use text properties instead
of overlays.
(comint-insert-clicked-input): Rewrite to work with text properties as
well as overlays.
(comint-snapshot-last-prompt): Snapshot using text properties.
(comint-get-old-input-default, comint-extract-string): Don't copy text
properties.
2002-06-10 08:14:59 +00:00
Miles Bader
85fd1cfa83 (line-move-finish): Inhibit field motion when computing `line-end'. 2002-06-10 08:05:13 +00:00
Miles Bader
0415fedcd5 (revert-buffer): Correct typo: variable name is `buffer-file-format',
not `buffer-file-formats'.
2002-06-10 06:30:41 +00:00
Miles Bader
4abe16b531 (custom-display): Use correct syntax for `supports' attributes. 2002-06-10 02:51:39 +00:00
Miles Bader
16320ac7d4 (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.
(face-spec-set-match-display): Support `supports' predicate.
(italic): Try underlining for displays that don't support real italics.
2002-06-10 02:15:24 +00:00
Miles Bader
ab2e49a0b5 *** empty log message *** 2002-06-09 13:03:29 +00:00
Colin Walters
d62920ca8e (define-ibuffer-column): Don't create a third argument for the
generated function.
2002-06-09 00:21:46 +00:00
Martin Stjernholm
6635cf6e49 (c-set-style, c-set-style-1): Added another state for the
`dont-override' flag where it only keeps globally set variables.
2002-06-08 23:38:42 +00:00
Colin Walters
256ab4cf12 *** empty log message *** 2002-06-08 22:52:46 +00:00
Colin Walters
cc11e3eea9 *** empty log message *** 2002-06-08 22:11:57 +00:00
Colin Walters
a8f5766042 *** empty log message *** 2002-06-08 21:06:40 +00:00
Colin Walters
f17c0a1960 *** empty log message *** 2002-06-08 21:00:53 +00:00
Richard M. Stallman
f402ba38f5 (find-file-noselect-1): Undo previous change. 2002-06-08 18:28:06 +00:00
Richard M. Stallman
fe1d72d007 *** empty log message *** 2002-06-08 11:34:57 +00:00
Karl Fogel
dd33e6e94b * bookmark.el (bookmark-file-or-variation-thereof): Just use
Info-suffix-list, as suggested by Stefan Monnier.
2002-06-08 03:33:09 +00:00
Stefan Monnier
5ec3b9b837 *** empty log message *** 2002-06-06 14:56:45 +00:00
Eli Zaretskii
4ddc38a169 *** empty log message *** 2002-06-05 17:48:42 +00:00
Pavel Janík
1909941afc *** empty log message *** 2002-06-05 05:17:06 +00:00
Richard M. Stallman
cc76a58cf1 Don't require cl. 2002-06-04 23:31:58 +00:00
Richard M. Stallman
3a2ff803ab *** empty log message *** 2002-06-03 22:59:22 +00:00
Richard M. Stallman
12829a07d6 (choose-completion-string-functions): Doc fix.
(choose-completion-string): Add doc string.
2002-06-02 00:01:59 +00:00
Kim F. Storm
bbbbb15b5c Reworked 2001-06-01 change.
(choose-completion-string1): Merged back into choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
after checking for proper minibuffer window.  Added mini-p arg to
the hook functions.  Insert choice if all hook functions return nil.
(choose-completion-string-functions): Doc update.
2002-06-01 21:56:40 +00:00
Sam Steingold
36236b7232 (auto-mode-alist): Strip trailing ".in" from the file
name when deciding the mode (for config.h.in, Makefile.in etc).
2002-06-01 18:04:35 +00:00
Thien-Thi Nguyen
f614a1aec2 (prolog-mode-syntax-table): Add flags to ?/ and ?* entries
to support /* */ style comments.
(prolog-font-lock-keywords): New var.
(prolog-mode): Enable font-locking; set `font-lock-defaults'.
2002-06-01 00:55:41 +00:00
Kim F. Storm
89a2b3d123 *** empty log message *** 2002-05-31 23:59:50 +00:00
Kim F. Storm
6be1e45909 *** empty log message *** 2002-05-31 12:19:32 +00:00