emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writting Greek in Emacs


From: Emanuel Berg
Subject: Re: Writting Greek in Emacs
Date: Fri, 20 Sep 2024 11:47:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Thanos Apollo wrote:

> Depending on which greek input is used [...]

Thanos Apollo, do you have this?

(defun char-to-greek (c)
  "Convert C to the corresponding Greek char."
  (when (and (<= ?A c)
             (<= c ?Y))
    (+ c 848)))

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]