1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
Commit Graph

798 Commits

Author SHA1 Message Date
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
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