[Python-modules-commits] [python-docutils] 04/14: Use ‘sensible-browser’ to preview S5 slides.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Dec 10 10:40:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository python-docutils.

commit f57c0b8bab0243949d98848ab55433e1a1380314
Author: Jakub Wilk <jwilk at debian.org>
Date:   Thu Oct 8 11:57:04 2015 -0700

    Use ‘sensible-browser’ to preview S5 slides.
    
     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 ()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docutils.git



More information about the Python-modules-commits mailing list