/[emacs]/emacs/lisp/language/european.el
ViewVC logotype

Diff of /emacs/lisp/language/european.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.65 by fx, Wed Dec 12 12:35:36 2001 UTC revision 1.66 by fx, Sat Dec 15 17:43:05 2001 UTC
# Line 360  but select's the Dutch tutorial.")) Line 360  but select's the Dutch tutorial."))
360             (documentation . t))             (documentation . t))
361   '("European"))   '("European"))
362    
363    (set-language-info-alist
364     "Welsh" `((coding-system utf-8 latin-8) ; the input method is Unicode-based
365               (coding-priority utf-8 latin-8)
366               (input-method . "welsh")
367               (documentation . "Support for Welsh, using Unicode."))
368     '("European"))
369    
370    (set-language-info-alist
371     "Latin-7" `((coding-system latin-7)
372                 (coding-priority latin-7)
373                 ;; Fixme: input-method
374                 (features code-pages)
375                 (documentation . "Support for Latin-7, e.g. Latvian, Lithuanian."))
376     '("European"))
377    
378    (set-language-info-alist
379     "Lithuanian" `((coding-system latin-7)
380                    (coding-priority latin-7)
381                    (input-method . "lithuanian-keyboard")
382                    (features code-pages)
383                    (documentation . "Support for Lithuanian."))
384     '("European"))
385    
386    (set-language-info-alist
387     "Latvian" `((coding-system latin-7)
388                 (coding-priority latin-7)
389                 (input-method . "latvian-keyboard")
390                 (features code-pages)
391                 (documentation . "Support for Latvian."))
392     '("European"))
393    
394  ;; Definitions for the Mac Roman character sets and coding system.  ;; Definitions for the Mac Roman character sets and coding system.
395  ;; The Mac Roman encoding uses all 128 code points in the range 128 to  ;; The Mac Roman encoding uses all 128 code points in the range 128 to

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26