diff options
| author | Eli Zaretskii | 2021-11-04 20:33:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-04 20:33:26 +0200 |
| commit | b96855310efed13e0db1403759b686b9bc3e7490 (patch) | |
| tree | f55f98d13e860f5f3f48180355567d0ff7ae040a /etc/tutorials | |
| parent | f875ed53f6795c5bc12e2a73070b87eb34168014 (diff) | |
| download | emacs-b96855310efed13e0db1403759b686b9bc3e7490.tar.gz emacs-b96855310efed13e0db1403759b686b9bc3e7490.zip | |
Better detection of potentially malicious bidi text
* src/bidi.c (bidi_find_first_overridden): Extend to detect more
subtle effects of directional formatting controls, to include
embeddings and isolates.
* src/xdisp.c (Fbidi_find_overridden_directionality): Accept an
additional argument BASE-DIR to specify the base direction of the
paragraphs.
* lisp/international/mule-cmds.el (confusingly-reordered): New
face.
(reorder-starters, reorder-enders): New variables.
(highlight-confusing-reorderings): New command to detect and
highlight suspiciously reordered text.
* test/src/xdisp-tests.el
(xdisp-tests--find-directional-overrides): New test.
* etc/NEWS: Announce the new and improved features.
* etc/tutorials/TUTORIAL.he: Fix embeddings with incorrect
directions.
Diffstat (limited to 'etc/tutorials')
| -rw-r--r-- | etc/tutorials/TUTORIAL.he | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/tutorials/TUTORIAL.he b/etc/tutorials/TUTORIAL.he index 2ee4f74c324..465768aa87c 100644 --- a/etc/tutorials/TUTORIAL.he +++ b/etc/tutorials/TUTORIAL.he | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | שיעור ראשון בשימוש ב־Emacs. זכויות שימוש ראה בסוף המסמך. | 1 | שיעור ראשון בשימוש ב־Emacs. זכויות שימוש ראה בסוף המסמך. |
| 2 | 2 | ||
| 3 | פקודות רבות של Emacs משתמשות במקש CONTROL (בדרך־כלל מסומן ב־CTRL) | 3 | פקודות רבות של Emacs משתמשות במקש CONTROL (בדרך־כלל מסומן ב־CTRL) |
| 4 | או במקש META (בדרך־כלל מסומן ALT). במקום לציין את כל השמות האפשריים | 4 | או במקש META (בדרך־כלל מסומן ALT). במקום לציין את כל השמות האפשריים |
| @@ -24,7 +24,7 @@ | |||
| 24 | שימו לב לחפיפה של שתי שורות כאשר אתם עוברים ממסך למסך, מה שמבטיח רציפות | 24 | שימו לב לחפיפה של שתי שורות כאשר אתם עוברים ממסך למסך, מה שמבטיח רציפות |
| 25 | מסוימת בעת קריאת הטקסט. | 25 | מסוימת בעת קריאת הטקסט. |
| 26 | 26 | ||
| 27 | הטקסט שלפניכם הינו עותק של שיעור בשימוש ב־Emacs שהותאם קלות עבורכם. | 27 | הטקסט שלפניכם הינו עותק של שיעור בשימוש ב־Emacs שהותאם קלות עבורכם. |
| 28 | בהמשך תקבלו הוראות לנסות פקודות שונות כדי לבצע שינויים בטקסט הזה. אם | 28 | בהמשך תקבלו הוראות לנסות פקודות שונות כדי לבצע שינויים בטקסט הזה. אם |
| 29 | במקרה תשנו את הטקסט לפני שנבקש, אל דאגה: זוהי "עריכה" שהיא יעודו של | 29 | במקרה תשנו את הטקסט לפני שנבקש, אל דאגה: זוהי "עריכה" שהיא יעודו של |
| 30 | Emacs. | 30 | Emacs. |