Richard M. Stallman
5d5afbcdea
(compose-mail): Run switch-function after setting up the mail buffer.
...
(switch-to-completions): No error if search for \n\n fails.
2007-03-20 16:24:03 +00:00
Chong Yidong
39a8d88a7f
Revert 2006-02-04 change by Kevin Rodgers due to lack of legal papers.
2007-03-19 18:28:31 +00:00
Chong Yidong
0788987302
(line-move-1): Respect `inhibit-line-move-field-capture' property.
2007-03-17 19:44:21 +00:00
Chong Yidong
ad6aa5eded
(minibuffer-completing-symbol): New var.
...
(eval-expression): Use it.
(completion-setup-function): Don't bind completion-base-size when
completing a symbol in the minibuffer.
2007-03-08 14:43:08 +00:00
Stefan Monnier
bea1536579
(completion-setup-function): Improve last fix so it doesn't
...
set it to a relative directory name either.
2007-03-06 02:18:05 +00:00
Richard M. Stallman
d7e7ecd748
(beginning-of-buffer, end-of-buffer):
...
Avoid treating plain C-u like numeric arg.
(completion-setup-function): Don't set default-directory to nil.
2007-03-04 17:48:56 +00:00
Richard M. Stallman
602157ab37
(kill-line): Doc fix.
2007-02-17 23:06:12 +00:00
Karl Fogel
3a4b834777
Revert previous change, at request of RMS:
...
(fundamental-mode-hook): Remove.
(fundamental-mode): Run after-change-major-mode-hooks manually,
and don't run the now-nonexistent fundamental-mode-hook.
2007-02-08 20:52:39 +00:00
Karl Fogel
3faea23ac1
(fundamental-mode-hook): Declare new hook.
...
(fundamental-mode): Run the new dedicated hook, and don't run
after-change-major-mode-hooks manually anymore.
2007-02-08 06:31:28 +00:00
Juanma Barranquero
1c2ba4e7f3
(blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):
...
Doc fixes.
2007-02-06 09:35:04 +00:00
Richard M. Stallman
22e088c68f
(eval-expression): Don't use eval-last-sexp-print-value
...
when inserting in buffer.
2007-01-28 07:05:17 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Richard M. Stallman
654ec2691d
(backward-kill-word): Doc fix.
2007-01-05 20:24:50 +00:00
Richard M. Stallman
1cfcd2db9a
(delete-horizontal-space): Doc fix.
2006-12-23 18:08:24 +00:00
Richard M. Stallman
a168699d17
(delete-horizontal-space): Use prefix arg.
2006-12-17 22:14:48 +00:00
Nick Roberts
215f50ced9
(toggle-truncate-lines): Clarify doc string.
2006-12-04 05:51:48 +00:00
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