[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 6ac99eb 7/7: * lisp/rect.el (string-rectangle): Inh
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] master 6ac99eb 7/7: * lisp/rect.el (string-rectangle): Inherit input method in minibuffer |
Date: |
Tue, 15 Oct 2019 11:08:25 -0400 (EDT) |
branch: master
commit 6ac99ebb3f623c64379f5c6811f1cdeb6ecac7da
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>
* lisp/rect.el (string-rectangle): Inherit input method in minibuffer
---
lisp/rect.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lisp/rect.el b/lisp/rect.el
index 34f79e3e..4d4d614 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -520,7 +520,8 @@ Called from a program, takes three args; START, END and
STRING."
(read-string (format "String rectangle (default %s): "
(or (car string-rectangle-history) ""))
nil 'string-rectangle-history
- (car string-rectangle-history)))))))
+ (car string-rectangle-history)
+ 'inherit-input-method))))))
;; If we undo this change, we want to have the point back where we
;; are now, and not after the first line in the rectangle (which is
;; the first line to be changed by the following command).
@@ -613,7 +614,7 @@ with a prefix argument, prompt for START-AT and FORMAT."
(apply-on-rectangle 'rectangle-number-line-callback
start end format)))
-;;; New rectangle integration with kill-ring.
+;;; Rectangle integration with kill-ring.
;; FIXME: known problems with the new rectangle support:
;; - lots of commands handle the region without paying attention to its
- [Emacs-diffs] master updated (68df7d7 -> 6ac99eb), Stefan Monnier, 2019/10/15
- [Emacs-diffs] master 128f803 2/7: Update CEDET manual tests so that they run., Stefan Monnier, 2019/10/15
- [Emacs-diffs] master 26f5edf 5/7: Adapt the CEDET SRecoder getset tests to use ERT, Stefan Monnier, 2019/10/15
- [Emacs-diffs] master 6ac99eb 7/7: * lisp/rect.el (string-rectangle): Inherit input method in minibuffer,
Stefan Monnier <=
- [Emacs-diffs] master 3f8915a 3/7: Copy CEDET/Semantic's tag formatter test suite to be an, Stefan Monnier, 2019/10/15
- [Emacs-diffs] master 57a786d 4/7: Adapt the CEDET SRecoder template test to use ERT, Stefan Monnier, 2019/10/15
- [Emacs-diffs] master 06114b7 6/7: Fix test data broken by removing trailing whitespace., Stefan Monnier, 2019/10/15
- [Emacs-diffs] master a99812e 1/7: Convert manual CEDET tests from test/manual/cedet to be, Stefan Monnier, 2019/10/15