Class: Relisp::WindowConfiguration

Inherits:
Proxy show all
Defined in:
lib/relisp/type_conversion/editing_types.rb

Overview

A proxy to an Emacs window-configuration

Instance Attribute Summary

Attributes inherited from Proxy

#elisp_variable, #slave

Instance Method Summary collapse

Methods inherited from Proxy

from_elisp, #to_elisp

Constructor Details

#initialize(*args) ⇒ WindowConfiguration

args must be of the form (symbol, slave = Relisp.default_slave)

The symbol argument is considered to be the name of a pre-existing window-configuration in the slave process.



943
944
945
946
947
# File 'lib/relisp/type_conversion/editing_types.rb', line 943

def initialize(*args)
  super do 
    raise ArgumentError, "Cannot create WindowConfiguration using 'new' method."
  end
end