help-gnu-emacs
[Top][All Lists]
Advanced

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

Query for modifying .emac file to support e language mode


From: jaichandra
Subject: Query for modifying .emac file to support e language mode
Date: Mon, 24 Oct 2005 11:31:08 +0530

 Hello,
               I am user of emacs. I am working for samsung electronics
    co ltd India software operations.  I have a problem in modifying my
    .emacs file to support the specman .e files. I downloaded the
    specman-mode.el file into my lisp directory and add the following
    code into my .emac  file.
 
  ;;(require 'specman-mode)
  (autoload 'specman-mode "specman-mode" "Specman code editing mode" t)
 
  (setq auto-mode-alist
    (append (list
      (cons "
\\.e\\'" 'specman-mode)
      (cons "
\\.e3\\'" 'specman-mode)
      (cons "
\\.load\\'" 'specman-mode)
      (cons "
\\.ecom\\'" 'specman-mode)
      (cons "
\\.etst\\'" 'specman-mode))
     auto-mode-alist))
 
    When ever i open the .e extention files in emacs i am getting the
    following error.
 
  File mode specification error: (file-error "can not open load file "
    "specman-mode" )
 
   I request you to help in modifing my .emacs file to support the
    specman files.
 
   - thanks and regards
     jayachandra


reply via email to

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