From: tomo Date: Tue, 10 Mar 1998 05:25:54 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create tag 'tm7_92'. X-Git-Tag: tm7_92 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=64e08afa6c6022209dd3e82bfccf9784cebe6e16;p=elisp%2Fsinfo.git This commit was manufactured by cvs2svn to create tag 'tm7_92'. --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 6bdd42a..0000000 --- a/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# -# $Id: Makefile,v 1.1 1996-12-04 05:03:04 morioka Exp $ -# - -EMACS = emacs -FLAGS = -batch -q -no-site-file -l SINFO-MK - -PREFIX = - -FILES = sinfo/Makefile sinfo/SINFO-* \ - sinfo/*.el \ - tl/*.el tl/TL-ELS \ - emu/*.el emu/EMU-ELS - -TARFILE = sinfo-0.1.tar - - -elc: - $(EMACS) $(FLAGS) -f compile-sinfo - -install: elc - $(EMACS) $(FLAGS) -f install-sinfo $(PREFIX) - - -clean: - -rm *.elc - - -tar: - cd ..; tar cvf $(TARFILE) $(FILES); gzip -best $(TARFILE) diff --git a/SINFO-CFG b/SINFO-CFG deleted file mode 100644 index fbfa72f..0000000 --- a/SINFO-CFG +++ /dev/null @@ -1,68 +0,0 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: SINFO-CFG,v 1.2 1997-01-01 06:53:26 morioka Exp $ -;;; - -(defvar default-load-path load-path) -(setq load-path (nconc - (mapcar (function - (lambda (path) - (expand-file-name path default-directory) - )) - '("." "../emu" "../tl" "../sinfo") - ) - load-path)) - -(require 'tl-misc) -(require 'install) - - -;;; @ shell -;;; - -;; Please specify shell command path. -(setq SHELL - (find-if (function file-exists-p) - '("/bin/sh" "/usr/bin/sh") - )) - -;; Please specify shell command option. -(setq SHELLOPTION "-c") - - -;;; @ Please specify prefix of install directory. -;;; - -;; Please specify install path prefix. -;; If it is omitted, shared directory (maybe /usr/local is used). -(defvar PREFIX install-prefix) -;;(setq PREFIX "~/") - -;; Please specify tl prefix [optional] -;;(setq TL_PREFIX "tl") -(setq TL_PREFIX - (if (string-match "XEmacs" emacs-version) - "tl" - "")) - -(setq SINFO_PREFIX "sinfo") - - -;;; @ optional settings -;;; - -;; It is generated by automatically. Please set variable `PREFIX'. -;; If you don't like default directory tree, please set it. -(defvar LISPDIR (install-detect-elisp-directory PREFIX)) -;; (setq install-default-elisp-directory "~/lib/emacs/lisp") - -(setq EMU_DIR (install-detect-elisp-directory PREFIX nil - 'version-specific)) - -(setq TL_DIR (expand-file-name TL_PREFIX LISPDIR)) -(setq SINFO_DIR (expand-file-name SINFO_PREFIX LISPDIR)) - -(setq DTD_DIR (expand-file-name "share/sgml/dtd" PREFIX)) -(setq TEXI_REP_DIR (expand-file-name "share/sgml/rep/sinfo" PREFIX)) - -;;; SINFO-CFG ends here diff --git a/SINFO-ELS b/SINFO-ELS deleted file mode 100644 index c48a3a7..0000000 --- a/SINFO-ELS +++ /dev/null @@ -1,11 +0,0 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: SINFO-ELS,v 1.1 1996-11-28 13:35:16 morioka Exp $ -;;; - -(setq sinfo-modules - (cond (running-mule-merged-emacs - '(sinfo) - ))) - -;;; SINFO-ELS ends here diff --git a/SINFO-MK b/SINFO-MK deleted file mode 100644 index 125dd0a..0000000 --- a/SINFO-MK +++ /dev/null @@ -1,41 +0,0 @@ -;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: SINFO-MK,v 1.1 1996-11-28 13:35:39 morioka Exp $ -;;; - -(defun config-sinfo () - (let (prefix exec-prefix) - (setq prefix (car command-line-args-left)) - (and prefix - (not (string-equal "NONE" prefix)) - (progn - (defvar PREFIX prefix) - (setq command-line-args-left (cdr command-line-args-left)) - ) - )) - (load-file "SINFO-CFG") - (load-file "../emu/EMU-ELS") - (load-file "../tl/TL-ELS") - (load-file "SINFO-ELS") - (princ (format "PREFIX=%s\n" PREFIX)) - ) - -(defun compile-sinfo () - (config-sinfo) - (print load-path) - (compile-elisp-modules emu-modules "../emu") - (compile-elisp-modules tl-modules "../tl") - (compile-elisp-modules sinfo-modules ".") - ) - -(defun install-sinfo () - (config-sinfo) - (princ (format "%s\n" emacs-version)) - (install-elisp-modules emu-modules "../emu" EMU_DIR) - (install-elisp-modules tl-modules "../tl" TL_DIR) - (install-elisp-modules sinfo-modules "." SINFO_DIR) - (install-files '("sinfo.dtd") "." DTD_DIR nil 'overwrite) - (install-files '("texi-mapping") "." TEXI_REP_DIR nil 'overwrite) - ) - -;;; MK-SINFO ends here diff --git a/texi-mapping b/texi-mapping deleted file mode 100644 index 29bd66c..0000000 --- a/texi-mapping +++ /dev/null @@ -1,412 +0,0 @@ -% sinfo to texinfo replacement file -% by MORIOKA Tomohiko -% $Id: texi-mapping,v 1.1 1996-12-23 20:13:11 morioka Exp $: - - + - + - - "\\input texinfo.tex\n@setfilename\n@settitle{}\n" + - - - + "@node Top\n@top\n" + - + "@bye" + - - + "@afourpaper" + - - -% Manual Pages are expected to be formatted using nroff (or groff), unless -% they are included as sections of other qwertz documents. - - - - - + "@titlepage" + - + "@end titlepage" + - - + "@title " - - - + "@subtitle " - - - + "@author " - - - - - - " and " - - - " thanks to " - - -% ??? - " \\\\\n\\\\" + - - - + "@subtitle " - - - "@*" - - - + - -
+ "@c %% " -
- - "{" - "}" - - "{" - "}" + - - + "@example" + - + "@end example" + - - + "\n@ifinfo" + - + "@end ifinfo" + - - + "\n@appendix " - - - - - - + "@printindex cp" + - - - + "@printindex fn" + - - - + "@printindex vr" + - - - + "\\listoffigures" + - - - + "\\listoftables" + - - -

+ "\n@chapter " -

- -

+ "\n@section " -

- -

+ "\n@subsection " -

- -

+ "\n@subsubsection " -

- -
+ "\n@subsubsubsection " -
- - + "@node " - - - "" - "\n" - -

+ "\n" + -

"{@refill}" + - - + "@noindent" + - - - + "@end itemize" + - -
    + "@enumerate" + -
+ "@end enumerate" + - - + "\\begin{list}{}{}\n" + - + "\\end{list}" + - -
+ "@table @samp" + -
+ "@end table" + -
+ "@item " -
+ -
+ "\n" - + "@table @var" + - + "@end table" + - + "@table @kbd" + - + "@end table" + - + "@item @key{" - "}\n" - + "\n" -
  • + "@item\n" -
  • + - - + "@item " - "\n" - - "\\cite{[ID]" - "}" - - "\\cite\[[NOTE]\]{[ID]" - "}" - - "\\idx{" - "}" - - "\\cdx{" - "}" - - "\\footnote{" - "}" - - "``" - "''" - - + "\\begin{quotation}\n" + - + "\n\\end{quotation}\n\n" + - - "`" - "'" - - "@strong{" - "}" - - "@emph{" - "}" - - "" - "" - - "`" - "'" - - "`" - "'" - - "`" - "'" - -% Added by mdw - "\\cparam{" - "}" - - "@CONCEPT{" - "}" - - "@AREF{([file])[node]}{}" - "@end AREF" - - "(cf. [p]@ref{([file])[node]}{}" - "{@refill})" + - - "@ref{([file])[node]}" - - - "@DREF{([file])" - "}@end DREF{@refill}" - - - - - - - - - - - "@code{" - "}" - - + "@example" + - + "@end example" + - - + "@example" + - + "@end example" + - - + "@quotation" + - + "@end quotation" + - -% theorems and such - - + "@deffn" - + "@end deffn" + - - + "@defun [name]" - + "@end defun" + - - " &optional " - " &rest " - - + "@deffn{[type]} [name]" - + "@end deffn" + - - + "@defvar [name]" + - + "@end defvar" + - - + "\\begin{proposition}" + - + "\\end{proposition}" + - - + "\\begin{lemma}" - + "\\end{lemma}\n\n" + - - + "\\begin{corollary}" - + "\\end{corollary}\n\n" + - - + "\n{\\noindent{\\bf Proof.} " + - + "}" - - + "\\begin{theorem}" - + "\\end{theorem}\n\n" + - - "\[" - "\]" + - - "@var{" - "}" - - + "@lisp" + - + "@end lisp" + - - "<" - ">" - - "@file{" - "}" - - "@kbd{" - "}" - - "@key{" - "}" - - + "@noindent\n@strong{\[[title]\]}\n@quotation\n" + - + "@end quotation" + - - "@cindex{[name]}@cindex{[type]}@cindex{RFC [number]}\n@noindent\n\[[name]: RFC [number]\]\n@quotation\n[author], ``[title]'', [date], [type] (obsolete RFC [obsolete]).\n@end quotation" + - - "@cindex{[abbrev]}@cindex{[number]:[year]}\n@noindent\n\[[abbrev]]\n@quotation\n[org],’¡Ø[title-cn]’¡Ù,’¡Ø[title-ja]’¡Ù, ``[title-fr]'', ``[title-en]'', [number]:[year].\n@end quotation" + - - "@cindex{[abbrev]}\n@noindent\n\[[abbrev]]\n@quotation\n[author],’¡Ø[title-cn]’¡Ù,’¡Ø[title-ja]’¡Ù, ``[title-fr]'', ``[title-en]'', [date].\n@end quotation" + - - "@cindex{[abbrev]}\n@noindent\n\[[abbrev]]\n@quotation\n[author],’¡Ø[title-cn]’¡Ù,’¡Ø[title-ja]’¡Ù, ``[title-fr]'', ``[title-en]'', [book-cn], [book-en], [book-ja], [book-fr], [date].\n@end quotation" + - -% mathematics - - "$" - "$" - - + "\\\[" - "\\\]" + - - + "\\begin{equation}" + - + "\\end{equation}\n" + - - "\\frac" - - - "{" - "}" - - "{" - "}" - - - - - - - - "_{" - "}" - - "^{" - "}" - - - - - "\\prod" - - - "\\int" - - - "\\sum" - - - "\\sqrt\[[n]\]{" - "}" - - + "\\begin{array}{[ca]}" + - + "\\end{array}" + - - " \\\\ " + - - - " & " - - - - "^(" - ")" - - "_(" - ")" - - "*" - "*" - - "ol(" - ")" - - "\\mbox{\\tt " - "}" - - "\\vec{" - "}" - - "" - "" - - "{@r{}" - "}" - - "\\\\ \n" - - -% figures - -
    + "\\begin{figure}\[[LOC]\]" + -
    + "\\end{figure}\n" + - - + "\\centerline{\\epsffile{[FILE].ps}}" + - - - - + "\\vspace{[VSPACE]}\n\\par" + - - - + "\\caption{" - "}" + - -% tables - - + "\\begin{table}\[[LOC]\]" + -
    + "\\end{table}" + - - + "\\begin{center}\n" - "\\begin{tabular}{[ca]}" + - + "\\end{tabular}\n" - "\\end{center}" + - - "\\\\ " + - - - "& " - - - + "\\hline" + - - -% end of texinfo replacement file -