From: Drew Adams <drew.adams@oracle.com>
To: "समीर सिंह Sameer Singh" <lumarzeli30@gmail.com>,
"emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: RE: [External] : Implementing Vertical Text support in Emacs
Date: Mon, 13 Jun 2022 16:16:11 +0000 [thread overview]
Message-ID: <SJ0PR10MB5488267C637A4426203A6B87F3AB9@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <CAOR1sLxUU26XYXnEO7EbXzgro2K6Pnxg18wbRYjn+teYhYf_9A@mail.gmail.com>
> Recently while implementing the Mongolian script,
> I thought, maybe vertical text support should be
> added to Emacs too.
>
> Vertical text is used in scripts like the CJK
> characters, Mongolian, Phags Pa, Ogham etc.
> Scripts like the CJK characters do not need to be
> rotated when written vertically and can be written
> either from ltr or rtl, while scripts like
> Mongolian are rotated and written from left to right.
>
> So my questions are: Should this be done? If so,
> where should I start[?].
Cool.
I have no idea whether this will help or is in any
way really related. Maybe not. But I'll mention
it in case it might be.
Library `find-where.el' defines commands to move
over words that are written vertically:
`fw-downward-word' and `fw-upward-word'. (They're
written mainly as a way of illustrating some of the
library's features.)
They're like `forward-word' and `backward-word',
but they move downward and upward, not across.
___
More general are commands `fw-to-next-where-vertical'
and `fw-to-previous-where-vertical'. They move to
the first buffer position directly below/above point
where a given predicate is true. They prompt you for
the predicate.
___
Doc:
https://www.emacswiki.org/emacs/FindWhere
Code:
https://www.emacswiki.org/emacs/download/find-where.el
next prev parent reply other threads:[~2022-06-13 16:16 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-13 15:29 Implementing Vertical Text support in Emacs समीर सिंह Sameer Singh
2022-06-13 16:16 ` Drew Adams [this message]
2022-06-13 16:30 ` Eli Zaretskii
2022-06-15 10:08 ` Richard Stallman
2022-06-15 10:22 ` Po Lu
2022-06-15 11:09 ` समीर सिंह Sameer Singh
2022-06-16 22:48 ` Richard Stallman
2022-06-17 1:43 ` समीर सिंह Sameer Singh
2022-06-17 6:12 ` Eli Zaretskii
2022-09-08 18:44 ` समीर सिंह Sameer Singh
2022-09-08 19:05 ` Eli Zaretskii
2022-09-10 15:53 ` समीर सिंह Sameer Singh
2022-09-10 16:17 ` Eli Zaretskii
2022-09-29 19:57 ` समीर सिंह Sameer Singh
2022-09-30 6:30 ` Eli Zaretskii
2022-11-20 11:18 ` समीर सिंह Sameer Singh
2022-11-20 11:43 ` Eli Zaretskii
2022-11-20 12:08 ` समीर सिंह Sameer Singh
2022-11-24 11:39 ` Eli Zaretskii
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=SJ0PR10MB5488267C637A4426203A6B87F3AB9@SJ0PR10MB5488.namprd10.prod.outlook.com \
--to=drew.adams@oracle.com \
--cc=emacs-devel@gnu.org \
--cc=lumarzeli30@gmail.com \
/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).