changeset 83174:dbb0d508babe

Fix Viper with simultaneous X and tty display devices. (Rep. by IRIE Tetsuya.) * lisp/emulation/viper-init.el (viper-has-face-support-p): Acknowledge that Emacs has face support on ttys. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-214
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 10 Jul 2004 22:26:28 +0000
parents 6b4b299e2cd5
children 257f5492d958
files README.multi-tty lisp/emulation/viper-init.el
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.multi-tty	Sat Jul 10 21:21:04 2004 +0000
+++ b/README.multi-tty	Sat Jul 10 22:26:28 2004 +0000
@@ -184,6 +184,7 @@
 Romain Francoise <romain at orebokech dot com>
 Ami Fischman <ami at fischman dot org>
 Friedrich Delgado Friedrichs <friedel at nomaden dot org>
+IRIE Tetsuya <irie at t dot email dot ne dot jp>
 Yoshiaki Kasahara <kasahara at nc dot kyushu-u dot ac dot jp>
 Jurej Kubelka <Juraj dot Kubelka at email dot cz>
 Istvan Marko <mi-mtty ar kismala dot com>
--- a/lisp/emulation/viper-init.el	Sat Jul 10 21:21:04 2004 +0000
+++ b/lisp/emulation/viper-init.el	Sat Jul 10 22:26:28 2004 +0000
@@ -97,7 +97,7 @@
 (defun viper-has-face-support-p ()
   (cond ((viper-window-display-p))
 	(viper-force-faces)
-	(viper-emacs-p (memq (viper-device-type) '(pc)))
+	(viper-emacs-p (memq (viper-device-type) '(nil pc)))
 	(viper-xemacs-p (memq (viper-device-type) '(tty pc)))))