all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pascal Bourguignon <pjb@informatimago.com>
Subject: Re: greek characters
Date: Wed, 11 May 2005 11:51:50 +0200	[thread overview]
Message-ID: <877ji6f5u1.fsf@thalassa.informatimago.com> (raw)
In-Reply-To: mailman.4621.1115801935.2819.help-gnu-emacs@gnu.org

Jörg Hagmann <joerg.hagmann@unibas.ch> writes:

Jörg Hagmann <joerg.hagmann@unibas.ch> writes:

> Dear list members,
>
> I have been using emacs for a few months but am still trying to find
> out how to type greek letters (e.g.: a-ketoglutarate, the a should be
> an alpha).

(set-input-method 'greek)

You can bind it to a function key, for example I have:

(global-set-key [C-f10] (lambda()(interactive)(set-input-method 'cyrillic-yawerty)))
(global-set-key [C-f11] (lambda()(interactive)(set-input-method 'greek)))
(global-set-key [C-f12] (lambda()(interactive)(set-input-method 'hebrew)))

in my ~/.emacs.  Then I'd type:

   C-f11 a C-\ -ketoglutarate 

to get:

   α-ketoglutarate

C-f11 χριστòς C-\





-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Cats meow out of angst
"Thumbs! If only we had thumbs!
We could break so much!"

       reply	other threads:[~2005-05-11  9:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4621.1115801935.2819.help-gnu-emacs@gnu.org>
2005-05-11  9:51 ` Pascal Bourguignon [this message]
2015-01-04 23:52 Greek characters Hugh Mayfield
2015-01-05 10:27 ` Alexis
  -- strict thread matches above, loose matches on Subject: below --
2005-05-11  8:47 greek characters Jörg Hagmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877ji6f5u1.fsf@thalassa.informatimago.com \
    --to=pjb@informatimago.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.