From: Stefan Kangas <stefan@marxist.se>
To: do ri <do.ri.1989@bk.ru>
Cc: 38137@debbugs.gnu.org
Subject: bug#38137: code of Emacs vs. function of OS ?
Date: Sat, 18 Jan 2020 11:28:12 +0100 [thread overview]
Message-ID: <87v9p9vz2b.fsf@marxist.se> (raw)
In-Reply-To: <1573230528.941707773@f537.i.mail.ru> (do ri's message of "Fri, 08 Nov 2019 19:28:48 +0300")
tags 38137 + notabug
close 38137
thanks
do ri <do.ri.1989@bk.ru> writes:
> Hi, all,
> Prompt pls.
>
> 1) Who - your code of text editor or function of operations system -
> interpret the control codes 0x00 till 0x1f (e.g. LineFeed 0x0a)? If
> these codes have glyphs in .ttf-files, and we wanna see these glyphs
> in text editor, changes should be done in text editor or in system
> function?
>
> 2) The same question for control codes 0x80 till 0x9f.
This begins outside of Emacs. If you run GNU/Linux, you could run the
"xev" command to see the mappings of particular keys.
There might be additional mappings inside Emacs, for example due to
input methods (see "Input methods" in the Emacs manual).
If you want to insert a particular glyph, I suggest you use the
insert-char command, by default bound to C-x 8 RET.
> 3) Opposite question: who interpret code 0x20 (Space) as mark to
> bring text to new line? To change code of Space to another one
> (e.g. to 0x49), where changes should be done?
>
> 4) To interpret code of old regular letter (e.g. 0x48) as control
> code (e.g. as LineFeed), where changes should be done?
I think there are multiple ways of doing the above. You could use
input methods in Emacs or change this in X using xmodmap.
> 5) For symbols 0x00 till 0x7f, what are the ways to use 7-bits
> encoding table with classical .ttf-files without converting text
> into 8-bits encoding?
I don't know the answer to that question, sorry.
Seeing as these are more general support type questions, I think they
are better suited for the emacs-help list than the Emacs bug tracker.
Since I see no bug or feature request above, I am closing this bug
report with this message. Best of luck.
Best regards,
Stefan Kangas
prev parent reply other threads:[~2020-01-18 10:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 16:28 bug#38137: code of Emacs vs. function of OS ? do ri via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-01-18 10:28 ` Stefan Kangas [this message]
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=87v9p9vz2b.fsf@marxist.se \
--to=stefan@marxist.se \
--cc=38137@debbugs.gnu.org \
--cc=do.ri.1989@bk.ru \
/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.