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
Chong Yidong
bcd8c291c1
* simple.el (sendmail-user-agent-compose): Use hard-newline.
2005-11-17 18:18:33 +00:00
Chong Yidong
4ea0018b7f
* simple.el (hard-newline): New variable.
...
* mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
(sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
(mail-mail-reply-to, mail-mail-followup-to)
(mail-position-on-field, mail-signature, mail-yank-original)
(mail-attach-file): Use it.
* mail/mailheader.el (mail-header-format)
(mail-header-format-function): Likewise.
* add-log.el (add-change-log-entry, change-log-merge): Likewise.
2005-11-17 16:30:52 +00:00
Stefan Monnier
b83867531a
(blink-matching-open): Simplify a bit.
...
(completion-setup-function): Fix the case of partial-completion-mode
when the minibuffer's contents start with "-".
Obey completion-base-size-function even when
minibuffer-completing-file-name is non-nil.
2005-11-16 22:43:16 +00:00
Kim F. Storm
63219d53c2
(what-cursor-position): Print (EOB) instead of (100%)
...
when point is at end-of-buffer.
2005-11-12 00:10:56 +00:00
Richard M. Stallman
6a936796a6
(set-mark-command-repeat-pop): New variable.
...
(set-mark-command): Only interpret plan C-@ after a pop as a pop
if set-mark-command-repeat-pop is true.
2005-11-03 21:41:20 +00:00
Stefan Monnier
1b5fd09e69
(eval-expression-print-format): Use lisp-readable syntax
...
for octal and hexa output, and merge the char into the paren.
(kill-new): Use push.
(copy-to-buffer): Use with-current-buffer.
(completion-setup-function): Move code in loop to remove redundancy.
(minibuffer-local-must-match-map): Don't add bindings that duplicate
those inherited from minibuffer-local-completion-map.
2005-11-01 07:18:10 +00:00
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