[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 2782b03be2 38/90: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 2782b03be2 38/90: Update README.md |
Date: |
Fri, 6 Dec 2024 18:59:12 -0500 (EST) |
branch: externals/speedrect
commit 2782b03be2156dbc8feb6e0bc30bb4c9107ae139
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b6d86c5985..af303db05e 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Use calc, it's super-powerful:
[Calc](https://www.gnu.org/software/emacs/manual/html_mono/calc.html) is an
ancient and powerful calculator in emacs with many capabilities, including
operating on [matrix
data](https://www.gnu.org/software/emacs/manual/html_node/calc/Matrix-Tutorial.html).
In addition to simple sums, `SpeedRect` offers powerful two-way communication
with calc for sending in and yanking out columns of numerical data:
-1. It can send columns of numbers to calc as a _matrix_ (2D array of numbers).
Once in calc, you can operate on those numbers using a wide array of
operations. Many things "just work" on matrices (e.g. `1 +` will add one to
all the numbers). Others can easily be mapped over matrix elements (try `v
m`). You can combine columns, change their order, and much more.
+1. It can send columns of numbers to calc as a _matrix_ (2D array of numbers).
Once in calc, you can operate on those numbers using a wide array of
operations. Many things "just work" on matrices (e.g. `1 +` will add one to
all the numbers). Others can easily be mapped over matrix elements (try `v
M`). You can combine columns, change their order, and much more.
2. Once you have something you're happy with at the top of calc's *stack* (the
entry numbered `1:`), you can:
- hit `q` to return to your original buffer (where `rectangle-mark-mode`
will still be active),
- adjust the position of your rectangle if needed (`S-left/right` is
useful for this; a zero-width rectangle is fine), and
- [elpa] externals/speedrect a51a4c2ed8 84/90: Update README.md, (continued)
- [elpa] externals/speedrect a51a4c2ed8 84/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 64c68ebdf3 85/90: Add NEWS.org, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect b101eaea01 48/90: calc-yank: no save-excursion needed, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect f96b01863e 50/90: README: explain restart and add more calc detail, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94d6c643cb 51/90: README: improve calc section, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 3120746026 56/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect e37d89acc6 63/90: wrap-command: ensure buffer is restored on re-running command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 94c125f60f 68/90: fill-text: use height of rect as line count limit, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 5da3d70805 74/90: delete-rest: save rectangle after command, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 16e79924ed 82/90: Prepare for ELPA, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 2782b03be2 38/90: Update README.md,
ELPA Syncer <=
- [elpa] externals/speedrect 7390122e49 75/90: calc-grab: improve with calc-top, avoid brackets/truncation, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 4b79f0109d 88/90: README: document new `speedrect-mode' config, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 43a89af9f7 52/90: allow rectangle-mark-mode-hook to operate on continue, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect c47e5e4e7b 43/90: move commands: use rectangle-right/next-line, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 6363a7ba6d 47/90: yank-rectangle-dwim: exchange point and mark before yank if needed, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 9be7569c70 70/90: shift-right: use rectangle point-mark exchange for line ends, ELPA Syncer, 2024/12/06