Bug 151122

Summary: gnuplot-emacs is missing ...-init.el file
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: gnuplotAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-02 10:32:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2005-03-15 03:01:49 UTC
Description of problem:

Not strictly a bug but it does not follow a pattern used by
other "extra" emacs packages.  There is no file like

/usr/share/emacs/site-lisp/site-start.d/gnuplot-init.el

with a content, say:

(autoload 'gnuplot-mode "gnuplot" "gnuplot major mode" t)
(autoload 'gnuplot-make-buffer "gnuplot"
  "open a buffer in gnuplot-mode" t)
(setq auto-mode-alist (append '(("\\.gp$" . gnuplot-mode))
			      auto-mode-alist))

A user is basically expected to go through comments in gnuplot.el
and create something like that on her/his own.

Version-Release number of selected component (if applicable):
gnuplot-emacs-4.0.0-4

Comment 1 Phil Knirsch 2005-09-02 10:32:16 UTC
Looks like a good idea, will include in the next gnuplot development build.

Read ya, Phil