X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/766d03c2c1b51ffaf231653ba4de1f08f1bdea23..7976eda061f35aadc586601e8f0040eac26dc1e0:/lisp/language/greek.el diff --git a/lisp/language/greek.el b/lisp/language/greek.el index 35eae190d1..9eb7b4f735 100644 --- a/lisp/language/greek.el +++ b/lisp/language/greek.el @@ -1,7 +1,9 @@ -;;; greek.el --- Support for Greek +;;; greek.el --- support for Greek -*- no-byte-compile: t -*- -;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN. -;; Licensed to the Free Software Foundation. +;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +;; 2005, 2006 +;; National Institute of Advanced Industrial Science and Technology (AIST) +;; Registration Number H14PRO021 ;; Keywords: multilingual, Greek @@ -19,8 +21,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -30,23 +32,24 @@ (make-coding-system 'greek-iso-8bit 2 ?7 - "ISO 2022 based 8-bit encoding for Greek (MIME:ISO-8859-7)" - '((ascii t) (greek-iso8859-7 t) nil nil - nil ascii-eol ascii-cntl nil nil nil nil)) + "ISO 2022 based 8-bit encoding for Greek (MIME:ISO-8859-7)." + '(ascii greek-iso8859-7 nil nil + nil nil nil nil nil nil nil nil nil nil nil t) + '((safe-charsets ascii greek-iso8859-7) + (mime-charset . iso-8859-7))) (define-coding-system-alias 'iso-8859-7 'greek-iso-8bit) -(defun setup-greek-environment () - "Setup multilingual environment (MULE) for Greek." - (interactive) - (setup-8-bit-environment "Greek" 'greek-iso8859-7 'greek-iso-8bit - "greek")) - (set-language-info-alist - "Greek" '((setup-function . setup-greek-environment) - (charset . (greek-iso8859-7)) + "Greek" '((charset . (greek-iso8859-7)) (coding-system . (greek-iso-8bit)) - (sample-text . "Greek (,FGkk]mija(B) ,FCei\(B ,Fsar(B") + (coding-priority greek-iso-8bit) + (nonascii-translation . greek-iso8859-7) + (input-method . "greek") + (unibyte-display . greek-iso-8bit) (documentation . t))) +(provide 'greek) + +;;; arch-tag: 9ba48d79-84bc-45e1-9318-685dc3921410 ;;; greek.el ends here