1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

836 Commits

Author SHA1 Message Date
Richard M. Stallman
ee4dc5d959 (next-error-find-buffer): Improve messages. 2006-11-28 02:21:03 +00:00
Juri Linkov
a9b9303c47 (yank): Doc fix. 2006-11-01 23:11:08 +00:00
Richard M. Stallman
71a05b36ba (read-expression-map): Just set it, no defvar. 2006-10-18 10:58:39 +00:00
Chong Yidong
ac6701ea5c * simple.el (line-move-1): During fields during motion to the
beginning of line to avoid getting point stuck.
2006-10-18 04:58:29 +00:00
Jan Djärv
a3545af4a8 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
* help-at-pt.el (scan-buf-move-to-region): Likewise.
* longlines.el (longlines-window-change-function): Likewise.
* simple.el (undo-ask-before-discard): Likewise.
* wid-edit.el (widget-field-prompt-internal)
(widget-documentation-link-p): Likewise
2006-10-11 06:27:08 +00:00
Richard M. Stallman
1f8a132d06 (undo-elt-crosses-region): Fix the inequalities. 2006-10-02 02:30:06 +00:00
Eli Zaretskii
00fa402402 (undo-more): When undo information for the region is exhausted, say
"No further undo information FOR REGION".
2006-09-30 09:50:07 +00:00
Chong Yidong
e94e78cc99 * simple.el (line-move-finish): Ignore field boundaries if the
initial and final points have the same `field' property.
2006-09-29 18:18:42 +00:00
Chong Yidong
963355a469 * simple.el (line-move-finish): Handle corner case for fields in
continued lines.
	(line-move-1): Remove flawed test for that case.
2006-09-24 21:58:12 +00:00
Richard M. Stallman
7408ee973a (next-error-highlight, next-error-highlight-no-select): Default to 0.5.
(yank-excluded-properties): Add `fontified'.
2006-09-24 20:38:47 +00:00
Kim F. Storm
0e7a5039b9 (line-move-partial): Call pos-visible-in-window-p with
position t instead of trying both window-end and window-end - 1.
2006-09-20 09:45:19 +00:00
Chong Yidong
fef11f1549 * simple.el (line-move-1): Escape field boundaries occurring
exactly at point.  Update goal column if constrained to a field.
	(line-move-finish): Escape field boundaries occurring exactly at
	point.
2006-09-19 21:34:01 +00:00
Kim F. Storm
95f5a37fb7 (line-move-partial): Optimize. Try window-line-height
before posn-at-point to get vpos of current line.
2006-09-19 13:13:49 +00:00
Kim F. Storm
e437f99a4c (line-move-partial): Rework 2006-09-15 change to use
new window-line-height function.  Further optimize by not calling
pos-visible-in-window-p for window-end when window-line-height
returns useful information.
2006-09-18 11:13:04 +00:00
Chong Yidong
77745e1892 Remove mistakenly-added debugging code. 2006-09-16 14:19:31 +00:00
Chong Yidong
095f9ae408 * simple.el (line-move-to-column): Revert 2006-08-03 change. 2006-09-16 14:14:53 +00:00
Kim F. Storm
ba646e8d2c (line-move-partial): Use window-line-visiblity to
quickly check whether last line is partially visible, and only do
the hard (and slow) part in that case.
2006-09-15 21:04:39 +00:00
Richard M. Stallman
efeb22bf0a (line-number-mode): Group mode-line instead of editing-basics.
(column-number-mode, size-indication-mode): Likewise.
2006-09-14 23:55:31 +00:00
Kim F. Storm
29e49c4ee2 (line-move-partial): Optimize. 2006-09-13 22:28:03 +00:00
Kim F. Storm
c81b29e624 (next-error-highlight, next-error-highlight-no-select):
Fix spelling error.
2006-09-11 22:33:46 +00:00
Richard M. Stallman
6d3c944b15 (next-error-highlight, next-error-highlight-no-select):
Fix custom type and doc strings.
2006-09-11 19:05:46 +00:00
Kim F. Storm
b704b1f019 (line-move-partial): New function to do vscrolling for
partially visible images / tall lines.  Rewrite based on code
previously in line-move.  Simplify backwards vscrolling.
(line-move): Use it.  Simplify.
2006-09-05 22:52:29 +00:00
John Paul Wallington
d0fd091694 (completion-show-help): New defcustom.
(completion-setup-function): Heed it.
2006-09-04 18:26:03 +00:00
Richard M. Stallman
f39d6be01d (kill-region): Explicitly test there is a region. 2006-09-04 15:03:26 +00:00
Richard M. Stallman
79ffb765f2 (line-number-at-pos): Doc fix. 2006-08-20 12:16:58 +00:00
Richard M. Stallman
ad47c4a0a5 (move-beginning-of-line): Test whether fields
would prevent motion back to line's first visible character.
If so, stop where the fields would stop the motion.
2006-08-16 05:07:22 +00:00
Chong Yidong
7abcd3e393 * simple.el (line-move-to-column): Constrain move-to-column to
current field.
2006-08-03 14:26:27 +00:00
Chong Yidong
1223933d59 * simple.el (undo-ask-before-discard): Set to nil. 2006-07-11 19:15:33 +00:00
Thien-Thi Nguyen
ac052b48cb Comment munging; nfc. 2006-07-05 07:44:35 +00:00
Kim F. Storm
ab9623c2f8 (line-move-1): Check for move-end-of-line instead of
end-of-line when setting temporary-goal-column.
2006-06-21 12:01:57 +00:00
Reiner Steib
b322858487 (toggle-truncate-lines): Make arg optional for
backward compatibility.
2006-05-26 12:40:59 +00:00
Chong Yidong
594a1605cd Update comments. 2006-05-23 00:49:55 +00:00
Richard M. Stallman
214a3db00c (kill-region): Interactively, pass point, then mark. 2006-05-21 22:56:44 +00:00
Chong Yidong
9036363b54 * simple.el (line-move-finish): Fix last fix. 2006-05-12 17:48:40 +00:00
Chong Yidong
d584e29dfa * simple.el (line-move-finish): Don't call point motion hooks
while processing intangibility.
2006-05-12 17:39:59 +00:00
Reiner Steib
631c8020a5 Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
Richard M. Stallman
535c8bdb2b Comment change. 2006-05-06 23:57:11 +00:00
Richard M. Stallman
1459a43bb1 (next-history-element, previous-history-element): Doc fix. 2006-05-04 01:00:24 +00:00
Richard M. Stallman
d5aa078b92 (undo-outer-limit-truncate): Put quotes around buffer name in messages. 2006-05-01 20:17:24 +00:00
Kim F. Storm
398c9ffba6 (filter-buffer-substring): Add NOPROPS arg, so
it can also replace buffer-substring-no-properties.
2006-04-09 23:03:48 +00:00
Richard M. Stallman
b4f7399477 (eval-expression): Doc fix. 2006-04-07 23:30:42 +00:00
Richard M. Stallman
7cb4236238 (set-mark-command): Doc fix. 2006-03-20 15:08:28 +00:00
Luc Teirlinck
f894e67124 (yank): Fix typo in docstring. 2006-03-11 17:01:47 +00:00
Jason Rumney
a2f959632a (yank): Escape double quote in doc string. 2006-03-11 15:44:19 +00:00
Richard M. Stallman
66e9b2b244 (kill-region, yank): Doc fix. 2006-03-11 15:09:48 +00:00
Richard M. Stallman
ab6b3b1655 (blink-matching-paren-dont-ignore-comments): Doc fix. 2006-02-12 20:31:12 +00:00
Eli Zaretskii
aca2d9bb92 (display-message-or-buffer): Compare the number of characters to the frame
width when determining whether a 1-line message string will fit in the echo
area.
2006-02-04 21:48:50 +00:00
Eli Zaretskii
62ffcd76a9 (display-message-or-buffer): Count screen lines instead of buffer lines when
determining whether the message will fit in the echo area/minibuffer window.
2006-02-04 12:19:27 +00:00
Richard M. Stallman
621a4cc83a (move-beginning-of-line): Scan properly for invis change. 2006-02-02 04:21:10 +00:00
Richard M. Stallman
1fffd65f50 (move-beginning-of-line): Take account of fields.
(clone-indirect-buffer-other-window): Take args like
clone-indirect-buffer, and work like it.
2006-01-26 17:56:54 +00:00