stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] [PATCH] Modify defprogram-shortcut to define a run-or-pull c


From: Shawn Betts
Subject: Re: [STUMP] [PATCH] Modify defprogram-shortcut to define a run-or-pull command/binding.
Date: Fri, 24 Apr 2009 09:56:21 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

John Li <address@hidden> writes:

> This is optional. Use the "pull?" keyword to enable. Defaults to old
> behavior (no run-or-pull command defined).

Thanks John! I stuck this in along with the original run-or-pull
function, of course. In CL the pattern is usually to add a p or -p for
boolean (presumably p means predicate?) variables rather than a ?,
which seems to be the scheme standard. So I changed that.

I also changed how the symbol is interned. Due to CL's weird semi-case
sensitive but not really except when it is case sensitivity, usually
you want to make sure everything is upper case, not lower
case. Perhaps one day ansi cl will be revised to the modern and much
simpler standard of being plain vanilla case sensitive (clisp already
has a modern mode doesn't it?). I think the programmers can handle it.

-Shawn




reply via email to

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