From 3d60f04ce445b39efa4e8ef2ddb9e1529ad468b3 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 20 Jun 2011 13:55:12 +0200 Subject: [PATCH] mimeview replace gnuclient with emacsclient (xemacs->emacs) --- src/sampleconf/mimeview | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/sampleconf/mimeview b/src/sampleconf/mimeview index 5f5e7ec4..bdc21841 100644 --- a/src/sampleconf/mimeview +++ b/src/sampleconf/mimeview @@ -71,14 +71,14 @@ image/x-ms-bmp = gwenview %f image/x-xpmi = gwenview %f # Or firefox -remote "openFile(%u)" -application/x-tex = gnuclient -q %f -text/x-tex = gnuclient -q %f +application/x-tex = emacsclient -q %f +text/x-tex = emacsclient -q %f text/html = firefox %u text/html|gnuinfo = rclshowinfo %F %(title) -text/plain = gnuclient -q %f -text/x-c = gnuclient -q %f -text/x-c+ = gnuclient -q %f -text/x-c++ = gnuclient -q %f +text/plain = emacsclient -q %f +text/x-c = emacsclient -q %f +text/x-c+ = emacsclient -q %f +text/x-c++ = emacsclient -q %f text/x-html-sidux-man = konqueror %f text/x-html-aptosid-man = iceweasel %f text/x-python = idle %f