[comp.sys.next] Some Emacs problems.

ty@beach.cis.ufl.edu (Tyng-Jing Yang) (05/05/90)

Hi,

  First,Thanks for those who replied my XNeXT,xinit problem.
  for your helps, I can setup XNeXT now.  
 
  My only companion "Eyecon" can't answer my questions but stare at me.
  
  I'm not lazy but clumsy, so please forgive me if these problems 
  are not appropriate.


1. C:"M-x shell"
   O:"localhost> Warning:incomplete termcap entry. Editing disabled." 

   Q:How should I correct term setup?
Ans.

2. C:"M-x print-buffer". 
   O:The minibuffer had message like "Spool... done" 
     but NextLaser printer had no response.

   Q:How to setq lpr-switches in .emacs file?
Ans.

3. C:"M-x nroff-format-buffer"
   O:"pic:Command not found" 
   Q:What should I do ?
Ans.
--
============================
  === Tyng-Jing Yang ===
============================

melling@cs.psu.edu (Michael D Mellinger) (05/06/90)

In article <TY.90May5055445@beach.cis.ufl.edu> ty@beach.cis.ufl.edu (Tyng-Jing Yang) writes:

   Path: psuvax1!rutgers!cs.utexas.edu!samsung!uakari.primate.wisc.edu!uflorida!bikini!ty

   2. C:"M-x print-buffer". 
      O:The minibuffer had message like "Spool... done" 
	but NextLaser printer had no response.

      Q:How to setq lpr-switches in .emacs file?
   Ans.

	(setq lpr-switches '("-Pel"))  ;; el is the printer name


-Mike