[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
STRING-REVERSE-SEARCH-<foo>
- To: BUG-LISP at MIT-MC
- Subject: STRING-REVERSE-SEARCH-<foo>
- From: Jon L White <JONL at MIT-MC>
- Date: Sat, 8 Aug 81 01:29:00 GMT
- Original-date: 7 August 1981 21:29-EDT
(STRING-REVERSE-SEARCH "ab" "abcdefghi" 4) => NIL
(STRING-REVERSE-SEARCH-SET '(#/a) "abca" 3) => 3
i.e., not only is the optional "from" argument not being
decremented by these routines before the actual searching
begins, but apparently the key-searcher fails to look at
the first word?