Twas brillig at 15:55:23 27.02.2009 UTC+02 when gave...@bifit.com.ua did gyre 
and gimble:

 >> (global-set-key [?\C-,] 'switch-to-prev-window)
 >> (global-set-key [?\C-.] 'switch-to-next-window)
 >>
 OG> Нету таких функций в 22.3. Что имелось в виду?

А, это мои :)

(defun switch-to-prev-window ()
  (interactive)
  (other-window -1))

(defun switch-to-next-window ()
  (interactive)
  (other-window 1))

-- 

Attachment: pgp6X4KuvVcT5.pgp
Description: PGP signature

Ответить