unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.g0@libero.it>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: About LaTeX/TeX modes
Date: Thu, 11 Aug 2022 01:47:57 +0200 (CEST)	[thread overview]
Message-ID: <2046345674.2331273.1660175277818@mail1.libero.it> (raw)
In-Reply-To: <25329.11434.724581.806237@retriever.mtv.corp.google.com>

> Tassilo Horn wrote:
> 
>  
> If it doesn't work out-of-the-box with the AUCTeX ELPA package that's a bug you should report.
> 

Indeed! I installed AUCTeX from ELPA a few years ago and it always worked OB (Windows, macOS, GNU/Linux). My init file contains just this:

---------------------------------
;;
;; AUCTeX
(setq font-latex-fontify-sectioning 'color)

;; Emacs latex modes
(defun my-latex-mode ()
  "My customization for Emacs `latex-mode'."
  (interactive)

  ;; (auto-fill-mode 1)
  (turn-on-reftex)

  ;; Add index to menu bar
  (imenu-add-to-menubar "Contents")
  )

;; AucTeX LaTeX mode
(add-hook 'LaTeX-mode-hook 'my-latex-mode)
---------------------------------

but the package works also without that in the init file...



      parent reply	other threads:[~2022-08-10 23:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-07  9:03 About LaTeX/TeX modes Angelo Graziosi
2022-08-07 11:11 ` Arash Esbati
2022-08-07 12:32   ` Angelo Graziosi
2022-08-07 13:31   ` T.V Raman
2022-08-07 19:25     ` Arash Esbati
2022-08-08 13:56       ` T.V Raman
2022-08-08 14:29         ` Arash Esbati
2022-08-08 15:32           ` T.V Raman
2022-08-09 10:53             ` Per Starbäck
2022-08-09 11:47               ` Stefan Kangas
2022-08-09 14:01               ` T.V Raman
2022-08-09 20:41               ` Matthias Meulien
2022-08-10 17:07                 ` Tassilo Horn
2022-08-09 14:50             ` Angelo Graziosi
2022-08-10 23:47             ` Angelo Graziosi [this message]

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=2046345674.2331273.1660175277818@mail1.libero.it \
    --to=angelo.g0@libero.it \
    --cc=emacs-devel@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).