ratpoison-devel
[Top][All Lists]
Advanced

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

[RP] emacs ratpoison roken?


From: Joe Corneli
Subject: [RP] emacs ratpoison roken?
Date: Tue Feb 3 00:38:08 2004

I'm running GNU Emacs 21.3.50.1, I have ratpoison-cmd.el and
ratpoison.el installed, and I have the following function:

;; from Shawn

(defun ratpoison-nogaps ()
  (interactive)
  (let ((wins (mapcar 'string-to-number (split-string (ratpoison-windows 
"%n")))))
  (loop for n in wins
        for i from 1 to (length wins)
        do (ratpoison-number i n))))


When I run it, I get the message

: unknown command 'indows'

-- What happened to the first `w'?

Playing around with other commands defined in ratpoison-cmd.el
produces the same result.  I can't guess what's going on from the
emacs code (which I guess hasn't changed?).

Joe



reply via email to

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