unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Ralf Angeli <dev.null@iwi.uni-sb.de>
Subject: Re: auctex indentation
Date: Sat, 23 Jul 2005 18:16:01 +0200	[thread overview]
Message-ID: <42e26d41$0$18637$14726298@news.sunsite.dk> (raw)
In-Reply-To: 87u0ilbsfr.fsf@madamex.madamex.dk

* Mads Jensen (2005-07-23) writes:

> I am trying to configure the auctex indenting, but that's easier
> said than done. Currently I have this in my .emacs:
>
> (setq LaTeX-item-indent 0
>       LaTeX-indentation 4)

There is no variable `LaTeX-indentation' in AUCTeX.

> But it's only LaTeX-item-indent, that works like I want, ie. indents the
> items in an environment two spaces more than the \begin{..} and \end{..}
> delimeters. How can I do the same with the commands, that are inside
> \begin{document} and \end{document} ?

Especially in multi-file LaTeX documents this doesn't make sense.
(Unless you want whitespace in front of everything which may end up
between \begin{document}..\end{document}, even if it is in a different
file.  But that's not supported by AUCTeX.)

Apart from that I'd dislike such an indentation in general.  I want
normal text to start at the beginning of a line, not after some
whitespace.  And I don't need an indication that I am in a `document'
environment because this is mostly obvious anyway.

> I tried reading the manual, which
> is how I found out about LaTeX-item-indent. I am sure it's just a matter
> of choosing the right value for LaTeX-indentation !?

In the customization group `LaTeX-indentation' (`M-x customize-group
RET LaTeX-indentation RET') you will find

,----
| LaTeX-document-regexp: [Hide Value] document
|    [State]: STANDARD.
| 
| Regexp matching environments in which the indentation starts at col 0.
`----

You could set this to some value which is unlikely to be encountered
in a LaTeX document.  (If you set it to an empty string it will match
"\begin{}" which you probably don't want.)

But I don't think all this is a good idea, really.

-- 
Ralf

  reply	other threads:[~2005-07-23 16:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-23 12:47 auctex indentation Mads Jensen
2005-07-23 16:16 ` Ralf Angeli [this message]
2005-07-24  5:16 ` Tim X

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='42e26d41$0$18637$14726298@news.sunsite.dk' \
    --to=dev.null@iwi.uni-sb.de \
    --cc=angeli@iwi.uni-sb.de \
    /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).