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: Shawn
Subject: Re: [STUMP] Colon command to start up programming environment
Date: Sat, 18 Oct 2008 14:23:23 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

"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




reply via email to

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