auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. cff843b1753df62c75071


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. cff843b1753df62c75071c4cbdafd2c88547108d
Date: Sat, 5 May 2018 00:41:17 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  cff843b1753df62c75071c4cbdafd2c88547108d (commit)
      from  527bcb26954c2c0be3721be9878e7afdb44ebeae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cff843b1753df62c75071c4cbdafd2c88547108d
Author: Ikumi Keita <address@hidden>
Date:   Sat May 5 13:39:37 2018 +0900

    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.

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.")

-----------------------------------------------------------------------

Summary of changes:
 doc/auctex.texi |  9 +++------
 tex-jp.el       | 57 +--------------------------------------------------------
 2 files changed, 4 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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