unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: jaichandra <jaichandra.v@samsung.com>
Subject: Query for modifying .emac file to support e language mode
Date: Mon, 24 Oct 2005 11:31:08 +0530	[thread overview]
Message-ID: <001201c5d860$5506dba0$c4466c6b@sisodomain.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1001 bytes --]

 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

[-- Attachment #1.2: Type: text/html, Size: 2428 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

             reply	other threads:[~2005-10-24  6:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-24  6:01 jaichandra [this message]
2005-10-24  8:44 ` Query for modifying .emac file to support e language mode Peter Dyballa
2005-10-25 18:06   ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001201c5d860$5506dba0$c4466c6b@sisodomain.com' \
    --to=jaichandra.v@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).