diff options
| author | Phil Sainty | 2019-07-11 17:33:12 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-11 18:27:12 +0200 |
| commit | 2daeea78335f4dbfd4d61fd3e179b41b48922104 (patch) | |
| tree | 6f2a66118b41828f3214651ae9c357f0a3b530ac /etc | |
| parent | aecc82d7eb776985927bee3f62c5811cc4fc7b52 (diff) | |
| download | emacs-2daeea78335f4dbfd4d61fd3e179b41b48922104.tar.gz emacs-2daeea78335f4dbfd4d61fd3e179b41b48922104.zip | |
Support program switches in 'comint-run' command
* etc/NEWS:
* doc/emacs/misc.texi: Describe new behaviour (bug#33037).
* lisp/comint.el (comint-run): Add optional SWITCHES argument.
With prefix argument C-u, prompt for SWITCHES.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -754,6 +754,10 @@ better emulate 'M-.' in both Bash and zsh, since the former counts | |||
| 754 | from the beginning of the arguments, while the latter counts from the | 754 | from the beginning of the arguments, while the latter counts from the |
| 755 | end. | 755 | end. |
| 756 | 756 | ||
| 757 | +++ | ||
| 758 | *** 'comint-run' can now accept a list of switches to pass to the program. | ||
| 759 | 'C-u M-x comint-run' will prompt for the switches interactively. | ||
| 760 | |||
| 757 | ** SQL | 761 | ** SQL |
| 758 | 762 | ||
| 759 | *** SQL Indent Minor Mode | 763 | *** SQL Indent Minor Mode |