stumpwm-devel
[Top][All Lists]
Advanced

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

[STUMP] CVS will probably bust your rc file


From: Shawn Betts
Subject: [STUMP] CVS will probably bust your rc file
Date: Sat, 25 Nov 2006 02:14:45 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix)

Hi folks,

I've added virtual desktops to CVS. There have been numerous changes
throughout the source. This will probably cause breakage in your rc
files. Most probably the most common breakage will be that
define-stumpwm-command no longer takes a screen arg.

for example, in the source:

(define-stumpwm-command "meta" (screen (key :key "Key: "))
  (send-meta-key screen key))

Is now

(define-stumpwm-command "meta" ((key :key "Key: "))
  (send-meta-key (current-screen) key))

If you're having trouble fixing your rc file come to #stumpwm on
freenode and we'll sort it out.

-Shawn




reply via email to

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