Hi,

I start a Debian compiled emacs version 22.0.90.1
like

emacs --no-site-file 

with this as the content of .emacs:

  (set-language-environment 'UTF-8)
  (create-fontset-from-fontset-spec
     (concat
        "-*-*-medium-r-*-*-20-*-*-*-*-*-fontset-unicode2,"
        "ascii: -*-terminus-medium-r-*-*-20-*-*-*-*-*-iso10646-1,"
          "hebrew-iso8859-8: -etl-fixed-*-*-normal--18-*-*-*-*-*-iso8859-8"))
  (set-default-font "fontset-unicode2")
  (set-input-method 'hebrew)
 
Now input is seen as empty rectangles.  
C-u C-x = on a rectangle shows it uses terminus
font. 

I set C-x RET l hebrew and continue to type.  Now
the characters are seen. C-u C-x = on a character
shows the use of the etl font.

Is this what's expected?  

Thank you, eythan





_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to