unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: The <RET> will always left justify a line.
Date: Wed, 14 Jul 2021 21:27:56 +0800	[thread overview]
Message-ID: <CAGP6POJgThKToONXEd6d3a2dw4RiuHLvm+J-8zKKZuWnKffadw@mail.gmail.com> (raw)
In-Reply-To: <83lf698733.fsf@gnu.org>

On Wed, Jul 14, 2021 at 7:31 PM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Hongyi Zhao <hongyi.zhao@gmail.com>
> > Date: Wed, 14 Jul 2021 10:18:12 +0800
> >
> > I tried with `emacs -Q' and find that the <RET> will always left justify a line.
> >
> > Any hints for this behavior?
>
> electric-indent-mode

According to your comment above and the notes on
<https://emacs.stackexchange.com/questions/30147/disabling-electric-indent-mode-for-one-mode-latex-mode-only>,
I customized the following function to turn off it for the LaTeX mode
provided by AUCTex:

```
(defun remove-electric-indent-mode ()
  (progn
  (electric-indent-local-mode -1)))
(add-hook 'LaTeX-mode-hook 'remove-electric-indent-mode)
```

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



  reply	other threads:[~2021-07-14 13:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-14  2:18 The <RET> will always left justify a line Hongyi Zhao
2021-07-14 11:31 ` Eli Zaretskii
2021-07-14 13:27   ` Hongyi Zhao [this message]
2021-07-14 13:39 ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-07-14 13:51   ` Hongyi Zhao

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=CAGP6POJgThKToONXEd6d3a2dw4RiuHLvm+J-8zKKZuWnKffadw@mail.gmail.com \
    --to=hongyi.zhao@gmail.com \
    --cc=eliz@gnu.org \
    --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).