| Class | El4r::ELInstance |
| In: |
bin/el4r-instance
|
| Parent: | Object |
| conf | [R] | settings by ~/.el4rrc.rb |
| el4r_homedir | [RW] | el4r_load evals an EmacsRuby script from this directory. |
| el4r_is_debug | [RW] | If true, verbose log output. |
| el4r_rubyobj_stock | [R] | |
| elvar | [R] | An Struct like object to handle EmacsLisp‘s variable. |
| outer | [RW] |
Load an EmacsRuby script.
If path_to_rb‘s dirname is omitted, searches a script from el4r_load_path. If is_noerror is true and path_to_rb is not found, returns false instead of raise LoadError. If success, returns true.