stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] SPLIT-STRING


From: Tassilo Horn
Subject: Re: [STUMP] SPLIT-STRING
Date: Sat, 26 May 2007 10:22:59 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

address@hidden writes:

Hi Leslie,

> trying to run stumpwm here complains about a missing SPLIT-STRING.
> Now where's that supposed to be in?

,----
| #<FUNCTION SPLIT-STRING> is a function.
| Its associated name (as in FUNCTION-LAMBDA-EXPRESSION) is SPLIT-STRING.
| The function's arguments are:  (STRING &OPTIONAL
|                                        (SEPARATORS  
| ))
| Function documentation:
|   Splits STRING into substrings where there are matches for SEPARATORS.
| Each match for SEPARATORS is a splitting point.
| The substrings between the splitting points are made into a list
| which is returned.
| ***If SEPARATORS is absent, it defaults to "[ ftnrv]+".
| 
| If there is match for SEPARATORS at the beginning of STRING, we do not
| include a null substring for that.  Likewise, if there is a match
| at the end of STRING, we don't include a null substring for that.
| 
| Modifies the match data; use `save-match-data' if necessary.
| Its defined argument types are:
|   (T &OPTIONAL T)
| Its result type is:
|   (VALUES T &OPTIONAL)
| On Sun, May 13, 2007 09:19:52 AM [-1] it was compiled from:
| /home/heimdall/repos/stumpwm/primitives.lisp
|   Created: Sunday, May 13, 2007 09:19:25 AM [-1]
`----

Bye,
Tassilo
-- 
A morning without coffee is like something without something else.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]