unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: emacs-devel@gnu.org
Subject: greek-style midde-dot input for quail
Date: Tue, 17 Aug 2010 18:34:15 +0300	[thread overview]
Message-ID: <8739udl0co.fsf@kobe.laptop> (raw)

[-- 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

                 reply	other threads:[~2010-08-17 15:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=8739udl0co.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    --cc=emacs-devel@gnu.org \
    /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 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).