1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

815 Commits

Author SHA1 Message Date
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
Stefan Monnier
0a4871997c (clone-buffer): Don't show the new buffer in the same window. 2006-01-23 04:05:59 +00:00
Juri Linkov
f6039de63e (clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):
Use `read-buffer' instead of `read-string'.  Fix prompts.
2006-01-23 01:24:26 +00:00
Richard M. Stallman
2ef0a47ed4 (set-mark-command): Doc fix.
(clone-indirect-buffer-other-window):
Read arg like clone-indirect-buffer.
(move-beginning-of-line): Skip invisible newlines.
2006-01-20 01:22:07 +00:00
Richard M. Stallman
f00239cf26 (mark): Doc fix. 2006-01-05 15:59:50 +00:00
Bill Wohler
0d887b77b1 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload. 2005-12-28 21:54:07 +00:00
Juri Linkov
7979163c33 (get-next-valid-buffer, last-buffer)
(next-error-buffer-p, next-error-find-buffer)
(minibuffer-history-sexp-flag): Doc fix.
2005-12-23 21:50:38 +00:00
Juri Linkov
6cdd02110f (choose-completion): Use `buffer-substring-no-properties'
instead of `buffer-substring'.
(completion-common-substring): Doc fix.
(completion-setup-function): Use minibuffer-completion-contents
instead of minibuffer-contents.  Don't set common-string-length
initially.  Remove special handling of partial-completion-mode.
Move computation of completion-base-size into one cond.  Call
completion-base-size-function in mainbuf.  In computation of
completion-base-size for file name completion don't move point to
the end of the minibuffer.  Move computation of common-string-length
into one cond.  Start putting faces only when common-string-length>=0.
Add condition to put completions-common-part when common-string-length>0.
2005-12-16 19:08:21 +00:00
Károly Lőrentey
a74f9094c4 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
* bindings.el (last-buffer): Move to simple.el.
	* simple.el (last-buffer): Move here.
	(get-next-valid-buffer): New function.
	(next-buffer): Use frame-local buffer list, maintain buried buffer list.
	(prev-buffer): Ditto. Rename to `previous-buffer'.

	* menu-bar.el (menu-bar-update-buffers): Update references to `prev-buffer'.
	* bindings.el (global-map): Ditto.
2005-12-16 11:35:25 +00:00
Kenichi Handa
ea9fc1bdb2 (zap-to-char): Translate CHAR by
translation-table-for-input.
2005-12-10 01:12:25 +00:00
Juri Linkov
a0bd072bed (completion-setup-function): Put completions-common-part
face on full completion string too (i.e. completion string without
completions-first-difference face).
2005-12-04 02:42:29 +00:00
Luc Teirlinck
dfd8ca695d (transient-mark-mode, line-number-mode)
(column-number-mode, size-indication-mode): Remove `:require nil'.
2005-12-02 03:31:21 +00:00
Chong Yidong
15575807da * longlines.el (longlines-mode): Add mail-setup-hook.
* mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.

	* simple.el (sendmail-user-agent-compose, next-line):
	Conditionally use hard-newline.
2005-11-29 23:54:47 +00:00
Juri Linkov
1f57934ca5 (quoted-insert): Let-bind input-method-function to nil. 2005-11-28 19:59:59 +00:00
Luc Teirlinck
a9f72e5fea (blink-matching-paren-on-screen): Doc fix. 2005-11-27 17:02:13 +00:00
Luc Teirlinck
9cb370a94b (blink-matching-paren-on-screen): Further doc fix. 2005-11-27 16:59:57 +00:00
Luc Teirlinck
92aa8a331e (blink-matching-open): Ignore `blink-matching-paren-on-screen' if
`show-paren-mode' is enabled.
(blink-matching-paren-on-screen): Update docstring.
2005-11-27 15:53:16 +00:00
Stefan Monnier
9c03d47858 (blink-matching-open): Fix off-by-one in last change. 2005-11-23 15:05:27 +00:00
Stefan Monnier
1c4b7278d6 (blink-matching-open): Allow new paren-class info. 2005-11-20 18:08:55 +00:00
Juri Linkov
a17a79c039 (what-cursor-position): Use Lisp-readable syntax for octal and hex.
Reorder decimal, octal and hex values.
Remove excess whitespace in the output.
Use `=' in `column=' like in `point=' and `Hscroll='.
2005-11-20 07:43:01 +00:00
Stefan Monnier
39c7cde2a4 (completion-setup-function): Fix last change. 2005-11-18 00:17:46 +00:00
Chong Yidong
2fbbeaf12f * simple.el (next-line): Use hard-newline. 2005-11-17 18:21:37 +00:00