unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: greek-style quotes for greek input method?
Date: Mon, 09 Aug 2010 09:58:53 +0300	[thread overview]
Message-ID: <87d3ts5l1u.fsf@kobe.laptop> (raw)
In-Reply-To: <87hbj45lae.fsf@kobe.laptop> (Giorgos Keramidas's message of "Mon, 09 Aug 2010 09:53:45 +0300")

On Mon, 09 Aug 2010 09:53:45 +0300, Giorgos Keramidas <keramida@ceid.upatras.gr> wrote:
> On Mon, 09 Aug 2010 11:36:35 +0900, Kenichi Handa <handa@m17n.org> wrote:
>>In article <87r5i9dye9.fsf@kobe.laptop>, Giorgos Keramidas <keramida@ceid.upatras.gr> writes:
>>> The mapping that we could use from input text to Unicode character of
>>> the greek-style quotes would be:
>>
>>>     (";<" "«")
>>>     (";>" "»")
>>
>> It seems reasonable to add that rules.
>> I've just committed the attached patch to emacs-23 branch.
>
>> === modified file 'leim/quail/greek.el'
>> --- leim/quail/greek.el	2010-01-13 08:35:10 +0000
>> +++ leim/quail/greek.el	2010-08-09 02:26:29 +0000
>> @@ -1279,7 +1279,9 @@
>>   (";:i" ?ΐ)
>>   (":;i" ?ΐ)
>>   (";:y" ?ΰ)
>> - (":;y" ?ΰ))
>> + (":;y" ?ΰ)
>> + (";<" "«")
>> + (";>" "»"))
>>
>>  (quail-define-package
>>   "greek-postfix" "GreekPost" "Ψ" nil
>
> Thanks!
>
> Should we also modify the greek-postfix rules to include "<;" and ">;"
> for the same?

Something like this perhaps?

%%%
diff -r 8be8f7b37e26 leim/quail/greek.el
--- a/leim/quail/greek.el	Fri Apr 03 03:02:01 2009 +0300
+++ b/leim/quail/greek.el	Mon Aug 09 09:55:26 2010 +0300
@@ -1279,7 +1279,9 @@ e.g.
  (";:i" ?ΐ)
  (":;i" ?ΐ)
  (";:y" ?ΰ)
- (":;y" ?ΰ))
+ (":;y" ?ΰ)
+ (";<" ?«)
+ (";>" ?»))
 
 (quail-define-package
  "greek-postfix" "GreekPost" "Ψ" nil
@@ -1419,7 +1421,9 @@ e.g.
  ("i:;" ?ΐ)
  ("i;:" ?ΐ)
  ("y:;" ?ΰ)
- ("y;:" ?ΰ))
+ ("y;:" ?ΰ)
+ ("<;" ?«)
+ (">;" ?»))
 
 
 ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150
%%%



  reply	other threads:[~2010-08-09  6:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=87d3ts5l1u.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.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).