emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/gnuplot eec13f0 007/184: Updtaed contact information for m


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot eec13f0 007/184: Updtaed contact information for move to github
Date: Sun, 29 Aug 2021 11:03:04 -0400 (EDT)

branch: elpa/gnuplot
commit eec13f065a763254193ad55223bd1585bede84dd
Author: Bruce Ravel <bravel@bnl.gov>
Commit: Bruce Ravel <bravel@bnl.gov>

    Updtaed contact information for move to github
---
 .gitignore   |  6 ++++++
 README.org   | 33 ++++++++++++++++++++-------------
 gnuplot.el   | 21 +++++++++++----------
 gpelcard.tex | 16 ++++++++--------
 4 files changed, 45 insertions(+), 31 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7859a1e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+README.html
+*.elc
+*.log
+*.aux
+*.pdf
+*.dvi
diff --git a/README.org b/README.org
index 55d3913..1da90b7 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
 
 This directory contains files for running Gnuplot from within emacs.
 This package was assembled by Bruce Ravel <bruceravel1@gmail.com>.
-See the homepage at http://xafs.org/BruceRavel/GnuplotMode
+See the homepage at [[http://xafs.org/BruceRavel/GnuplotMode]]
 
 
 * Contents
@@ -43,7 +43,7 @@ been modified to be consistent with that.
       below. 
 
   3.  Run ~make~.  If you use XEmacs, run ~make EMACS=xemacs~ (or change
-      the EMACS variable to "xemacs" in the Makefile, the run "make").
+      the EMACS variable to ~xemacs~ in the /Makefile/, the run ~make~).
 
   4.  Move the lisp files to the system site_lisp directory if you are
       installing as root.  If you are installing as a normal user move
@@ -59,7 +59,9 @@ been modified to be consistent with that.
       gnuplot.info must be placed somewhere where info can find it, for
       example ~/usr/info~  A line like this in your .emacs allows you to
       put gnuplot.info any place convenient:
-         ~(add-to-list 'Info-default-directory-list "/path/to/file")~
+      ~(add-to-list 'Info-default-directory-list "/path/to/file")~
+
+  7. To make the reference card, do ~pdflatex gpelcard.tex~
 
 
 
@@ -121,7 +123,11 @@ been modified to be consistent with that.
 
   1. Use [[http://tromey.com/elpa/][ELPA]]
 
-  2. Using gnuplot-mode on windows is problematic.  John Handy says:
+  2. New functionality for gnuplot 4?
+
+  3. Update info interface
+
+  4. Using gnuplot-mode on windows is problematic.  John Handy says:
 
      You probably get nagged quite a bit about this. Some have been running 
into
      issues with gnuplot-mode and Windows and I'm wondering if you have any
@@ -135,29 +141,30 @@ been modified to be consistent with that.
      gnuplot use:
      [[http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.php]]
 
-     If you're interested, here are some of the threads I'm referring to:\\
-     
[[http://newsgroups.derkeiler.com/Archive/Comp/comp.emacs/2007-07/msg00159.html]]\\
-     [[http://www.mail-archive.com/emacs-orgmode@gnu.org/msg14544.html\\]]
+     If you're interested, here are some of the threads I'm referring to:
+     
[[http://newsgroups.derkeiler.com/Archive/Comp/comp.emacs/2007-07/msg00159.html]]
+     [[http://www.mail-archive.com/emacs-orgmode@gnu.org/msg14544.html  ]]
      
[[http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/53489131c79f62b3]]
 
      If you'd like to see my summary of the issues to the org-mode mailing 
list,
      it's here: [[http://thread.gmane.org/gmane.emacs.orgmode/30235]]
 
 
-  3. Evans Winner points out that: "~make-local-hook~ seems to have
+  5. Evans Winner points out that: "~make-local-hook~ seems to have
      been removed from Emacs 24.  I found that it was a show-stopper
      until I commented the call out -- this was line 1866 in my copy
      of the source."
 
-  4. Jim Mehl says: "I usually put ~pause -1~ lines in my gnuplot
+  6. Jim Mehl says: "I usually put ~pause -1~ lines in my gnuplot
      scripts.  I have to be careful to comment these out if I execute the
      script within emacs.  It just hangs.  Is there a way out?"
-     : plot [-5:5] sin(x)/x
-     : pause -1
-     : plot [-5:5] (sin(x)/x)**2
-     : pause -1
+
      When run in a terminal the pauses let me review the screen, then
      proceed (like many gnuplot demo scripts).  When I run this script
      within emacs 23.1.1 with gnuplot-mode (gnuplot 4.5), emacs
      becomes unresponsive.  I cannot switch buffers.  I can switch to
      another window and kill emacs (usually undesirable).
+      : lot [-5:5] sin(x)/x
+      : pause -1
+      : plot [-5:5] (sin(x)/x)**2
+      : pause -1
diff --git a/gnuplot.el b/gnuplot.el
index f1022cb..3afa05e 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -1,12 +1,12 @@
 ;;;; gnuplot.el -- drive gnuplot from within emacs
 
-;; Copyright (C) 1998 Phil Type and Bruce Ravel, 1999-2002 Bruce Ravel
+;; Copyright (C) 1998, 2011 Phil Type and Bruce Ravel, 1999-2002 Bruce Ravel
 
-;; Author:     Bruce Ravel <ravel@phys.washington.edu> and Phil Type
-;; Maintainer: Bruce Ravel <ravel@phys.washington.edu>
+;; Author:     Bruce Ravel <bruceravel1@gmail.com> and Phil Type
+;; Maintainer: Bruce Ravel <bruceravel1@gmail.com>
 ;; Created:    June 28 1998
-;; Updated:    December 13, 2002
-;; Version:    0.6.0
+;; Updated:    13 September 2011
+;; Version:    0.6.1
 ;; Keywords:   gnuplot, plotting
 
 ;; This file is not part of GNU Emacs.
@@ -111,7 +111,7 @@
 ;;                         ============
 ;;
 ;; A recent version of this file can be found at
-;;   http://feff.phys.washington.edu/~ravel/software/gnuplot-mode/
+;;   http://guthub.com/bruceravel/gnuplot-mode/
 ;;
 ;; To autoload gnuplot-mode on any file with gp extension, put this in
 ;; your .emacs file
@@ -278,6 +278,7 @@
 ;;        forward 2 lines at a time
 ;;  0.6.0 Dec 13 2002 <BR> Changed numbering scheme to accommodate
 ;;        gnuplot packaging requirements
+;;  0.6.1 Sep 13 2011 <BR> Moved to guthub, updated contact info
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;; Acknowledgements:
 ;;    David Batty       <DB> (numerous corrections)
@@ -376,8 +377,8 @@
 (defconst gnuplot-maintainer "Bruce Ravel")
 (defconst gnuplot-maintainer-email "ravel@phys.washington.edu")
 (defconst gnuplot-maintainer-url
-  "http://feff.phys.washington.edu/~ravel/software/gnuplot-mode/";)
-(defconst gnuplot-version "0.6.0")
+  "http://github.com/bruceravel/gnuplot-mode/";)
+(defconst gnuplot-version "0.6.1")
 
 (defgroup gnuplot nil
   "Gnuplot-mode for Emacs."
@@ -387,7 +388,7 @@
   :group 'local
   :link '(emacs-library-link :tag "Lisp File" "gnuplot.el")
   :link '(url-link :tag "Homepage"
-                  
"http://feff.phys.washington.edu/~ravel/software/gnuplot-mode/";)
+                  "http://guthub.com/bruceravel/gnuplot-mode/";)
   :link '(custom-manual "(gnuplot)Top")
   :link '(emacs-commentary-link :tag "Commentary" "gnuplot.el") )
 (defgroup gnuplot-insertions nil
@@ -2450,7 +2451,7 @@ The help functions, keyword completion, and several other 
features
 depend upon having the info file properly installed.  The info file
 can be made in the document directory of the gnuplot distribution or
 is available at the `gnuplot-mode' web page:
-    http://feff.phys.washington.edu/~ravel/software/gnuplot-mode/
+    http://guthub.com/bruceravel/gnuplot-mode/
 
 If the help function does not work properly, you may have an older
 version of the gnuplot info file.  Try the suggestion in the document
diff --git a/gpelcard.tex b/gpelcard.tex
index 779c832..58b21c4 100644
--- a/gpelcard.tex
+++ b/gpelcard.tex
@@ -1,8 +1,8 @@
 
-%% Time-stamp: <2002/12/13 16:41:13 bruce>
+%% Time-stamp: <2011-09-13 10:22:26 bruce>
 
-%% This document is copyright (C) 1998-2002 Bruce Ravel 
<ravel@phys.washington.edu>
-%% This page covers version 0.6.0 of gnuplot-mode.
+%% This document is copyright (C) 1998-2002, 2011 Bruce Ravel 
<bruceravel1@gmail.com>
+%% This page covers version 0.6.1 of gnuplot-mode.
 
 %% This document is distributed in the hope that it will be useful,
 %% but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -36,8 +36,8 @@
 {\begin{Sbox}\begin{minipage}}%
   {\end{minipage}\end{Sbox}\fbox{\TheSbox}}
 
-\def\version{{0.6.0}}
-\def\revised{{17 May, 2002}}
+\def\version{{0.6.1}}
+\def\revised{{13 September, 2011}}
 \def\file#1{{\texttt{`#1'}}}
 \def\key#1{{\textrm \leavevmode\hbox{%
   \raise0.4pt\hbox{$\langle$}\kern-.08em\vtop{%
@@ -103,7 +103,7 @@ Gnuplot-mode is intended for composing scripts for the
 \textsc{gnuplot} plotting program.  It offers functions for sending
 commands or entire scripts to the \textsc{gnuplot} program as well as
 various functions to aid in composing scripts.  It works with any
-version of \textsc{gnuplot} from 3.5 to 3.8.  See the comments in the
+version of \textsc{gnuplot} above 3.5.  See the comments in the
 file \file{gnuplot.el} for instructions on installing gnuplot-mode.
 
 \vspace{2ex}
@@ -166,13 +166,13 @@ file \file{gnuplot.el} for instructions on installing 
gnuplot-mode.
   \begin{center}
     \footnotesize{Gnuplot-mode homepage} \\
     \scriptsize{%%
-      
\texttt{http://feff.phys.washington.edu/\char126ravel/software/gnuplot-mode/}}
+      \texttt{http://github.com/bruceravel/gnuplot-mode/}}
   \end{center}
 \end{Boxedminipage}
 \begin{flushleft}
   {\footnotesize
     This page {\copyright} 1998-2002 Bruce Ravel \hfill revised \revised \\
-    \texttt{<ravel@phys.washington.edu>} \\ %% \hfill printed \today \\
+    \texttt{<bruceravel1@gmail.com>} \\ %% \hfill printed \today \\
     This page covers version {\version} of gnuplot-mode.
 
     Permission is granted to make and distribute copies of this quick



reply via email to

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