Juri Linkov
c945a962d9
(async-shell-command): New command.
2009-07-02 22:47:52 +00:00
Chong Yidong
ad4c1f6264
* simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to
...
handle kill-whole-line, as it doesn't make sense in this context.
2009-06-13 18:56:07 +00:00
Stefan Monnier
a9e3ff690b
(completion-setup-function):
...
Only modify the default-directory in *Completions* (bug#3250).
Take partial-completion into account when setting default-directory.
2009-05-11 15:35:44 +00:00
Chong Yidong
624a662f9a
* simple.el (line-move-visual): If point is stuck moving backwards
...
against a display string, temporarily ignore the goal
column (Bug#3020).
2009-04-25 15:27:45 +00:00
Sam Steingold
45f8cb0c08
(completion-list-mode-map): Bind "q" to quit-window,
...
just like in all other read-only buffers.
2009-04-06 15:45:00 +00:00
Chong Yidong
337c561c77
* simple.el (handle-shift-selection): Clarify docstring.
2009-04-06 01:21:48 +00:00
Stefan Monnier
74ab01ffd8
(auto-fill-function): Mark it as safe for nil.
...
Suggested by Leo Liu <sdl.web@gmail.com>.
2009-04-02 01:56:43 +00:00
Juri Linkov
7f3130fc99
(minibuffer-default-add-completions):
...
Remove `(interactive)'. (Bug#2805)
2009-03-28 21:18:02 +00:00
Andreas Schwab
11ff3b6711
* simple.el (shift-select-mode): Make it a defcustom.
...
* cus-start.el: Remove shift-select-mode.
2009-03-27 16:50:14 +00:00
Stefan Monnier
84db11d602
* callint.c (Fcall_interactively): For '^' just delegate the work to
...
handle-shift-selection.
(syms_of_callint): Move declaration of shift-select-mode to simple.el.
* simple.el (shift-select-mode): Move declaration from callint.c.
(handle-shift-selection): Remove `deactivate' arg and check
shift-select-mode instead.
2009-03-26 17:07:54 +00:00
Eli Zaretskii
520558d258
(handle-shift-selection): Fix last change.
2009-03-21 18:38:40 +00:00
Eli Zaretskii
acc060e4e4
(handle-shift-selection): Doc fix. (Bug#2738)
2009-03-21 18:30:38 +00:00
Juanma Barranquero
673e51692e
* subr.el (forward-point): Add obsolescence declaration.
...
* paren.el (show-paren-function):
* simple.el (kill-forward-chars, kill-backward-chars):
Use (+/- (point) N), instead of `forward-point'.
2009-03-19 14:45:02 +00:00
Chong Yidong
14f01bef2c
(undo-outer-limit-truncate): Mention that warning-suppress-types is
...
defined in the warnings library (Bug#2668).
2009-03-14 17:43:16 +00:00
Stefan Monnier
86f0d932e5
(undo): Don't loop when encountering empty undo records.
2009-03-14 01:51:34 +00:00
Glenn Morris
9dda5b0e58
(compose-mail): Doc fix.
2009-03-10 05:01:43 +00:00
Glenn Morris
9af66738a6
(eval-expression): Mention truncation in doc.
2009-02-25 08:18:30 +00:00
Eli Zaretskii
a6c39c14a2
(quoted-insert, zap-to-char): Use `with-no-warnings' around forms that refer
...
to translation-table-for-input.
2009-02-14 09:06:30 +00:00
Juri Linkov
c899b3db0c
(toggle-word-wrap): New command.
2009-02-08 00:47:15 +00:00
Chong Yidong
b6d79b2f06
(line-move-visual): Handle overflow-newline-into-fringe.
2009-02-07 05:51:27 +00:00
Glenn Morris
186133b411
(kill-whole-line): Provide a default argument of 1.
2009-02-06 03:59:15 +00:00
Chong Yidong
411c010477
the latter is not available on ttys anyway.
2009-01-27 20:09:38 +00:00
Juri Linkov
28e271f036
(blink-matching-open): Use `minibuffer-message' to
...
display messages in the minibuffer.
2009-01-14 23:10:10 +00:00
Glenn Morris
8989a9203f
Replace last-command-char with last-command-event.
2009-01-09 04:44:15 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Chong Yidong
b316b2b864
(visual-line-mode-map): Remove M-[ and M-] bindings.
2009-01-04 08:30:58 +00:00
Chong Yidong
fdb77e6ff4
Minor doc fix.
2009-01-04 08:03:23 +00:00
Martin Rudalics
263bc3fa94
(minibuffer-default-add-shell-commands): Fix doc-string typo.
2009-01-01 09:14:42 +00:00
Chong Yidong
d658acb641
(minibuffer-default): Add defvar.
2009-01-01 03:36:43 +00:00
Martin Rudalics
4dc1abebf9
(last-buffer): Don't set major mode of *scratch* if
...
that buffer exists already. Rewrite doc-string.
2008-12-31 15:44:25 +00:00
Stefan Monnier
125f795168
(completion-all-completions-with-base-size): Remove.
...
(completion-all-completions): Don't set it.
(completion-table-with-context, completion--file-name-table):
Don't add base-size in last cdr.
(completion-hilit-commonality): Add argument `base-size'.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions, completion-basic-all-completions):
Provide it.
(completion-pcm--all-completions): Don't need to remove the base-size
in last-cdr any more.
2008-12-21 05:20:06 +00:00
Juanma Barranquero
9bc505aba8
* simple.el (bad-package-check): Fix arguments of `display-warning',
...
using the package name as TYPE. Use `string-match-p'.
2008-12-15 12:52:16 +00:00
Chong Yidong
58b356e9b5
Tweak the previous doc fixes.
2008-11-27 17:07:25 +00:00
Chong Yidong
6a9127b65f
(use-empty-active-region, use-region-p, region-active-p): Doc fix.
2008-11-27 17:01:50 +00:00
Lute Kamstra
9af967bd65
(goto-line): Rename argument.
2008-11-22 17:33:06 +00:00
Juanma Barranquero
5626c14e8d
* simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
...
(undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
(exchange-point-and-mark, set-goal-column, kill-line, backward-word)
(kill-word, backward-kill-word): Doc fixes.
(shell-command, repeat-complex-command): Reflow docstrings.
(zap-to-char, pop-to-mark-command): Fix typos in docstrings.
2008-11-17 01:54:02 +00:00
Juri Linkov
0eb5f40f85
(minibuffer-default-add-function): Fix docstring to
...
use clear text "default values" instead of obscure references to
the dynamic variable `minibuffer-default'.
2008-11-17 00:45:25 +00:00
Juanma Barranquero
1d2b0303d9
* simple.el (idle-update-delay, next-error-highlight)
...
(next-error-highlight-no-select, next-error-recenter, next-error-hook)
(minibuffer-history-case-insensitive-variables, kill-ring-max)
(kill-read-only-ok, backward-delete-char-untabify-method)
(kill-whole-line, mark-ring-max, global-mark-ring-max)
(set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
(goal-column, line-move-ignore-invisible, fill-prefix)
(auto-fill-inhibit-regexp, blink-matching-paren)
(blink-matching-paren-on-screen, blink-matching-paren-distance)
(blink-matching-delay, blink-matching-paren-dont-ignore-comments)
(read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
(minibuffer-history-isearch-wrap, transient-mark-mode)
(next-logical-line, auto-fill-mode, line-number-mode)
(column-number-mode, size-indication-mode, clone-indirect-buffer)
(normal-erase-is-backspace-mode): Doc fixes.
(current-kill, transient-mark-mode, toggle-truncate-lines)
(visible-mode): Reflow docstrings.
(minibuffer-local-shell-command-map, interprogram-paste-function):
Fix typos in docstrings.
2008-10-30 17:03:30 +00:00
Alan Mackenzie
b553f6858c
(undo-more): Add comment explaining the operations on pending-undo-list
...
and buffer-undo-list.
2008-10-21 21:14:04 +00:00
Chong Yidong
c6f3e20705
(region-active-p): Doc fix.
2008-10-21 17:01:53 +00:00
Eli Zaretskii
30ee26a959
(apply-partially): Move from subr.el to simple.el.
2008-10-20 23:14:36 +00:00
Eli Zaretskii
086a7dd476
(minibuffer-default-add-shell-commands): Doc fix.
2008-10-19 15:01:46 +00:00
Glenn Morris
2e7bd464d8
(shell-delimiter-argument-list, shell-file-name-chars)
...
(shell-file-name-quote-list): Declare.
2008-10-12 22:45:27 +00:00
Andreas Schwab
79ccd1b816
(minibuffer-complete-shell-command): Bind
...
comint-delimiter-argument-list, comint-file-name-chars and
comint-file-name-quote-list like shell-mode.
2008-10-10 17:30:58 +00:00
Chong Yidong
8a7daef5b9
(choose-completion): Try reselecting completion-reference-buffer.
2008-08-15 00:30:44 +00:00
Chong Yidong
3c59150df6
(completion-base-size): Doc fix.
2008-08-14 23:44:29 +00:00
Chong Yidong
37820ea92e
Delete trailing whitespace.
2008-08-12 19:41:18 +00:00
Chong Yidong
748e001a26
(visual-line--saved-state): New var.
...
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.
2008-08-12 19:39:50 +00:00
Juri Linkov
d6601455c1
(read-shell-command, shell-command):
...
Move code that uses minibuffer-with-setup-hook to set
minibuffer-default-add-function to minibuffer-default-add-shell-commands
from the interactive spec of `shell-command' to `read-shell-command'.
2008-07-31 16:51:21 +00:00
Juri Linkov
0e3269e58a
(quoted-insert): Comment out code that treats 0240-0377 specially.
2008-07-30 16:38:29 +00:00