emacs & ελληνικό λεξικό
Neon Absentius
absent at sdf.lonestar.org
Sat Oct 8 15:56:42 EEST 2005
On Sat, Oct 08, 2005 at 03:00:42PM +0300, Argiris Mokios wrote:
> Neon Absentius wrote:
> >Έχεις εγκαταστήσεις το ελληνικό aspell λεξικό στο σύστημά σου;
> >
> >BTW δεν χρειάζεται να εγκαταστήσεις το ispell.el με το χέρι όπως
> >λένε στην σελίδα που λές. Είναι builtin στις τελευταίες versions
> >του Εμαξ τουλάχιστον από την 21.3 και μετά (πιθανόν από πολύ
> >νωρίτερα).
> >
> >
> Έχω εγκατεστημένο το ελληνικό aspell.
Τότε βάλε τα παρακάτω στο .emacs σου:
(setq ispell-program-name "aspell")
(add-to-list 'ispell-dictionary-alist
'("el"
"[a-zA-Z\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\363\364\365\366\367\370\371\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321\323\324\325\326\327\330\331\362\334\335\336\337\374\375\376\266\270\271\272\274\276\277\372\373\332\333\300\340]"
"[^a-zA-Z\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\363\364\365\366\367\370\371\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321\323\324\325\326\327\330\331\362\334\335\336\337\374\375\376\266\270\271\272\274\276\277\372\373\332\333\300\340]"
"['\"]" t ("latin/greek") nil iso-8859-7))
και για να έχουν άμμεση ισχύ χωρίς να χρειάζεσαι να ξαναξεκινήσεις
τον Εμαξ κάνε eval: πήγαινε στο τέλος των sexp και χτύπα C-x C-e.
Τώρα κάθε φορά που θέλεις να χρησιμοποιήσεις το ελληνικό λεξικό
χτυπάς "M-x ispell-change-dictionary RET el RET".
Αν θέλεις να είναι το ελληνικό λεξικό το default βάλε επιπλέον τα
εξής:
(setq ispell-dictionary "el")
(set-default 'ispell-local-dictionary "el")
> Σχετικά με αυτό που λες, δεν μπορώ εντοπίσω το αρχείο ispell.el στο
> directory tree του emacs(21.3.1).
>
Χμμ! περίεργο τι διανομή χρησιμοποιείς; Το ίδιο το αρχείο πάντως
λέει ότι είναι μέρος του emacs.
,----[ ispell.el ]
| ;;; ispell.el --- interface to International Ispell Versions 3.1 and 3.2
|
| ;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
| ;; Author: Ken Stevens <k.stevens at ieee.org>
| ;; Maintainer: Ken Stevens <k.stevens at ieee.org>
| ;; Stevens Mod Date: Fri Aug 4 09:41:50 PDT 2000
| ;; Stevens Revision: 3.4
| ;; Status : Release with 3.1.12+ and 3.2.0+ ispell.
| ;; Bug Reports : ispell-el-bugs at itcorp.com
| ;; Web Site : http://kdstevens.com/~stevens/ispell-page.html
| ;; Keywords: unix wp
|
| ;; This file is part of GNU Emacs.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ;; GNU Emacs is free software; you can redistribute it and/or modify
| ;; it under the terms of the GNU General Public License as published by
| ;; the Free Software Foundation; either version 2, or (at your option)
| ;; any later version.
`----
Δοκίμασε "M-x locate RET ispell.el RET".
ΥΓ. Παρακαλώ μην απαντάς σε μένα προσωπικά αλλά στην λίστα.
--
There is no national science just as there is no national
multiplication table; what is national is no longer science.
-- Anton Checov
More information about the Linux-greek-users
mailing list