unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38137: code of Emacs vs. function of OS ?
@ 2019-11-08 16:28 do ri via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-01-18 10:28 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: do ri via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2019-11-08 16:28 UTC (permalink / raw)
  To: 38137

[-- Attachment #1: Type: text/plain, Size: 1034 bytes --]

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.
 
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?
 
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?
 
P.S.
Reasons of questions:
https://www.youtube.com/watch?v=uu8W0uobvQs
 
(regular letters are 0x00 till 0x46, control codes 0x47 till 0x7f)
https://sun9-70.userapi.com/c855016/v855016873/147e35/y2yzXkm-EvQ.jpg

[-- Attachment #2: Type: text/html, Size: 1594 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#38137: code of Emacs vs. function of OS ?
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2020-01-18 10:28 UTC (permalink / raw)
  To: do ri; +Cc: 38137

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-18 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).