• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: October 11th, 2023

help-circle
  • That is not true. There are some features which makes only the GUI version slower, but it’s definitely not “almost always” that the GUI is the reason. There are a lot of features/packages which makes Emacs slower in general, no matter GUI/TUI.

    So profiling, or bisecting the init file can be used find out the problem.




  • geza42@alien.topBtoEmacs@communick.newsEmacs: ediff basics
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    This has nothing to do with the diff program. Ediff is not able to highlight whitespace differences like it highlights non-whitespace differences. Maybe it is possible to do somehow, but by default, whitespace differences generate a diff region with no highlights (or as ediff calls it, refinements).

    It is because highlights are done on word level, and whitespaces are not words.


  • geza42@alien.topBtoEmacs@communick.newsc-ts-mode issue
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Emacs has electric-indent-chars. Whenever a character in this set is pressed, Emacs re-indents the current line. And as the indentation calculation is not perfect, it can happen that when you create a new line, its indentation calculated incorrectly, and during editing you press some electric-indent-char, which then re-indents the line.