stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Colon command to start up programming environment


From: Johan Andersson
Subject: Re: [STUMP] Colon command to start up programming environment
Date: Sun, 19 Oct 2008 07:54:43 +0200

Ok, thanks for the notice! =)

On Sat, Oct 18, 2008 at 11:23 PM, Shawn <address@hidden> wrote:
"Johan Andersson" <address@hidden> writes:

> (define-stumpwm-command "programming"()

Just a minor note: define-stumpwm-command is deprecated. you should
use defcommand instead:

(defcommand programming () ()
 (gnew "terms")
 (hsplit)
 ...)

> Works like a charm. Thanks alot!

Excellent!

-Shawn


_______________________________________________
Stumpwm-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel


reply via email to

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