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

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

[h-e-w] I am running xemacs 21.4 - emacro


From: Paul Kraus
Subject: [h-e-w] I am running xemacs 21.4 - emacro
Date: Fri, 16 Jan 2004 12:07:03 -0500

I am running xemacs 21.4 on a windows xp pro workstation.
I have installed the emacro package under c:\emacro.

This is what my c:\.emacs file looks like (I am assuming this is the config
file it starts up with but I am not sure with .xemacs I had gnu emacs
installed previously so this may be the wrong config file.

Nothing seems to be any different. I was never asked any questions like the
docs said I would. 

I installed from the emacro.exe file.

;;-*- Mode: Emacs-Lisp -*-   ;Comment that puts emacs into lisp mode
;;Time-stamp: <2002-03-05 21:36:40 bingalls>
;;TABLE OF CONTENTS
;;      Legal
;;      Commentary (Description)
;;      Version History
;;      Code

;;__________________________________________________________________________
;;; Legal:
;;Copyright C 1998,2002 Bruce Ingalls address@hidden
;;See the file emacs/COPYING for license
;;This file is not (yet) part of Emacs nor XEmacs.

;;This distribution is available at <url: http://www.ikoch.de/ >
;;and <url: http://www.sourceforge.net/projects/emacro/ >

;;__________________________________________________________________________
;;;;    Commentary
;;Emacs editor startup file. This is the very first startup file.
;;It is not recommended that you edit this file, except to change
'use-home'.
;;Instead, edit home.el (and perhaps loadpath.el) in the use-home directory.

;;__________________________________________________________________________
;;;     History:        See emacs/ChangeLog

;;__________________________________________________________________________
;;;;    Code
;;Do not change the code below!
;;__________________________________________________________________________
;;The following will improve your emacs file browsing experience:
(autoload 'outline-minor-mode "outline" "automagic index to jump to" t)

;;__________________________________________________________________________
;;Setup Options->EMacro menu to invoke M-x customize
;;Create the Options->emacro group for M-x customize
(defgroup emacro nil "EMacro settings." :group 'emacs)

;;This expands your HOME path
(defcustom emacro-top-dir (concat (expand-file-name "~") "/emacs/")
  "Absolute path where all EMacro files are."
  :group 'emacs
  :type 'string)

;;Tell load-library where to search.
(add-to-list 'load-path emacro-top-dir)
(add-to-list 'load-path (concat emacro-top-dir "emacro/"))
;;__________________________________________________________________________
;;Kick off EMacro
(require 'e-macro)

;;__________________________________________________________________________
;;Do not edit this file! See Commentary above.
;;Note that `M-x customize` could add code below. This is acceptable.


TIA,

 Paul Kraus
 -----------------------
 PEL Supply Company
 Network Administrator
 -----------------------
 800 321-1264 Toll Free
 216 267-5775 Voice
 216 267-6176 Fax
 www.pelsupply.com
 -----------------------

Attachment: Paul Kraus (pkraus@pelsupply.com).vcf
Description: Vcard


reply via email to

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