[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 7bb4633c90 29/90: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 7bb4633c90 29/90: Update README.md |
Date: |
Fri, 6 Dec 2024 18:59:11 -0500 (EST) |
branch: externals/speedrect
commit 7bb4633c90844853170fea89e8cba9cac6993c86
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 4d12a75043..9e685168d2 100644
--- a/README.md
+++ b/README.md
@@ -43,13 +43,13 @@ A rectangle is just a _region_ (point and mark), specially
interpreted. While m
## Using Calc
-[Calc](https://www.gnu.org/software/emacs/manual/html_mono/calc.html) is an
ancient and powerful calculator in emacs with many capabilities. In addition
to simple sums, `SpeedRect` offers powerful two-way communication with calc:
+[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. In addition to simple sums, `SpeedRect` offers
powerful two-way communication with calc:
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 of these "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`).
2. Once you have something you're happy with at the top of calc's *stack* (the
entry number `1:`), you can:
- - hit `q` to return to your buffer (where `rectangle-mark-mode` will still
be active),
- - adjust the position of your rectangle if needed (`S-left/right` is useful
for this), and
- - hit `m` to copy the top calc matrix over the top of the marked rectangle
(first checking that it has the right number of rows).
+ - hit `q` to return to your buffer (where `rectangle-mark-mode` will still
be active),
+ - adjust the position of your rectangle if needed (`S-left/right` is
useful for this), and
+ - hit `m` to copy the top calc matrix over the top of the marked
rectangle, if it has the right number of rows.
Note: what you see is what you get in calc. `v [` and `v ,` will remove the
brackets and commas. `v >` will right align numbers. `d f` will let you set
the number of digits after the decimal. And many more options.
- [elpa] externals/speedrect 2a4d4f0bcd 59/90: Properly handle point/mark crutches for saving rects, (continued)
- [elpa] externals/speedrect 2a4d4f0bcd 59/90: Properly handle point/mark crutches for saving rects, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect d2af235ca3 60/90: stash: save point and mark crutches to stash, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 6dc047f54b 64/90: bump version, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 4321fef672 40/90: Mention phi-rectangle, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 4f9d3020e2 32/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 0fa8964ce2 46/90: wrap commands for stash and restart, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect e7c0ca81cc 49/90: Bump version, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 540dc4e790 58/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 0f00af4c67 62/90: docstring tweak, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 6982a08d25 11/90: doc: open uses tabs/spaces, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 7bb4633c90 29/90: Update README.md,
ELPA Syncer <=
- [elpa] externals/speedrect b743b42208 55/90: Add x:corners and M:multiple-cursors support, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 85b281d045 61/90: f - fill-text in rectangle, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 6886e5c604 66/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 932d983f02 65/90: Document fill, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 1e1b713d65 57/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 3e981896f1 71/90: Bump version, require Emacs v29.1, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect 1e897cc0d5 76/90: copy-rectangle-as-text, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect a8015aea6f 79/90: Bump version, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect c068c528e3 69/90: Update README.md, ELPA Syncer, 2024/12/06
- [elpa] externals/speedrect ed85814e48 72/90: help: correct typo, ELPA Syncer, 2024/12/06