bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-recutils] rec-mode fails to load - emacs 25.1.50.2


From: Charles Millar
Subject: Re: [bug-recutils] rec-mode fails to load - emacs 25.1.50.2
Date: Sun, 24 Jul 2016 20:47:20 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi Jose,


On 07/23/2016 09:34 AM, Jose E. Marchesi wrote:
     I am posting here although I am not sure if this recutils or emacs
     related.
I use LMDE2 I installed emacs 24.4 and recutils using the package
     manager.
As a different user on the same machine I just installed and built
     emacs 25.1.50.2. I copies the 24.4 .emacs.d/init.el file over to the
     emacs 25 user.
All files that I have in the init.el, i.e. (add-to-iist 'load path,
     etc.) load, except the rec-mode and ob-rec (called using org-mode
     settings in init.el.,
File error: Cannot open load file, No such file or directory, rec-mode
     (or ob-rec)

rec-mode.el is not in your load-path.  That's the problem.  Just
complete load-path and try again :)

I have the following in both my Emacs 24 and Emacs 25 init.el files ( I should have included this in my earlier post):

(add-to-list 'load-path "/usr/share/emacs/site-lisp/rec-mode.el")
(require 'rec-mode)
(add-to-list 'auto-mode-alist '("\\.rec\\'" . rec-mode))

This loads with no problem in Emacs 24; however the above file error occurs in my Emacs 25.

If I comment out the (require 'rec-mode) line the Emacs 25 init.el, Emacs 25 loads without error.

However, a rec-mode file will not open in rec-mode, but in fundamental node, which I suppose is to be expected.

Best,

Charlie Millar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]