Sha256: e697782bf5111f7bc74e2e9e230c76f3e698bfccd7809d91e7ae72c398999acd

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 Bytes

Contents

(progn
  (relisp-stop-slave)
  (setq relisp-ruby-slave-path "tests.rb")
  (relisp-start-slave))

;; bury current buffer
(ruby-eval "buffer_bury")

;; split this window vertically and set bottow window to
;; 'other-buffer'
(ruby-eval "buffer_window_equals")

;; split this window vertically then horizontally
(ruby-eval "window_split")

;; should move text up and return nil
(ruby-eval "window_scroll_up")

;; should move text down and return t
(ruby-eval "window_scroll_down")

;; create some windows and move them horizontally and vertically
(ruby-eval "window_shrink")

















































Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
relisp-0.9.2 manual_test/tests.el
relisp-1.0.0 manual_test/tests.el