On Thu, 12 Mar 2009 17:05:43 +0100
Uwe Brauer <oub(a)mat.ucm.es> wrote:
Now in a function I want to execute certain code
- if isp is indeed the string "hallo" and
- if isp is the string "test" then another part of the code
will be executed.
string= is your friend!
(if (string= isp "hallo") (message "hallo"))
Cheers,
Sean
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta