This is not necessarily the current version of this TIP.
| TIP: | 10000 |
| Title: | Dummy Proposal for Testing Editing Interfaces |
| Version: | $Revision: 1.144 $ |
| Authors: |
Don Porter <dgp at users dot sourceforge dot net> nobody at nowhere dot com Andreas Kupries <akupries at westend dot com> Donal K. Fellows <fellowsd at cs dot man dot ac dot uk> Andreas Kupries <a dot kupries at westend dot com> dgp at user dot sourceforge dot net Richard Suchenwirth <richard dot suchenwirth at kst dot siemens dot de> Kevin B KENNY <kennykb at acm dot org> Jeff Hobbs <hobbs at users dot sourceforge dot net> Test User <test at example dot com> New User <newbie at example dot com> Working User <thisworks at example dot com> Vince Darley <vincentdarley at users dot sourceforge dot net> Fabrice Pardo <Fabrice dot Pardo at l2m dot cnrs dot fr> Don Porter <dgp at users dot sf dot net> Donal K. Fellows <donal dot k dot fellows at man dot ac dot uk> Joe Mistachkin <joe at mistachkin dot com> |
| State: | Draft |
| Type: | Informative |
| Vote: | Pending |
| Created: | Sunday, 03 December 2000 |
This proposal has no content. It exists only to provide a document on which testing of and practice using of the TIP editing interfaces can take place.
This document serves a purpose similar to the Graffiti page (http://purl.org/thecliff/tcl/wiki/34.html) at the Tcl'ers Wiki [1].
It will also be useful for testing the web editing interface proposed in TIP #13.
Here's a simple edit test.
Test of italic, bold and mixed 'bold and italic' text.
foobarsoom
spam test
spong wibble
depth test
foo bar spong
some more test stuff
A reference implementation does not yet exist.
Public domain
---------------------------------- ~ Abstract
This TIP proposes a -nocase option for the lsearch command to allow for case-insensitive searching of the specified list.
The lsearch command is very flexible and powerful; however, in certain situations, the ability to perform case insensitive searches is absolutely required (such as searching fully qualified file names on file systems that do not differentiate between upper and lower case). Without the -nocase option, various unnatural workarounds are required. In addition, the -nocase option will finally bring the lsearch command into parity with the other comparison related operations, including string compare, string match, and regexp.
lsearch ?-nocase? list pattern
The -nocase option can be used with -ascii, -glob, and -regexp options. The -nocase option has no effect when used with the -dictionary, -integer, or -real options.
A reference implementation of this TIP is availble [2].
This document has been placed in the public domain.
This is not necessarily the current version of this TIP.