[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 87/299: Support darwin.
From: |
Stefan Monnier |
Subject: |
[elpa] 87/299: Support darwin. |
Date: |
Sun, 02 Nov 2014 03:10:31 +0000 |
monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 1d0d1ac642e1acc6db859458dfcb7a151d657ac1
Author: Leo Liu <address@hidden>
Date: Sat Apr 17 12:50:55 2010 +0100
Support darwin.
* tex.el (TeX-view-program-list-builtin)
(TeX-view-program-selection): Enable commented code to support
darwin system.
---
ChangeLog | 4 ++++
tex.el | 22 +++++++++-------------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2b11e29..ba42e47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
`outline-regexp'. See bug report
http://permalink.gmane.org/gmane.emacs.auctex.bugs/1648.
+ * tex.el (TeX-view-program-list-builtin)
+ (TeX-view-program-selection): Enable commented code to support
+ darwin system.
+
2013-04-08 Tassilo Horn <address@hidden>
* latex.el (LaTeX-style-list): Correct docstring.
diff --git a/tex.el b/tex.el
index 8a90e83..f7607b3 100644
--- a/tex.el
+++ b/tex.el
@@ -1091,13 +1091,11 @@ the requirements are met."
'(("Yap" ("yap -1" (mode-io-correlate " -s %n%b") " %o"))
("dvips and start" "dvips %d -o && start \"\" %f")
("start" "start \"\" %o")))
-;; XXX: We need the advice of a Mac OS X user to configure this
-;; correctly and test it.
-;; ((eq system-type 'darwin)
-;; '(("Preview.app" "open -a Preview.app %o")
-;; ("Skim" "open -a Skim.app %o")
-;; ("displayline" "displayline %n %o %b")
-;; ("open" "open %o")))
+ ((eq system-type 'darwin)
+ '(("Preview.app" "open -a Preview.app %o")
+ ("Skim" "open -a Skim.app %o")
+ ("displayline" "displayline %n %o %b")
+ ("open" "open %o")))
(t
`(("xdvi" ("%(o?)xdvi"
(mode-io-correlate " -sourceposition \"%n %b\" -editor \"%cS\"")
@@ -1204,12 +1202,10 @@ restarting Emacs."
(output-dvi "Yap")
(output-pdf "start")
(output-html "start")))
-;; XXX: We need the advice of a Mac OS X user to configure this
-;; correctly and test it.
-;; ((eq system-type 'darwin)
-;; '((output-dvi "open")
-;; (output-pdf "open")
-;; (output-html "open")))
+ ((eq system-type 'darwin)
+ '((output-dvi "open")
+ (output-pdf "open")
+ (output-html "open")))
(t
'(((output-dvi style-pstricks) "dvips and gv")
(output-dvi "xdvi")
- [elpa] 75/299: * latex.el (LaTeX-common-initialization): Remove `addbibresource' macro., (continued)
- [elpa] 75/299: * latex.el (LaTeX-common-initialization): Remove `addbibresource' macro., Stefan Monnier, 2014/11/01
- [elpa] 74/299: * style/biblatex.el (LaTeX-biblatex-addbibresource-options): New variable. (LaTeX-arg-addbibresource): New function, based on current `TeX-arg-bibliography'. ("biblatex"): Add `addbibresource' macro. (LaTeX-biblatex-package-options): Use `TeX-read-key-val'. * latex.el (TeX-arg-bibliography): Remove `addbibresource' support., Stefan Monnier, 2014/11/01
- [elpa] 77/299: * latex.el (TeX-arg-document): Search for LaTeX classes., Stefan Monnier, 2014/11/01
- [elpa] 80/299: Fix for conversion to git., Stefan Monnier, 2014/11/01
- [elpa] 79/299: Minor fix for the latest commit., Stefan Monnier, 2014/11/01
- [elpa] 81/299: Add .gitignore file., Stefan Monnier, 2014/11/01
- [elpa] 85/299: Minor docfix., Stefan Monnier, 2014/11/01
- [elpa] 83/299: provide completion for options in `TeX-arg-document', Stefan Monnier, 2014/11/01
- [elpa] 84/299: improve completion in LaTeX-arg-usepackage, Stefan Monnier, 2014/11/01
- [elpa] 82/299: Delete CVS Id keywords from lisp files., Stefan Monnier, 2014/11/01
- [elpa] 87/299: Support darwin.,
Stefan Monnier <=
- [elpa] 78/299: Better management of package options., Stefan Monnier, 2014/11/01
- [elpa] 90/299: Update README for Git., Stefan Monnier, 2014/11/01
- [elpa] 91/299: Fix typo., Stefan Monnier, 2014/11/01
- [elpa] 92/299: Syntax fix., Stefan Monnier, 2014/11/01
- [elpa] 93/299: Fix bug in TeX-evince-sync-view., Stefan Monnier, 2014/11/01
- [elpa] 86/299: Make LaTeX-outline-level work for customized outline-regexp., Stefan Monnier, 2014/11/01
- [elpa] 88/299: Improve TeX-math-input-method-off-regexp., Stefan Monnier, 2014/11/01
- [elpa] 89/299: Fix a bug in font-latex-add-to-syntax-alist., Stefan Monnier, 2014/11/01
- [elpa] 97/299: Replace completing-read-multiple with TeX-completing-read-multiple., Stefan Monnier, 2014/11/01
- [elpa] 98/299: Use crm-separator as separator in XEmacs TeX-completing-read-multiple., Stefan Monnier, 2014/11/01