|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: d
Length: 3347 (0xd13) Names: »dabbrev.elc«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦46d41b2d0⟧ »./emacs-18.55.tar.Z« └─⟦fa971747f⟧ └─⟦this⟧ »dist-18.55/lisp/dabbrev.elc«
0x000…020 0a 28 70 72 6f 76 69 64 65 20 28 71 75 6f 74 65 20 64 61 62 62 72 65 76 73 29 29 0a 0a 28 64 65 ┆ (provide (quote dabbrevs)) (de┆ 0x020…040 66 76 61 72 20 64 61 62 62 72 65 76 73 2d 6c 69 6d 69 74 20 6e 69 6c 20 22 5c 0a 2a 4c 69 6d 69 ┆fvar dabbrevs-limit nil "\ *Limi┆ 0x040…060 74 73 20 72 65 67 69 6f 6e 20 73 65 61 72 63 68 65 64 20 62 79 20 64 61 62 62 72 65 76 73 2d 65 ┆ts region searched by dabbrevs-e┆ 0x060…080 78 70 61 6e 64 20 74 6f 20 74 68 61 74 20 6d 61 6e 79 20 63 68 61 72 73 20 61 77 61 79 20 28 6c ┆xpand to that many chars away (l┆ 0x080…0a0 6f 63 61 6c 29 2e 22 29 0a 0a 28 6d 61 6b 65 2d 76 61 72 69 61 62 6c 65 2d 62 75 66 66 65 72 2d ┆ocal).") (make-variable-buffer-┆ 0x0a0…0c0 6c 6f 63 61 6c 20 28 71 75 6f 74 65 20 64 61 62 62 72 65 76 73 2d 6c 69 6d 69 74 29 29 0a 0a 28 ┆local (quote dabbrevs-limit)) (┆ 0x0c0…0e0 64 65 66 76 61 72 20 64 61 62 62 72 65 76 73 2d 62 61 63 6b 77 61 72 64 2d 6f 6e 6c 79 20 6e 69 ┆defvar dabbrevs-backward-only ni┆ 0x0e0…100 6c 20 22 5c 0a 2a 49 66 20 6e 6f 6e 2d 4e 49 4c 2c 20 64 61 62 62 72 65 76 73 2d 65 78 70 61 6e ┆l "\ *If non-NIL, dabbrevs-expan┆ 0x100…120 64 20 6f 6e 6c 79 20 6c 6f 6f 6b 73 20 62 61 63 6b 77 61 72 64 73 2e 22 29 0a 0a 28 64 65 66 76 ┆d only looks backwards.") (defv┆ 0x120…140 61 72 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 74 61 62 6c 65 20 6e 69 6c 20 22 5c 0a 54 61 ┆ar last-dabbrevs-table nil "\ Ta┆ 0x140…160 62 6c 65 20 6f 66 20 65 78 70 61 6e 73 69 6f 6e 73 20 73 65 65 6e 20 73 6f 20 66 61 72 2e 20 28 ┆ble of expansions seen so far. (┆ 0x160…180 6c 6f 63 61 6c 29 22 29 0a 0a 28 6d 61 6b 65 2d 76 61 72 69 61 62 6c 65 2d 62 75 66 66 65 72 2d ┆local)") (make-variable-buffer-┆ 0x180…1a0 6c 6f 63 61 6c 20 28 71 75 6f 74 65 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 74 61 62 6c 65 ┆local (quote last-dabbrevs-table┆ 0x1a0…1c0 29 29 0a 0a 28 64 65 66 76 61 72 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 61 62 62 72 65 76 ┆)) (defvar last-dabbrevs-abbrev┆ 0x1c0…1e0 69 61 74 69 6f 6e 20 22 22 20 22 5c 0a 4c 61 73 74 20 73 74 72 69 6e 67 20 77 65 20 74 72 69 65 ┆iation "" "\ Last string we trie┆ 0x1e0…200 64 20 74 6f 20 65 78 70 61 6e 64 2e 20 20 42 75 66 66 65 72 2d 6c 6f 63 61 6c 2e 22 29 0a 0a 28 ┆d to expand. Buffer-local.") (┆ 0x200…220 6d 61 6b 65 2d 76 61 72 69 61 62 6c 65 2d 62 75 66 66 65 72 2d 6c 6f 63 61 6c 20 28 71 75 6f 74 ┆make-variable-buffer-local (quot┆ 0x220…240 65 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 61 62 62 72 65 76 69 61 74 69 6f 6e 29 29 0a 0a ┆e last-dabbrevs-abbreviation)) ┆ 0x240…260 28 64 65 66 76 61 72 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 64 69 72 65 63 74 69 6f 6e 20 ┆(defvar last-dabbrevs-direction ┆ 0x260…280 30 20 22 5c 0a 44 69 72 65 63 74 69 6f 6e 20 6f 66 20 6c 61 73 74 20 64 61 62 62 72 65 76 73 20 ┆0 "\ Direction of last dabbrevs ┆ 0x280…2a0 73 65 61 72 63 68 2e 20 28 6c 6f 63 61 6c 29 22 29 0a 0a 28 6d 61 6b 65 2d 76 61 72 69 61 62 6c ┆search. (local)") (make-variabl┆ 0x2a0…2c0 65 2d 62 75 66 66 65 72 2d 6c 6f 63 61 6c 20 28 71 75 6f 74 65 20 6c 61 73 74 2d 64 61 62 62 72 ┆e-buffer-local (quote last-dabbr┆ 0x2c0…2e0 65 76 73 2d 64 69 72 65 63 74 69 6f 6e 29 29 0a 0a 28 64 65 66 76 61 72 20 6c 61 73 74 2d 64 61 ┆evs-direction)) (defvar last-da┆ 0x2e0…300 62 62 72 65 76 73 2d 61 62 62 72 65 76 2d 6c 6f 63 61 74 69 6f 6e 20 6e 69 6c 20 22 5c 0a 4c 6f ┆bbrevs-abbrev-location nil "\ Lo┆ 0x300…320 63 61 74 69 6f 6e 20 6c 61 73 74 20 61 62 62 72 65 76 69 61 74 69 6f 6e 20 62 65 67 61 6e 20 28 ┆cation last abbreviation began (┆ 0x320…340 6c 6f 63 61 6c 29 2e 22 29 0a 0a 28 6d 61 6b 65 2d 76 61 72 69 61 62 6c 65 2d 62 75 66 66 65 72 ┆local).") (make-variable-buffer┆ 0x340…360 2d 6c 6f 63 61 6c 20 28 71 75 6f 74 65 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 61 62 62 72 ┆-local (quote last-dabbrevs-abbr┆ 0x360…380 65 76 2d 6c 6f 63 61 74 69 6f 6e 29 29 0a 0a 28 64 65 66 76 61 72 20 6c 61 73 74 2d 64 61 62 62 ┆ev-location)) (defvar last-dabb┆ 0x380…3a0 72 65 76 73 2d 65 78 70 61 6e 73 69 6f 6e 20 6e 69 6c 20 22 5c 0a 4c 61 73 74 20 65 78 70 61 6e ┆revs-expansion nil "\ Last expan┆ 0x3a0…3c0 73 69 6f 6e 20 6f 66 20 61 6e 20 61 62 62 72 65 76 69 61 74 69 6f 6e 2e 20 28 6c 6f 63 61 6c 29 ┆sion of an abbreviation. (local)┆ 0x3c0…3e0 22 29 0a 0a 28 6d 61 6b 65 2d 76 61 72 69 61 62 6c 65 2d 62 75 66 66 65 72 2d 6c 6f 63 61 6c 20 ┆") (make-variable-buffer-local ┆ 0x3e0…400 28 71 75 6f 74 65 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 65 78 70 61 6e 73 69 6f 6e 29 29 ┆(quote last-dabbrevs-expansion))┆ 0x400…420 0a 0a 28 64 65 66 76 61 72 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 65 78 70 61 6e 73 69 6f ┆ (defvar last-dabbrevs-expansio┆ 0x420…440 6e 2d 6c 6f 63 61 74 69 6f 6e 20 6e 69 6c 20 22 5c 0a 4c 6f 63 61 74 69 6f 6e 20 74 68 65 20 6c ┆n-location nil "\ Location the l┆ 0x440…460 61 73 74 20 65 78 70 61 6e 73 69 6f 6e 20 77 61 73 20 66 6f 75 6e 64 2e 20 28 6c 6f 63 61 6c 29 ┆ast expansion was found. (local)┆ 0x460…480 22 29 0a 0a 28 6d 61 6b 65 2d 76 61 72 69 61 62 6c 65 2d 62 75 66 66 65 72 2d 6c 6f 63 61 6c 20 ┆") (make-variable-buffer-local ┆ 0x480…4a0 28 71 75 6f 74 65 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 65 78 70 61 6e 73 69 6f 6e 2d 6c ┆(quote last-dabbrevs-expansion-l┆ 0x4a0…4c0 6f 63 61 74 69 6f 6e 29 29 0a 0a 28 64 65 66 75 6e 20 64 61 62 62 72 65 76 2d 65 78 70 61 6e 64 ┆ocation)) (defun dabbrev-expand┆ 0x4c0…4e0 20 28 61 72 67 29 20 22 5c 0a 45 78 70 61 6e 64 20 70 72 65 76 69 6f 75 73 20 77 6f 72 64 20 5c ┆ (arg) "\ Expand previous word \┆ 0x4e0…500 22 64 79 6e 61 6d 69 63 61 6c 6c 79 5c 22 2e 0a 45 78 70 61 6e 64 73 20 74 6f 20 74 68 65 20 6d ┆"dynamically\". Expands to the m┆ 0x500…520 6f 73 74 20 72 65 63 65 6e 74 2c 20 70 72 65 63 65 64 69 6e 67 20 77 6f 72 64 20 66 6f 72 20 77 ┆ost recent, preceding word for w┆ 0x520…540 68 69 63 68 20 74 68 69 73 20 69 73 20 61 20 70 72 65 66 69 78 2e 0a 49 66 20 6e 6f 20 73 75 69 ┆hich this is a prefix. If no sui┆ 0x540…560 74 61 62 6c 65 20 70 72 65 63 65 64 69 6e 67 20 77 6f 72 64 20 69 73 20 66 6f 75 6e 64 2c 20 77 ┆table preceding word is found, w┆ 0x560…580 6f 72 64 73 20 66 6f 6c 6c 6f 77 69 6e 67 20 70 6f 69 6e 74 20 61 72 65 20 63 6f 6e 73 69 64 65 ┆ords following point are conside┆ 0x580…5a0 72 65 64 2e 0a 0a 41 20 70 6f 73 69 74 69 76 65 20 70 72 65 66 69 78 20 61 72 67 75 6d 65 6e 74 ┆red. A positive prefix argument┆ 0x5a0…5c0 2c 20 4e 2c 20 73 61 79 73 20 74 6f 20 74 61 6b 65 20 74 68 65 20 4e 74 68 20 62 61 63 6b 77 61 ┆, N, says to take the Nth backwa┆ 0x5c0…5e0 72 64 20 44 49 53 54 49 4e 43 54 0a 70 6f 73 73 69 62 69 6c 69 74 79 2e 20 20 41 20 6e 65 67 61 ┆rd DISTINCT possibility. A nega┆ 0x5e0…600 74 69 76 65 20 61 72 67 75 6d 65 6e 74 20 73 61 79 73 20 73 65 61 72 63 68 20 66 6f 72 77 61 72 ┆tive argument says search forwar┆ 0x600…620 64 2e 20 20 54 68 65 20 76 61 72 69 61 62 6c 65 0a 64 61 62 62 72 65 76 2d 62 61 63 6b 77 61 72 ┆d. The variable dabbrev-backwar┆ 0x620…640 64 2d 6f 6e 6c 79 20 6d 61 79 20 62 65 20 75 73 65 64 20 74 6f 20 6c 69 6d 69 74 20 74 68 65 20 ┆d-only may be used to limit the ┆ 0x640…660 64 69 72 65 63 74 69 6f 6e 20 6f 66 20 73 65 61 72 63 68 20 74 6f 0a 62 61 63 6b 77 61 72 64 20 ┆direction of search to backward ┆ 0x660…680 69 66 20 73 65 74 20 6e 6f 6e 2d 6e 69 6c 2e 0a 0a 49 66 20 74 68 65 20 63 75 72 73 6f 72 20 68 ┆if set non-nil. If the cursor h┆ 0x680…6a0 61 73 20 6e 6f 74 20 6d 6f 76 65 64 20 66 72 6f 6d 20 74 68 65 20 65 6e 64 20 6f 66 20 74 68 65 ┆as not moved from the end of the┆ 0x6a0…6c0 20 70 72 65 76 69 6f 75 73 20 65 78 70 61 6e 73 69 6f 6e 20 61 6e 64 0a 6e 6f 20 61 72 67 75 6d ┆ previous expansion and no argum┆ 0x6c0…6e0 65 6e 74 20 69 73 20 67 69 76 65 6e 2c 20 72 65 70 6c 61 63 65 20 74 68 65 20 70 72 65 76 69 6f ┆ent is given, replace the previo┆ 0x6e0…700 75 73 6c 79 2d 6d 61 64 65 20 65 78 70 61 6e 73 69 6f 6e 0a 77 69 74 68 20 74 68 65 20 6e 65 78 ┆usly-made expansion with the nex┆ 0x700…720 74 20 70 6f 73 73 69 62 6c 65 20 65 78 70 61 6e 73 69 6f 6e 20 6e 6f 74 20 79 65 74 20 74 72 69 ┆t possible expansion not yet tri┆ 0x720…740 65 64 2e 22 20 28 69 6e 74 65 72 61 63 74 69 76 65 20 22 2a 50 22 29 20 28 62 79 74 65 2d 63 6f ┆ed." (interactive "*P") (byte-co┆ 0x740…760 64 65 20 22 d3 88 d3 d3 d3 d3 d3 d3 d3 0e 08 85 10 00 0e 09 1e 07 1e 06 1d 1c 1b 1a 19 18 8a 0e ┆de " ┆ 0x760…780 0a 3f 85 2b 00 0e 0b 0e 0c 3d 85 2b 00 0e 0d 83 3f 00 0e 0e 89 10 88 0e 0f 89 12 88 0e 10 89 13 ┆ ? + = + ? ┆ 0x780…7a0 82 7a 00 0e 0a 3f 83 52 00 0e 11 83 4e 00 d7 82 4f 00 d8 82 56 00 d9 0e 0a 21 89 13 88 60 89 14 ┆ z ? R N O V ! ` ┆ 0x7a0…7c0 88 da db 21 88 60 89 16 0d 88 dc 60 0c 5c 22 89 10 88 08 89 12 88 d3 89 16 12 88 d3 89 16 14 88 ┆ ! ` ` \" ┆ 0x7c0…7e0 dd de 08 21 df 51 89 16 06 88 0b d8 59 85 d1 00 d7 0b 5d 89 15 88 0e 12 85 99 00 0e 12 62 88 0d ┆ ! Q Y ] b ┆ 0x7e0…800 d8 56 85 a9 00 e0 0e 06 d5 0e 07 23 89 11 85 c1 00 e1 20 89 14 88 09 0e 14 42 89 16 14 88 0d 53 ┆ V # B S┆ 0x800…820 89 15 88 82 9a 00 88 09 86 ca 00 d3 89 16 12 88 d7 0b 5e 89 16 10 88 0b d8 58 85 da 00 09 3f 85 ┆ ^ X ? ┆ 0x820…840 19 01 d7 0b 5b 5d 89 15 88 0e 12 85 ec 00 0e 12 62 88 0d d8 56 85 fc 00 e0 0e 06 d3 0e 07 23 89 ┆ [] b V # ┆ 0x840…860 11 85 14 01 e1 20 89 14 88 09 0e 14 42 89 16 14 88 0d 53 89 15 88 82 ed 00 88 db 89 16 10 29 88 ┆ B S ) ┆ 0x860…880 09 3f 83 4d 01 e2 08 0a 5c 22 1e 16 d3 89 16 0d 88 0e 16 3f 85 3b 01 e3 20 88 e4 0a 47 21 88 08 ┆ ? M \" ? ; G! ┆ 0x880…8a0 63 88 e5 0e 16 83 46 01 e6 82 47 01 e7 08 5c 22 29 82 8b 01 e3 20 88 e8 0a 21 88 0e 07 85 67 01 ┆c F G \") ! g ┆ 0x8a0…8c0 e2 09 09 d8 d7 4f e9 09 d7 d3 4f 21 50 5c 22 1e 07 ea 0e 07 83 75 01 e9 09 21 82 76 01 09 0e 07 ┆ O O!P\" u ! v ┆ 0x8c0…8e0 3f eb 23 29 88 08 89 16 0e 88 09 89 16 0f 88 0c 89 16 12 2e 08 87 22 20 5b 61 62 62 72 65 76 20 ┆? #) . " [abbrev ┆ 0x8e0…900 65 78 70 61 6e 73 69 6f 6e 20 6f 6c 64 20 77 68 69 63 68 20 6c 6f 63 20 6e 20 70 61 74 74 65 72 ┆expansion old which loc n patter┆ 0x900…920 6e 20 6e 6f 63 61 73 65 20 63 61 73 65 2d 66 6f 6c 64 2d 73 65 61 72 63 68 20 63 61 73 65 2d 72 ┆n nocase case-fold-search case-r┆ 0x920…940 65 70 6c 61 63 65 20 61 72 67 20 6c 61 73 74 2d 63 6f 6d 6d 61 6e 64 20 74 68 69 73 2d 63 6f 6d ┆eplace arg last-command this-com┆ 0x940…960 6d 61 6e 64 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 61 62 62 72 65 76 2d 6c 6f 63 61 74 69 ┆mand last-dabbrevs-abbrev-locati┆ 0x960…980 6f 6e 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 61 62 62 72 65 76 69 61 74 69 6f 6e 20 6c 61 ┆on last-dabbrevs-abbreviation la┆ 0x980…9a0 73 74 2d 64 61 62 62 72 65 76 73 2d 65 78 70 61 6e 73 69 6f 6e 20 6c 61 73 74 2d 64 61 62 62 72 ┆st-dabbrevs-expansion last-dabbr┆ 0x9a0…9c0 65 76 73 2d 64 69 72 65 63 74 69 6f 6e 20 64 61 62 62 72 65 76 73 2d 62 61 63 6b 77 61 72 64 2d ┆evs-direction dabbrevs-backward-┆ 0x9c0…9e0 6f 6e 6c 79 20 6c 61 73 74 2d 64 61 62 62 72 65 76 73 2d 65 78 70 61 6e 73 69 6f 6e 2d 6c 6f 63 ┆only last-dabbrevs-expansion-loc┆ 0x9e0…a00 61 74 69 6f 6e 20 6e 69 6c 20 6c 61 73 74 2d 64 61 62 62 72 65 76 2d 74 61 62 6c 65 20 74 20 66 ┆ation nil last-dabbrev-table t f┆ 0xa00…a20 69 72 73 74 20 31 20 30 20 70 72 65 66 69 78 2d 6e 75 6d 65 72 69 63 2d 76 61 6c 75 65 20 66 6f ┆irst 1 0 prefix-numeric-value fo┆ 0xa20…a40 72 77 61 72 64 2d 77 6f 72 64 20 2d 31 20 62 75 66 66 65 72 2d 73 75 62 73 74 72 69 6e 67 20 22 ┆rward-word -1 buffer-substring "┆ 0xa40…a60 5c 5c 62 22 20 72 65 67 65 78 70 2d 71 75 6f 74 65 20 22 5c 5c 28 5c 5c 73 77 5c 5c 7c 5c 5c 73 ┆\\b" regexp-quote "\\(\\sw\\|\\s┆ 0xa60…a80 5f 5c 5c 29 2b 22 20 64 61 62 62 72 65 76 73 2d 73 65 61 72 63 68 20 70 6f 69 6e 74 2d 6d 61 72 ┆_\\)+" dabbrevs-search point-mar┆ 0xa80…aa0 6b 65 72 20 73 74 72 69 6e 67 3d 20 75 6e 64 6f 2d 62 6f 75 6e 64 61 72 79 20 64 65 6c 65 74 65 ┆ker string= undo-boundary delete┆ 0xaa0…ac0 2d 62 61 63 6b 77 61 72 64 2d 63 68 61 72 20 65 72 72 6f 72 20 22 4e 6f 20 64 79 6e 61 6d 69 63 ┆-backward-char error "No dynamic┆ 0xac0…ae0 20 65 78 70 61 6e 73 69 6f 6e 20 66 6f 72 20 5c 22 25 73 5c 22 20 66 6f 75 6e 64 2e 22 20 22 4e ┆ expansion for \"%s\" found." "N┆ 0xae0…b00 6f 20 66 75 72 74 68 65 72 20 64 79 6e 61 6d 69 63 20 65 78 70 61 6e 73 69 6f 6e 73 20 66 6f 72 ┆o further dynamic expansions for┆ 0xb00…b20 20 5c 22 25 73 5c 22 20 66 6f 75 6e 64 2e 22 20 73 65 61 72 63 68 2d 62 61 63 6b 77 61 72 64 20 ┆ \"%s\" found." search-backward ┆ 0xb20…b40 64 6f 77 6e 63 61 73 65 20 72 65 70 6c 61 63 65 2d 6d 61 74 63 68 20 6c 69 74 65 72 61 6c 5d 20 ┆downcase replace-match literal] ┆ 0xb40…b60 32 31 29 29 0a 0a 28 64 65 66 75 6e 20 64 61 62 62 72 65 76 73 2d 73 65 61 72 63 68 20 28 70 61 ┆21)) (defun dabbrevs-search (pa┆ 0xb60…b80 74 74 65 72 6e 20 72 65 76 65 72 73 65 20 6e 6f 63 61 73 65 29 20 28 62 79 74 65 2d 63 6f 64 65 ┆ttern reverse nocase) (byte-code┆ 0xb80…ba0 20 22 c5 c5 19 18 8c 0a 85 1a 00 cb 0b 60 cc 0a 0c 83 16 00 cd 82 17 00 ce 5c 22 5c 5c 5c 22 88 ┆ " ` \"\\\" ┆ 0xba0…bc0 c5 89 11 88 c5 89 10 88 09 3f 85 2a 00 08 3f 85 91 00 0c 83 3a 00 cf 0e 06 c5 c7 23 82 40 00 d0 ┆ ? * ? : # @ ┆ 0xbc0…be0 0e 06 c5 c7 23 3f 89 10 88 08 3f 85 8d 00 d1 d2 d3 21 d4 d3 21 5c 22 89 11 88 0e 09 1e 08 0e 08 ┆ #? ? ! !\" ┆ 0xbe0…c00 85 76 00 0e 0a 83 6f 00 d5 d6 0e 08 40 21 d6 09 21 5c 22 82 75 00 d5 0e 08 40 09 5c 22 3f 85 83 ┆ v o @! !\" u @ \"? ┆ 0xc00…c20 00 0e 08 41 89 16 08 88 82 58 00 88 0e 08 85 8c 00 c5 89 11 29 88 82 23 00 88 09 29 2a 87 22 20 ┆ A X ) # )* " ┆ 0xc20…c40 5b 6d 69 73 73 69 6e 67 20 72 65 73 75 6c 74 20 64 61 62 62 72 65 76 73 2d 6c 69 6d 69 74 20 6c ┆[missing result dabbrevs-limit l┆ 0xc40…c60 61 73 74 2d 64 61 62 62 72 65 76 73 2d 61 62 62 72 65 76 2d 6c 6f 63 61 74 69 6f 6e 20 72 65 76 ┆ast-dabbrevs-abbrev-location rev┆ 0xc60…c80 65 72 73 65 20 6e 69 6c 20 70 61 74 74 65 72 6e 20 74 20 74 65 73 74 20 6c 61 73 74 2d 64 61 62 ┆erse nil pattern t test last-dab┆ 0xc80…ca0 62 72 65 76 2d 74 61 62 6c 65 20 6e 6f 63 61 73 65 20 6e 61 72 72 6f 77 2d 74 6f 2d 72 65 67 69 ┆brev-table nocase narrow-to-regi┆ 0xca0…cc0 6f 6e 20 2a 20 2d 31 20 31 20 72 65 2d 73 65 61 72 63 68 2d 62 61 63 6b 77 61 72 64 20 72 65 2d ┆on * -1 1 re-search-backward re-┆ 0xcc0…ce0 73 65 61 72 63 68 2d 66 6f 72 77 61 72 64 20 62 75 66 66 65 72 2d 73 75 62 73 74 72 69 6e 67 20 ┆search-forward buffer-substring ┆ 0xce0…d00 6d 61 74 63 68 2d 62 65 67 69 6e 6e 69 6e 67 20 30 20 6d 61 74 63 68 2d 65 6e 64 20 73 74 72 69 ┆match-beginning 0 match-end stri┆ 0xd00…d13 6e 67 3d 20 64 6f 77 6e 63 61 73 65 5d 20 31 35 29 29 0a ┆ng= downcase] 15)) ┆