[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102749: * lisp/textmodes/rst.el (rst
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102749: * lisp/textmodes/rst.el (rst-compile-pdf-preview) |
Date: |
Tue, 04 Jan 2011 11:09:13 +0100 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102749
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Tue 2011-01-04 11:09:13 +0100
message:
* lisp/textmodes/rst.el (rst-compile-pdf-preview)
(rst-compile-slides-preview): Remove extra line.
modified:
lisp/ChangeLog
lisp/textmodes/rst.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-01-04 04:47:39 +0000
+++ b/lisp/ChangeLog 2011-01-04 10:09:13 +0000
@@ -1,3 +1,8 @@
+2011-01-04 Andreas Schwab <address@hidden>
+
+ * textmodes/rst.el (rst-compile-pdf-preview)
+ (rst-compile-slides-preview): Remove extra line.
+
2011-01-04 Glenn Morris <address@hidden>
* textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
=== modified file 'lisp/textmodes/rst.el'
--- a/lisp/textmodes/rst.el 2011-01-04 04:47:39 +0000
+++ b/lisp/textmodes/rst.el 2011-01-04 10:09:13 +0000
@@ -3364,7 +3364,6 @@
(let* ((tmp-filename (make-temp-file "rst-out" nil ".pdf"))
(command (format "%s %s %s && %s %s"
(cadr (assq 'pdf rst-compile-toolsets))
- (command (format "rst2pdf.py %s %s && %s %s"
buffer-file-name tmp-filename
rst-pdf-program tmp-filename)))
(start-process-shell-command "rst-pdf-preview" nil command)
@@ -3381,8 +3380,6 @@
(let* ((tmp-filename (make-temp-file "rst-slides" nil ".html"))
(command (format "%s %s %s && %s %s"
(cadr (assq 's5 rst-compile-toolsets))
- (command (format "rst2s5.py %s %s && %s %s"
-
buffer-file-name tmp-filename
rst-slides-program tmp-filename)))
(start-process-shell-command "rst-slides-preview" nil command)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102749: * lisp/textmodes/rst.el (rst-compile-pdf-preview),
Andreas Schwab <=