Hello all,

This is a great community to see on Lemmy!

I have a question about the following in the emacs tutorial.

"Each line of text ends with a Newline character, which serves to separate it from the following line. (Normally, the last line in a file will have a Newline at the end, but Emacs does not require it.)

Try to C-b at the beginning of a line. It should move to the end of the previous line. This is because it moves back across the Newline character."

My interpretation after multiple reads; emacs loves newline characters and uses them liberally at the end of each line, unlike files who are more conservative and only require it at the eof. Now, if I type C-b at the beginning of a line I will move to the end of the line, this seems to normal. Why is this important? and how does it "move back across the Newline character.

Any thoughts or discussion from you all would be much appreciated.

  • @otso
    link
    3
    edit-2
    7 months ago

    deleted by creator