unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* greek-style midde-dot input for quail
@ 2010-08-17 15:34 Giorgos Keramidas
  0 siblings, 0 replies; only message in thread
From: Giorgos Keramidas @ 2010-08-17 15:34 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

Now that we've committed the ?« and ?» input support for greek input,
I've added support for entering the Greek-style middle dot character to
'greek' and 'greek-postfix' input methods.

Does the following patch look ok for the trunk?


[-- Attachment #2: Add Greek-style middle dot support to 'greek' and 'greek-postfix' input methods --]
[-- Type: text/x-diff, Size: 1565 bytes --]

# HG changeset patch
# User Giorgos Keramidas <keramida@ceid.upatras.gr>
# Date 1282057555 -10800
# Node ID ae4bcac49bb9b8e842917bc192b48fe909ec3c8c
# Parent  c221df85fc6e819c3ef4e99ccb5c6fbf4003ad7c
Add Greek-style middle dot support to 'greek' and 'greek-postfix' input methods

Greek texts use middle-dot as punctuation too.  Add support for entering
the Unicode character for middle-dot by typing ";." (greek) or ".;"
(greek-postfix).

diff -r c221df85fc6e -r ae4bcac49bb9 leim/ChangeLog
--- a/leim/ChangeLog	Mon Aug 09 15:00:05 2010 +0300
+++ b/leim/ChangeLog	Tue Aug 17 18:05:55 2010 +0300
@@ -1,3 +1,11 @@
+2010-08-17  Giorgos Keramidas  <keramida@ceid.upatras.gr>
+
+	* quail/greek.el ("greek"): Add support for entering middle-dot as
+	punctuation, by typing ";.".
+
+	* quail/greek.el ("greek-postfix"): Add support for entering
+	middle-dot as punctuation, by typing ".;".
+
 2010-05-15  Glenn Morris  <rgm@gnu.org>
 
 	* Makefile.in (install): Remove references to CVS-related files.
diff -r c221df85fc6e -r ae4bcac49bb9 leim/quail/greek.el
--- a/leim/quail/greek.el	Mon Aug 09 15:00:05 2010 +0300
+++ b/leim/quail/greek.el	Tue Aug 17 18:05:55 2010 +0300
@@ -1281,7 +1281,8 @@
  (";:y" ?ΰ)
  (":;y" ?ΰ)
  (";<" ?«)
- (";>" ?»))
+ (";>" ?»)
+ (";." ?·))
 
 (quail-define-package
  "greek-postfix" "GreekPost" "Ψ" nil
@@ -1423,7 +1424,8 @@
  ("y:;" ?ΰ)
  ("y;:" ?ΰ)
  ("<<" ?«)
- (">>" ?»))
+ (">>" ?»)
+ (".;" ?·))
 
 ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150
 ;;; greek.el ends here

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-17 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17 15:34 greek-style midde-dot input for quail 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).