home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / lucidem / help / 191 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.7 KB  |  43 lines

  1. Path: sparky!uunet!mcsun!corton!loria!news.loria.fr!bosch
  2. From: bosch@loria.fr (Guido Bosch)
  3. Newsgroups: alt.lucid-emacs.help
  4. Subject: Re: 8 bit characters
  5. Message-ID: <BOSCH.92Jul31160813@moebius.loria.fr>
  6. Date: 31 Jul 92 14:08:13 GMT
  7. References: <1992Jul30.101900@lglsun.epfl.ch>
  8. Sender: news@news.loria.fr
  9. Reply-To: Guido BOSCH <bosch@loria.fr>
  10. Organization: INRIA-Lorraine / CRIN, Nancy, France
  11. Lines: 29
  12. In-reply-to: nebbe@lglsun.epfl.ch's message of 30 Jul 92 08:19:00 GMT
  13.  
  14. In article <1992Jul30.101900@lglsun.epfl.ch> nebbe@lglsun.epfl.ch (Robb Nebbe) writes:
  15.  
  16.    I'm having trouble getting lemacs 19.2 to display the graphic characters from
  17.    8 bit character sets.  I have files that contain the characters and they
  18.    show up in the other editors that I have around (including vi :o) but lemacs
  19.    always displays them in octal format.  
  20.  
  21.  
  22. (setq ctl-arrow 'foo) in your .emacs will do it.
  23.  
  24. ctl-arrow Documentation:
  25. *Non-nil means display control chars with uparrow.
  26. Nil means use backslash and octal digits.
  27. Non-t and non-nil means display 8-bit characters (that is, characters
  28. whose code is greater than 160 (SPC with the high bit on) will be
  29. displayed as a single glyph.)
  30. Automatically becomes buffer-local when set in any fashion.
  31. This variable does not apply to characters whose display is specified
  32. in the current display table (if there is one).
  33.  
  34. --
  35. Guido BOSCH, INRIA-Lorraine/CRIN
  36. Institut National de Recherche en Informatique et en Automatique (INRIA)
  37. Centre de Recherche en Informatique de Nancy (CRIN)
  38. Campus scientifique, B.P. 239            
  39. 54506 Vandoeuvre-les-Nancy CEDEX           
  40. Tel.: (+33) 83.91.24.24
  41. Fax.: (+33) 83.41.30.79                    
  42. email: bosch@loria.fr                 
  43.