[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex cff843b 17/48: Remove obsolete option related to
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex cff843b 17/48: Remove obsolete option related to Japanese TeX |
Date: |
Sun, 16 Sep 2018 01:47:22 -0400 (EDT) |
branch: externals/auctex
commit cff843b1753df62c75071c4cbdafd2c88547108d
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>
Remove obsolete option related to Japanese TeX
* tex-jp.el (japanese-TeX-command-list): Remove. Ataka-san and I
(Ikumi) discussed this topic and decided to delete this option.
* doc/auctex.texi (Japanese): Mention the above change.
---
doc/auctex.texi | 9 +++------
tex-jp.el | 57 +--------------------------------------------------------
2 files changed, 4 insertions(+), 62 deletions(-)
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 6f222c5..09b022c 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -4715,16 +4715,13 @@ If non-nil, used for decoding output from Japanese
@TeX{} process.
When @code{nil}, @AUCTeX{} tries to choose suitable coding system.
@end defopt
-The former customize options @code{japanese-TeX-command-default} and
address@hidden are removed from @AUCTeX{}. Use
+The former customize options @code{japanese-TeX-command-default},
address@hidden and
address@hidden are removed from @AUCTeX{}. Use
@code{japanese-TeX-engine-default} instead. If you need to customize
the executable file name such as @samp{"latex"}, the options for them,
or both, customize @code{TeX-engine-alist}.
-Also, the option @code{japanese-TeX-command-list} is considered as
-semi-obsolete. It still functions as before, but in theory, it is not
-required anymore in normal use.
-
The following two additional font commands are available in
@LaTeX{} mode buffer.
diff --git a/tex-jp.el b/tex-jp.el
index 83e66af..a3e20fe 100644
--- a/tex-jp.el
+++ b/tex-jp.el
@@ -1,6 +1,6 @@
;;; tex-jp.el --- Support for Japanese TeX. -*- coding: iso-2022-jp-unix; -*-
-;; Copyright (C) 1999, 2001-2008, 2012-2013, 2016-2017
+;; Copyright (C) 1999, 2001-2008, 2012-2013, 2016-2018
;; Free Software Foundation, Inc.
;; Author: KOBAYASHI Shinji <address@hidden>,
@@ -64,55 +64,6 @@ systems are determined by their values regardless of the
kanji option."
(jtex "jTeX" "jtex" "jlatex" nil)
(uptex "upTeX" "euptex" "uplatex" "euptex"))))
-;; $B=gD4$K9T$1$PITMW$K$J$k!#(B
-(defcustom japanese-TeX-command-list
- ;; Changed to double quotes for Windows afflicted people. I don't
- ;; use the %(latex) and %(tex) shorthands here because I have not
- ;; clue whether Omega-related versions exist. --dak
- '(("jTeX" "%(PDF)jtex %`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (plain-tex-mode) :help "Run NTT jTeX")
- ("jLaTeX" "%(PDF)jlatex %`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (latex-mode) :help "Run NTT jLaTeX")
- ("pTeX" "%(PDF)ptex %(kanjiopt)%`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (plain-tex-mode) :help "Run ASCII pTeX")
- ("pLaTeX" "%(PDF)platex %(kanjiopt)%`%S%(PDFout)%(mode)%' %t"
- TeX-run-TeX nil (latex-mode) :help "Run ASCII pLaTeX")
- ("Mendex" "mendex %(mendexkopt)%s" TeX-run-command nil t :help "Create
index file with mendex")
- ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t :help "Run jBibTeX")
- ("pBibTeX" "pbibtex %(kanjiopt)%s" TeX-run-BibTeX nil t :help "Run
pBibTeX"))
- "Additional list of commands, especially for Japanese.
-For detail, see `TeX-command-list', to which this list is appended."
- :group 'AUCTeX-jp
- :type '(repeat (group :value ("" "" TeX-run-command nil t)
- (string :tag "Name")
- (string :tag "Command")
- (choice :tag "How"
- :value TeX-run-command
- (function-item TeX-run-command)
- (function-item TeX-run-format)
- (function-item TeX-run-TeX)
- (function-item TeX-run-interactive)
- (function-item TeX-run-BibTeX)
- (function-item TeX-run-compile)
- (function-item TeX-run-shell)
- (function-item TeX-run-discard)
- (function-item TeX-run-background)
- (function-item TeX-run-silent)
- (function-item TeX-run-discard-foreground)
- (function-item TeX-run-function)
- (function-item TeX-run-discard-or-function)
- (function :tag "Other"))
- (boolean :tag "Prompt")
- (choice :tag "Modes"
- (const :tag "All" t)
- (set (const :tag "Plain TeX" plain-tex-mode)
- (const :tag "LaTeX" latex-mode)
- (const :tag "DocTeX" doctex-mode)
- (const :tag "ConTeXt" context-mode)
- (const :tag "Texinfo" texinfo-mode)
- (const :tag "AmSTeX" ams-tex-mode)))
- (repeat :tag "Menu elements" :inline t sexp))))
-
;; customize option $B$N=i4|CM$d(B saved value
$B$=$N$b$N$r2~JQ$7$J$$$h$&$K(B
;; $B$9$k$?$a!"(Bsetcar $B$N;HMQ$OHr$1$k!#(B
(setq TeX-command-list
@@ -133,12 +84,6 @@ For detail, see `TeX-command-list', to which this list is
appended."
l)))
TeX-command-list))
-;; $B=gD4$K9T$1$PITMW$K$J$k!#(B
-(setq TeX-command-list
- (append japanese-TeX-command-list
- '(("-" "" ignore nil t)) ;; separator for command menu
- TeX-command-list))
-
;; Define before first use.
(defvar japanese-TeX-mode nil
"Non-nil means the current buffer handles Japanese TeX/LaTeX.")
- [elpa] externals/auctex 6a17a52 24/48: ; * doc/changes.texi (News in 12.2): Add news about removed option., (continued)
- [elpa] externals/auctex 6a17a52 24/48: ; * doc/changes.texi (News in 12.2): Add news about removed option., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex ff08d38 28/48: Fix region compilation with \usepackage[utf8]{inputenc}, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex cad042f 31/48: Add note and test about the change involving non-ascii file name, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 5ce08ab 33/48: Raise robustness of call of dvipng command, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 3741b8c 26/48: Prepare for UTF-8 with BOM, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 4816092 36/48: Fix possible endless loop, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 74c4843 40/48: Add new style/thmtools.el and style/thm-restate.el, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex ff8f183 39/48: ; * style/floatrow.el (LaTeX-floatrow-update-key-val-options): Use `setq' inside the loop., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex e0caf59 25/48: Drop compatibility code for older emacsen in preview-latex, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 1fef01c 45/48: Update style/lettrine.el to package version 2.01, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex cff843b 17/48: Remove obsolete option related to Japanese TeX,
Tassilo Horn <=
- [elpa] externals/auctex a59c754 35/48: Adjust test for known emacs bug, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 0d5c1c0 41/48: ; Fix last commit and push missing Makefile.in., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 45747b9 42/48: Add \eqref to RefTeX's reference styles, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a8ea127 29/48: Accept non-ascii file name in accord with change in TL 2018, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 48325a7 20/48: Update URLs further, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 8d30dc1 37/48: Add new style/marginnote.el, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 5df288d 44/48: ; Remove unwanted spaces., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a7cde09 47/48: Update style/lettrine.el to package version 2.21, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 31ee142 38/48: Fix regression of `TeX-view', Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 80bcd0a 46/48: Update style/lettrine.el to package version 2.1, Tassilo Horn, 2018/09/16