all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: d paddy <d0.paddy@gmail.com>
To: help-gnu-emacs@gnu.org
Cc: d paddy <d0.paddy@gmail.com>
Subject: emacs + donation
Date: Wed, 10 Jan 2018 09:35:36 -0500	[thread overview]
Message-ID: <CAKs215DQHxN2itoUM=pbrF9CLLA+qO1o+CYaOBccCRFOren-7g@mail.gmail.com> (raw)

Greetings...

I was initially pointed to info@fsf.org so as to get help with an emacs
question and donate to fsf.
A consequence of that interaction was my redirection to
help-gnu-emacs@gnu.org...

QUESTION: How do I stop emacs from changing what I type?

EXAMPLE:  I type eleven ascii characters into an empty buffer (in
fundamantal mode) and then save the buffer to the file "example"; the hex
values of those characters are

character 1 : 31
character 2 : 32
character 3 : 33
character 4 : 0a
character 5 : 20
character 6 : 20
character 7 : 20
character 8 : 0a
character 9 : 34
character 10: 35
character 11: 36

Moreover those characters above were typed into the buffer by pressing the
following eleven keys on the keyboard

key 1 :  1
key 2 :  2
key 3 :  3
key 4 :  enter
key 5 :  space
key 6 :  space
key 7 :  space
key 8 :  enter
key 9 :  5
key 10: 6
key 11: 7

The word count utility reports only eight bytes in the file "example" --
even though I typed eleven --  and hexl-mode shows those bytes are

byte 1 : 31
byte 2 : 32
byte 3 : 33
byte 4 : 0a
byte 5 : 0a
byte 6 : 34
byte 7 : 35
byte 8 : 36

Emacs evidently changes my input. How do I cajole emacs into reflecting
exactly what I type?

Many thanks.

P.S. I am not looking for opinions about why I might/should want emacs to
change what I type... I'm looking for the "get-off-my-lawn-mode" wherein
emacs faithfully represents exactly what I type ;-)


             reply	other threads:[~2018-01-10 14:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-10 14:35 d paddy [this message]
2018-01-10 16:00 ` emacs + donation Eli Zaretskii
2018-01-10 16:06 ` Robert Pluim
2018-01-10 16:07 ` tomas

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='CAKs215DQHxN2itoUM=pbrF9CLLA+qO1o+CYaOBccCRFOren-7g@mail.gmail.com' \
    --to=d0.paddy@gmail.com \
    --cc=help-gnu-emacs@gnu.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.