Пытаюсь настроить (подключить) emacs+rails в файле .emacs, но
An error has occurred while loading `/home/sassha/.emacs':
File error: Cannot open load file, find-recursive
Решил другим способом
Создал тут /etc/emacs/site-start.d файл 50rails.el
(setq load-path (cons (concat «/usr/share/emacs/site-lisp/emacs-
rails») load-path))
(defun try-complete-abbrev (old)
(if (expand-abbrev) t nil))
(setq hippie-expand-try-functions-list
'(try-complete-abbrev
try-complete-file-name
try-expand-dabbrev))
(require 'rails)
Сюда /usr/share/emacs/site-lisp скачал и положил файл
настраивал по http://dima-exe.ru/rails-on-emacs/rails-on-emacs-in-russian
ничего не получилось *