all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Emacs Development <emacs-devel@gnu.org>
Cc: lumarzeli30@gmail.com, Pankaj Jangid <pankaj@codeisgreat.org>
Subject: Re: Key sequence for DEVANAGARI DOUBLE DANDA
Date: Thu, 07 Sep 2023 17:20:41 +0200	[thread overview]
Message-ID: <87y1hidn7a.fsf@gmail.com> (raw)
In-Reply-To: <87jztr5hui.fsf@codeisgreat.org> (Pankaj Jangid's message of "Sat, 19 Aug 2023 18:06:53 +0530")


>>>>> On Sat, 19 Aug 2023 18:06:53 +0530, Pankaj Jangid <pankaj@codeisgreat.org> said:

    Pankaj> In the Devanagari script, two symbols are frequently used in prose:
    Pankaj> । - DEVANAGARI DANDA
    Pankaj> ॥ - DEVANAGARI DOUBLE DANDA

    Pankaj> With the devanagari-inscript input method, the '>' key produces the
    Pankaj> DEVANAGARI DANDA. For convenience, could we introduce a key sequence
    Pankaj> where pressing '>' twice consecutively produces the DEVANAGARI DOUBLE
    Pankaj> DANDA?

    Pankaj> To my knowledge, there's no legitimate use of two consecutive DEVANAGARI
    Pankaj> DANDAs in the script, so this change should not introduce conflicts.

    Pankaj> I'm copying Sameer for his insights and assistance, given his experience
    Pankaj> with Indian scripts.

Something like this? Is this the only input method that needs a change?

Robert
-- 

diff --git i/lisp/language/ind-util.el w/lisp/language/ind-util.el
index 71117deef56..34064a30ad8 100644
--- i/lisp/language/ind-util.el
+++ w/lisp/language/ind-util.el
@@ -67,7 +67,7 @@ indian-dev-base-table
      ?क़ ?ख़ ?ग़ ?ज़ ?ड़ ?ढ़ ?फ़ ?य़      ;; NUKTAS
      "ज्ञ" "क्ष")
     (;; Misc Symbols (7)
-     ?ँ ?ं ?ः ?ऽ ?् ?ॐ ?।)
+     ?ँ ?ं ?ः ?ऽ ?् ?ॐ ?। ?॥)
     (;; Digits (10)
      ?० ?१ ?२ ?३ ?४ ?५ ?६ ?७ ?८ ?९)
     (;; Inscript-extra (4)  (#, $, ^, *, ])
diff --git i/lisp/leim/quail/indian.el w/lisp/leim/quail/indian.el
index 70ea9290662..02a2c9a68d2 100644
--- i/lisp/leim/quail/indian.el
+++ w/lisp/leim/quail/indian.el
@@ -570,7 +570,7 @@ inscript-dev-keytable
      "k]" "K]" "i]" "p]" "[]" "{]" "H]" "/]" ;; NUKTAS
      ?% ?&)
     (;; Misc Symbols (7)
-     ?X ?x ?_ ">]" ?d "X]" ?>)
+     ?X ?x ?_ ">]" ?d "X]" ?> ">>")
     (;; Digits
      ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9)
     (;; Inscripts




  reply	other threads:[~2023-09-07 15:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-19 12:36 Key sequence for DEVANAGARI DOUBLE DANDA Pankaj Jangid
2023-09-07 15:20 ` Robert Pluim [this message]
2023-09-07 16:05   ` Visuwesh
2023-09-07 16:35     ` Robert Pluim
2023-09-08  7:33       ` Visuwesh

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=87y1hidn7a.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=lumarzeli30@gmail.com \
    --cc=pankaj@codeisgreat.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 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.