1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
From f57c0b8bab0243949d98848ab55433e1a1380314 Mon Sep 17 00:00:00 2001
From: Jakub Wilk <jwilk@debian.org>
Date: Thu, 8 Oct 2015 11:57:04 -0700
Subject: =?UTF-8?q?Use=20=E2=80=98sensible-browser=E2=80=99=20to=20preview?=
=?UTF-8?q?=20S5=20slides.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Use ‘sensible-browser’ (rather than ‘firefox’, which does not exist in Debian)
as a program to preview S5 slides.
Forwarded: not-needed
Last-Update: 2011-08-21
Patch-Name: emacs-sensible-browser.diff
---
tools/editors/emacs/rst.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/editors/emacs/rst.el b/tools/editors/emacs/rst.el
index de75af7..58af00d 100644
--- a/tools/editors/emacs/rst.el
+++ b/tools/editors/emacs/rst.el
@@ -4425,7 +4425,7 @@ buffer, if the region is not selected."
;; FIXME: Should be integrated in `rst-compile-toolsets' defaulting to
;; something like `browse-url'.
-(defvar rst-slides-program "firefox"
+(defvar rst-slides-program "sensible-browser"
"Program used to preview S5 slides.")
(defun rst-compile-slides-preview ()
|