Package: trn
Version: 3.6-18.1
Version: 3.6-16

By default, trn and its associated programs seem to use /usr/bin/emacs as 
their default editor.  This is contrary to Debian Policy, which states 
(section 11.4) that applications should use /usr/bin/editor as the 
default.  The attached trivial patch fixes this.

-- 
Ben Harris, University of Cambridge Computing Service.  Tel: (01223) 334728
The Debian version of Pnews uses Emacs by default.  It really should be
/usr/bin/editor, but openSUSE doesn't have one of those, so we'll resort
to Nano, which is a little less novice-hostile than vi.
--- config.sh.orig	2008-09-26 00:00:03.000000000 +0100
+++ config.sh	2008-09-29 22:08:01.000000000 +0100
@@ -135,7 +135,7 @@
 d_vfork='define'
 d_voidsig='define'
 signal_t='void'
-defeditor='/usr/bin/emacs'
+defeditor='/usr/bin/nano'
 filexp='/usr/share/trn/filexp'
 d_dirnamlen=''
 i_dirent='define'

Reply via email to