unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Jean Abou Samra <jean@abou-samra.fr>
To: help-gnu-emacs@gnu.org
Subject: Disabling automatic reindentation of the current line after a newline
Date: Mon, 24 Oct 2022 11:16:29 +0200	[thread overview]
Message-ID: <9CF323F7-2802-4182-9C7C-385A83F763DB@abou-samra.fr> (raw)

Hi,

Suppose I am in Lisp mode and I write this:

(defun f (x)
          (g x))

Note the extra spaces compared to standard indentation. If, after
writing the last parenthesis, I press RET, Emacs automatically
reindents the second line, changing the code to this:

(defun f (x)
  (g x))


The same happens with other major modes.

I am aware that I can turn this off with M-x electric-indent-mode.
However, that also disables any automatic indentation for the next
line when I press RET. What I'd like is for Emacs to auto-insert
the number of spaces it deems necessary for the new, still blank
line whenever I press RET, without also reindenting the previous
line, where I might have changed the indentation if Emacs made
a mistake (e.g., if the major mode I am using is not 100% accurate,
or if I have a slightly different style for which no option exists
in that mode).

Is this possible?

Thanks,
Jean





             reply	other threads:[~2022-10-24  9:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-24  9:16 Jean Abou Samra [this message]
2022-10-24 17:58 ` Disabling automatic reindentation of the current line after a newline Stefan Monnier via Users list for the GNU Emacs text editor
2022-10-25 10:23   ` Anders Munch
2022-10-25 13:03     ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-10-25 13:39       ` Anders Munch
2022-10-26  2:59         ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-10-26  6:04           ` Emanuel Berg
2022-10-26 21:55   ` Jean Abou Samra
2022-10-27  5:44     ` Eli Zaretskii
2022-10-27 16:46     ` Stefan Monnier via Users list for the GNU Emacs text editor
  -- strict thread matches above, loose matches on Subject: below --
2022-10-22 15:18 Jean Abou Samra
2022-10-24  2:44 ` Emanuel Berg
2022-10-24 15:29   ` Jean Abou Samra
2022-10-24 21:12     ` Emanuel Berg

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9CF323F7-2802-4182-9C7C-385A83F763DB@abou-samra.fr \
    --to=jean@abou-samra.fr \
    --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.
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).