Richard M. Stallman
cb3b2ec005
(undo): Display message at end, not at start.
2005-10-29 19:48:22 +00:00
Masatake YAMATO
dc447cc519
(completion-common-substring): Use completion-common-substring' prior to
completion-base-size'.
2005-10-24 16:56:53 +00:00
Richard M. Stallman
a5b4a6a043
(line-move-finish): Ignore fields computing LINE-END.
2005-10-23 18:26:38 +00:00
Juri Linkov
7fd0ef0d7e
(set-variable): Use user-variable-p instead of symbolp.
...
Add the old variable value as 4th default-value arg of read-string.
2005-10-21 08:55:12 +00:00
Masatake YAMATO
f5fab556d4
* message.el (message-expand-group): Pass the common
...
prefix substring of completion to `display-completion-list'.
* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.
* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.
* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.
* tempo.el (tempo-display-completions): Ditto.
* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
* eshell/em-hist.el (eshell-list-history): Ditto.
* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
* progmodes/etags.el (complete-tag): Ditto.
* progmodes/make-mode.el (makefile-complete): Ditto.
* progmodes/meta-mode.el (meta-complete-symbol): Ditto.
* progmodes/octave-mod.el (octave-complete-symbol): Ditto.
* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.
* textmodes/bibtex.el (bibtex-complete-internal): Ditto.
* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.
* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.
2005-10-16 09:31:48 +00:00
Kenichi Handa
a41b50cadd
(what-cursor-position): If the character is displayed
...
by some `display' text property, show that. Don't use
single-key-description for eight-bit characters in multibyte mode.
2005-10-06 06:57:41 +00:00
Richard M. Stallman
56ab610b00
(next-error-internal): New function.
2005-10-02 03:33:02 +00:00
Richard M. Stallman
c448d31689
(blink-matching-open): Don't no-op when point is BEGV+1.
2005-09-26 00:03:43 +00:00
Deepak Goel
8a26c16552
Message format spec fixes (1)
2005-09-18 12:25:02 +00:00
Chong Yidong
a9267c2cce
2005-09-15 Chong Yidong <cyd@stupidchicken.com>
...
* simple.el (sendmail-user-agent-compose): Revert last change.
2005-09-15 03:47:22 +00:00
Chong Yidong
09c9e6bbb9
2005-09-13 Chong Yidong <cyd@stupidchicken.com>
...
* mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
Fix behavior if noerase is `t' and there is no mail buffer.
* simple.el (sendmail-user-agent-compose): Use a new mail buffer
if `continue' is nil, rather than signal an error.
2005-09-12 22:58:55 +00:00
Richard M. Stallman
1d0e3fc84f
(blink-matching-open): Get rid of text props from
...
the string shown in echo area. Don't permanently set point.
Some rearrangements.
2005-09-09 01:11:34 +00:00
Juanma Barranquero
ca60ee11ec
(compilation-current-error): Add defvar.
2005-08-31 13:51:34 +00:00
Eli Zaretskii
66d44a3633
(blink-matching-paren-distance): Document the meaning of nil value,
...
and allow to customize to nil.
2005-08-27 12:30:36 +00:00
Dan Nicolaescu
ed8e0f0aab
(next-error-follow-minor-mode): Fix init value and
...
ligher.
2005-08-15 17:23:50 +00:00
Richard M. Stallman
60aee8b29f
(pop-global-mark): Reverse test of widen-automatically.
2005-08-11 13:58:59 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Stefan Monnier
e56dd5c616
(next-error-follow-minor-mode):
...
make-variable-buffer-local -> make-local-variable.
2005-07-29 20:55:36 +00:00
Juri Linkov
f9872a6bb3
(line-move-1): Fix comments.
2005-07-22 18:43:24 +00:00
Juanma Barranquero
f33321adea
(clone-indirect-buffer): Doc fix.
...
(fixup-whitespace, just-one-space, backward-delete-char-untabify, lambda):
"?\ " -> "?\s".
(next-error, next-error-highlight, next-error-highlight-no-select,
next-error-last-buffer, next-error-buffer-p, next-error-find-buffer, next-error,
previous-error, next-error-no-select, previous-error-no-select, open-line,
split-line, minibuffer-prompt-width, kill-new, binary-overwrite-mode):
Fix typos in docstrings.
(set-fill-column): Fix typo in message.
2005-07-20 22:29:53 +00:00
Kim F. Storm
3e43ae87c4
(line-move-1): Undo rest of 2005-06-23 change.
2005-07-13 13:45:30 +00:00
Kim F. Storm
6a8b26dcd5
(line-move-1): Always use vertical-motion to
...
do the last (or only) line move to ensure some movement.
Undo 2005-06-23 change--don't check for overlays.
2005-07-13 10:29:38 +00:00
Juri Linkov
d634a3a2de
(next-error-hook): New variable.
...
(next-error): Use it. Doc fix.
2005-07-09 20:46:26 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
Juanma Barranquero
0684376b79
(set-variable): Warn about obsolete user variables.
2005-06-29 23:50:29 +00:00
Richard M. Stallman
19cfc561f4
(line-move-1): Fix previous change.
2005-06-24 21:12:07 +00:00
Richard M. Stallman
d6281b4ece
(set-variable): Args renamed; doc fix.
...
(line-move-1): When there are overlays around, use vertical-motion.
2005-06-23 21:26:31 +00:00
Juanma Barranquero
cc4cb0f5cb
(comment-line-break-function): Doc fix: don't say variable is automatically
...
buffer-local (it isn't).
2005-06-20 13:53:49 +00:00
Juanma Barranquero
01ba96624b
(next-error-buffer-p, next-error-find-buffer): Fix typos in docstrings.
...
(kill-whole-line): Doc fix.
(clone-indirect-buffer): Improve argument/docstring consistency.
2005-06-20 10:29:02 +00:00
Juanma Barranquero
8ac28be569
(undo-more): Don't use format' on
error' arguments. Improve
...
argument/docstring consistency.
(pending-undo-list): Doc fix.
2005-06-16 14:31:44 +00:00
Lute Kamstra
521677279b
(fundamental-mode): Run after-change-major-mode-hook conditionally.
2005-06-16 12:40:54 +00:00
Richard M. Stallman
03ceda9edd
Comment changes.
2005-06-08 15:35:05 +00:00
Richard M. Stallman
77da210789
(completion-setup-function): Look for completion-base-size-function
...
property of minibuffer-completion-table.
2005-06-06 12:40:36 +00:00
Kim F. Storm
98f4a29ed6
Add comment to line-move re. sit-for.
2005-06-05 17:19:55 +00:00
Luc Teirlinck
2f7e1f5aa9
(eval-expression-print-level)
...
(eval-expression-print-length, eval-expression-debug-on-error): Doc fixes.
2005-06-04 22:04:29 +00:00
Kim F. Storm
0fc367df13
(line-move): Only call sit-for when moving backwards.
2005-06-03 23:48:21 +00:00
Juanma Barranquero
2cd16d7438
(filter-buffer-substring): Fix typo in docstring.
2005-05-31 09:32:35 +00:00
Lute Kamstra
b277791306
(completion-list-mode): Use run-mode-hooks.
2005-05-26 13:12:00 +00:00
Eli Zaretskii
a0e8eaa345
(yank, yank-pop): Mention `yank-excluded-properties'
...
and `yank-handler' in the doc strings.
2005-05-22 20:58:52 +00:00
Eli Zaretskii
c29d24ea5e
(next-error-overlay-arrow-position): Revert the change made on 2005-04-30.
2005-05-08 19:34:28 +00:00
Kim F. Storm
22c8bff16a
(line-move-1): Fix 2005-04-26 change. Must still use
...
vertical-motion when selective-display is active.
2005-05-05 22:43:06 +00:00
Richard M. Stallman
f33ae5d01a
(line-move-1): Fix previous change to signal errors appropriately.
2005-05-04 14:22:48 +00:00
Richard M. Stallman
d0c4882d9e
(widen-automatically): New variable.
...
(pop-global-mark): Obey widen-automatically.
2005-05-01 18:54:00 +00:00
Richard M. Stallman
75545c843d
(next-error-overlay-arrow-position): Turn off, for ttys.
2005-04-30 20:30:53 +00:00
Richard M. Stallman
e9ab825f6e
(line-move-1): Avoid using vertical-motion in easy cases.
2005-04-26 18:31:19 +00:00
Stefan Monnier
ac43807d0b
(blink-matching-open): Fix botched commit.
2005-04-19 18:13:25 +00:00
Stefan Monnier
98580e20de
(blink-matching-open): Use it.
2005-04-19 18:12:23 +00:00
Kim F. Storm
bfa82930a8
(next-buffer, prev-buffer, next-error)
...
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings to bindings.el.
2005-04-19 09:25:52 +00:00
Richard M. Stallman
9e60c72407
(yank-excluded-properties): Add follow-link to value.
2005-04-17 17:52:30 +00:00
Richard M. Stallman
0047373b7d
(undo): Fix previous change.
2005-04-13 17:40:53 +00:00