1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

42302 commits

Author SHA1 Message Date
Ken Raeburn
504322ad23 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change. 2002-06-03 18:03:26 +00:00
Thien-Thi Nguyen
4738677d0b Initial revision 2002-06-03 03:15:34 +00:00
Thien-Thi Nguyen
e2c0561ec5 (current_column): Now returns float.
(indented_beyond_p): 3rd arg now a float.
2002-06-03 01:58:20 +00:00
Thien-Thi Nguyen
097812fb66 (last_known_column): Now a float.
(current_column_1, position_indentation, current_column,
string_display_width): Return float.
(Fcurrent_column): Cast `current_column' return value to int.
(Fcurrent_indentation): Cast `position_indentation' retval to int.
(indented_beyond_p): Third arg now a float.
(compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
2002-06-03 01:52:02 +00:00
Thien-Thi Nguyen
2311178e46 (redisplay_internal, redisplay_window, decode_mode_spec): Cast
`current_column' return value to int.
(back_to_previous_visible_line_start, reseat_at_next_visible_line_start,
next_element_from_buffer): Cast `indented_beyond_p' 3rd arg to float.
2002-06-03 01:50:02 +00:00
Thien-Thi Nguyen
9ab4a725bb (read_minibuf): Cast `current_column' return value to int. 2002-06-03 01:42:52 +00:00
Thien-Thi Nguyen
744cd66b79 (describe_command): Cast `current_column' return value to int. 2002-06-03 01:39:27 +00:00
Thien-Thi Nguyen
a731cae28e (Fdelete_backward_char, internal_self_insert): Cast
`current_column' return value to int.
2002-06-03 01:37:29 +00:00
Thien-Thi Nguyen
8e11578b9a (Fbyte_code): Cast `current_column' return value to int. 2002-06-03 01:34:11 +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
Colin Walters
cb8d4d0707 *** empty log message *** 2002-06-01 21:57:54 +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
2629d7432a Mention prolog-mode new var `prolog-font-lock-keywords'. 2002-06-01 17:49:22 +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
ba36181bdf (choose-completion-string-functions): New special hook.
(choose-completion-string1): Renamed from choose-completion-string.
(choose-completion-string): Run choose-completion-string-functions
until success, and only call choose-completion-string1 if it fails.
2002-06-01 00:00:29 +00:00
Kim F. Storm
89a2b3d123 *** empty log message *** 2002-05-31 23:59:50 +00:00
Stefan Monnier
262d2cab9e (autoloaded toplevel): Don't use ispell-library-directory without
checking that it's bound.
2002-05-31 18:43:28 +00:00
Eli Zaretskii
43dc73f18f (x_encode_text): Return stringp non-NULL if coding_system
is Qcompound_text_with_extensions.
2002-05-31 17:43:45 +00:00
Eli Zaretskii
f326600bb8 (lisp_data_to_selection_data): Always set selection
type as string if x_encode_text returns streingp non-NULL.
2002-05-31 17:42:32 +00:00
Eli Zaretskii
420a345c0f Include /usr/pkg in the run time shared library path. 2002-05-31 16:31:51 +00:00
Eli Zaretskii
86bbfe7774 Handle the case when lispintro is truncated to lispintr. 2002-05-31 15:13:32 +00:00
Kim F. Storm
5834ac9207 (cua--last-deleted-region-pos)
(cua--last-deleted-region-text): New aux variables.
(cua-delete-region): Set them.
(cua-repeat-replace-region): Use them to find the replacement text.
2002-05-31 12:19:57 +00:00
Kim F. Storm
6be1e45909 *** empty log message *** 2002-05-31 12:19:32 +00:00
Juanma Barranquero
d82fb2adeb (viper-smart-suffix-list, viper-ask-level): Fix typos. 2002-05-31 09:26:18 +00:00
Kim F. Storm
9ebd759d59 (grep-tree-command, grep-tree-files-aliases)
(grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
New custom variables.
(grep-compute-defaults): Compute grep-tree-command's default value.
(grep-expand-command-macros): New aux function.
(grep-tree-last-regexp, grep-tree-last-files): New aux variables.
(grep-tree): New command like grep-find but extended prompting.
2002-05-30 22:11:29 +00:00
Kim F. Storm
b186095c50 *** empty log message *** 2002-05-30 22:10:51 +00:00
Richard M. Stallman
a71867c57a *** empty log message *** 2002-05-30 17:16:05 +00:00
Richard M. Stallman
c0e38e32b9 (LIBS_MAIL): Renamed from LIB_MAIL.
(LIBS_MOVE): Renamed from MOVE_LIBS.
2002-05-30 17:15:45 +00:00
Richard M. Stallman
a49a58f999 (find-file-default): Add defvar for var already used. 2002-05-30 17:13:54 +00:00
Richard M. Stallman
af5090c285 (menu-bar-showhide-fringe-menu): Use defvar. 2002-05-30 17:13:22 +00:00
Richard M. Stallman
7aaacaff5b (open-network-stream, open-network-stream-nowait)
(open-network-stream-server, process-kill-without-query): Moved from simple.el.
2002-05-30 17:12:53 +00:00
Richard M. Stallman
9cd450a4f0 (open-network-stream, open-network-stream-nowait)
(open-network-stream-server, process-kill-without-query):
Moved to subr.el.

(byte-compiling-files-p): Function deleted.
2002-05-30 17:12:15 +00:00
Richard M. Stallman
a60f1fcdb5 (ispell-library-directory): Renamed from ispell-library-path.
If Ispell is not installed, init to nil.
(ispell-menu-map): Get rid of byte-compiling-files-p hackery;
initialize this unconditionally when ispell-menu-map-needed is t.
Local `path' renamed to `dir'.

(check-ispell-version): Doc fix.
2002-05-30 17:09:58 +00:00
Richard M. Stallman
243a5ce664 (Fset_window_configuration): Correct the handling
of point in current buffer, to work with multiple windows.
2002-05-30 17:04:59 +00:00
Richard M. Stallman
c02dd51a98 Improve explanation of special handling of point in current buffer. 2002-05-30 17:03:50 +00:00
Robert J. Chassell
b765ba644c Modified doc string to say that the kill-compilation function also
kills processes made by a grep command; created a defalias, kill-grep.
2002-05-30 13:47:32 +00:00
Miles Bader
a579b36f34 (calc-d-prefix-help): Add `@'. 2002-05-30 01:07:52 +00:00
Miles Bader
4813c36271 (calc-init-extensions): Add binding for `d@'.
(calc-toggle-banner): New function.
2002-05-30 01:05:21 +00:00
Miles Bader
1501f4f67e (calc-show-banner): New variable.
(calc-refresh): Only show banner if `calc-show-banner' is non-nil.
(calc-mode-var-list): Add `calc-show-banner'.
2002-05-30 01:04:15 +00:00
Colin Walters
2530ceaf86 Fix previous change (oops). 2002-05-29 18:58:38 +00:00
Colin Walters
5135ab39fb (Fread_from_string): Don't depend on order of evaluation for C
function parameters.
2002-05-29 18:57:57 +00:00
Colin Walters
96801005d0 *** empty log message *** 2002-05-29 18:57:33 +00:00
Richard M. Stallman
7ea427093b *** empty log message *** 2002-05-29 16:40:46 +00:00
Richard M. Stallman
f620e5e2ed (common-lisp-indent-function-1):
When recognizing a def... construct, make that indentation
tentative, so that it can be overridden if the list in question
is not actually an expression.
(common-lisp-indent-call-method): New subroutine.
2002-05-29 16:40:34 +00:00
Richard M. Stallman
d09b1c02f5 (batch-byte-compile-file): Delete the output file if we get a file-error. 2002-05-29 16:38:46 +00:00
Richard M. Stallman
ba81b532e5 (tooltip-mouse-motions-active): New variable.
(tooltip-activate-mouse-motions): Don't kill track-mouse local
if it was not made by us.
2002-05-29 16:38:06 +00:00
Richard M. Stallman
8eb1dc02a1 (mouse-set-font): Avoid misleading error message if user makes no selection. 2002-05-29 16:36:55 +00:00
Richard M. Stallman
74dde8ad92 (Info-setup-header-line): Don't hide the links line. 2002-05-29 16:35:56 +00:00
Richard M. Stallman
7defe888a5 (find-file-noselect-1): Return the buffer we created
even if it has been killed within `after-find-file'.

(auto-mode-alist): Use ada-mode for .ad[bs].dg files.
2002-05-29 16:34:41 +00:00