unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* greek-style quotes for greek input method?
@ 2010-08-08 13:31 Giorgos Keramidas
  2010-08-09  2:36 ` Kenichi Handa
  0 siblings, 1 reply; 8+ messages in thread
From: Giorgos Keramidas @ 2010-08-08 13:31 UTC (permalink / raw)
  To: emacs-devel

Greek books use a different set of quotes from the normal English
"double" or ``double'' quotes.  The default "el" input method of XKB and
my Gnome desktop maps these special greek-style quotes to the ";<" and
";>" input strings.  So when I switch to the Gnome-greek input method by
typing Alt-Shift I can type this text

    EL:  Ελληνικό κείμενο με   «εισαγωγικά».
    EN:  Greek    text    with «quotes».

by typing the greek-style quotes as ";<" and ";>" respectively.

The `greek' input method of Emacs supports most of the diacritic marks
with the following special key sequences:

    KEY SEQUENCE
    ------------
    You can also input more characters by the following key sequences:
    key char  [type a key sequence to insert the corresponding character]
    --- ---- --- ---- --- ---- --- ---- --- ---- --- ---- --- ---- --- ---- --- ---- --- ---- --- ----
    :I  Ϊ    :i  ϊ    ;A  Ά    ;H  Ή    ;O  Ό    ;Y  Ύ    ;e  έ    ;i  ί    ;v  ώ    :;i ΐ    ;:i ΐ
    :Y  Ϋ    :y  ϋ    ;E  Έ    ;I  Ί    ;V  Ώ    ;a  ά    ;h  ή    ;o  ό    ;y  ύ    :;y ΰ    ;:y ΰ

It would be nice if it also supported ;< and ;> for greek-style quotes
but I don't know how to do this using the current sources of the file
`emacs/trunk/leim/quail/greek.el'.

Does anyone feel like showing me how to do this, or even patching
`quail/greek.el' directly?

The mapping that we could use from input text to Unicode character of
the greek-style quotes would be:

    (";<" "«")
    (";>" "»")




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-08-13  9:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-08 13:31 greek-style quotes for greek input method? Giorgos Keramidas
2010-08-09  2:36 ` Kenichi Handa
2010-08-09  6:53   ` Giorgos Keramidas
2010-08-09  6:58     ` Giorgos Keramidas
2010-08-09  8:03       ` Kenichi Handa
2010-08-09 11:55         ` Giorgos Keramidas
2010-08-13  6:56           ` Kenichi Handa
2010-08-13  9:54             ` Giorgos Keramidas

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).