all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] fix syntax errors in rst.el
@ 2011-01-04  9:44 Jim Meyering
  2011-01-04 10:12 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Meyering @ 2011-01-04  9:44 UTC (permalink / raw)
  To: Emacs development discussions

I tried to bootstrap from the latest in git
[84d4dcb4ef6c259e43a75b5cae2b867c9a8f6fd7] and found that it
failed due to syntax errors.  Here's the fix:

From 5f6489721ef3aa1940bb9703c40eee5edca55359 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com>
Date: Tue, 4 Jan 2011 10:36:39 +0100
Subject: [PATCH] fix syntax errors in rst.el

* textmodes/rst.el (rst-compile-pdf-preview): Add missing close-parens.
(rst-compile-slides-preview): Likewise.
---
 lisp/ChangeLog        |    5 +++++
 lisp/textmodes/rst.el |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9878c27..193b65a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-04  Jim Meyering  <meyering@redhat.com>
+
+	* textmodes/rst.el (rst-compile-pdf-preview): Add missing close-parens.
+	(rst-compile-slides-preview): Likewise.
+
 2011-01-04  Glenn Morris  <rgm@gnu.org>

 	* textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index bbeab60..6df94bb 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -3370,7 +3370,7 @@ or of the entire buffer, if the region is not selected."
     (start-process-shell-command "rst-pdf-preview" nil command)
     ;; Note: you could also use (compile command) to view the compilation
     ;; output.
-    ))
+    ))))

 (defvar rst-slides-program "firefox"
   "Program used to preview S5 slides.")
@@ -3388,7 +3388,7 @@ or of the entire buffer, if the region is not selected."
     (start-process-shell-command "rst-slides-preview" nil command)
     ;; Note: you could also use (compile command) to view the compilation
     ;; output.
-    ))
+    ))))


 \f
--
1.7.3.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix syntax errors in rst.el
  2011-01-04  9:44 [PATCH] fix syntax errors in rst.el Jim Meyering
@ 2011-01-04 10:12 ` Andreas Schwab
  2011-01-04 10:26   ` Jim Meyering
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2011-01-04 10:12 UTC (permalink / raw)
  To: Jim Meyering; +Cc: Emacs development discussions

Jim Meyering <jim@meyering.net> writes:

> I tried to bootstrap from the latest in git
> [84d4dcb4ef6c259e43a75b5cae2b867c9a8f6fd7] and found that it
> failed due to syntax errors.  Here's the fix:

No, it isn't.  Please try again.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix syntax errors in rst.el
  2011-01-04 10:12 ` Andreas Schwab
@ 2011-01-04 10:26   ` Jim Meyering
  0 siblings, 0 replies; 3+ messages in thread
From: Jim Meyering @ 2011-01-04 10:26 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: Emacs development discussions

Andreas Schwab wrote:
> Jim Meyering <jim@meyering.net> writes:
>
>> I tried to bootstrap from the latest in git
>> [84d4dcb4ef6c259e43a75b5cae2b867c9a8f6fd7] and found that it
>> failed due to syntax errors.  Here's the fix:
>
> No, it isn't.  Please try again.

Eww...
Yes, I prefer yours.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-04 10:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04  9:44 [PATCH] fix syntax errors in rst.el Jim Meyering
2011-01-04 10:12 ` Andreas Schwab
2011-01-04 10:26   ` Jim Meyering

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.