emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#19426: closed (11.88; Please add auto-mode-alist s


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19426: closed (11.88; Please add auto-mode-alist support for .hva)
Date: Mon, 22 Dec 2014 07:36:01 +0000

Your message dated Mon, 22 Dec 2014 08:35:09 +0100
with message-id <address@hidden>
and subject line Re: bug#19426: 11.88; Please add auto-mode-alist support for 
.hva
has caused the debbugs.gnu.org bug report #19426,
regarding 11.88; Please add auto-mode-alist support for .hva
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19426: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19426
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 11.88; Please add auto-mode-alist support for .hva Date: Mon, 22 Dec 2014 00:08:15 +0000

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.

Be sure to consult the FAQ section in the manual before submitting
a bug report.  In addition check if the bug is reproducable with an
up-to-date version of AUCTeX.  So please upgrade to the version
available from http://www.gnu.org/software/auctex/ if your
installation is older than the one available from the web site.

If the bug is triggered by a specific (La)TeX file, you should try
to produce a minimal sample file showing the problem and include it
in your report.

Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------

Please add .hva to the list of auto-mode-alist suffixes supported by
AuCTeX. This is the suffix of HeVeA files (HeVeA: http://hevea.inria.fr/
). These are in LaTeX syntax. HeVeA is a long-lived libre LaTeX→HTML
converter which has no Emacs mode or any other Emacs support (which
makes sense, since it introduces no new file formats). It uses files
suffixed .hva to give instructions on converting LaTeX to HTML for
particular packages, but they’re written in LaTeX format.

Hence, it makes little sense to ask its authors to add Emacs support,
but it seems to make sense to add a line to AuCTeX.

Emacs  : GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.8)
 of 2014-11-21 on skwd, modified by Debian
Package: 11.88

current state:
==============
(setq
 AUCTeX-date "2014-10-29"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("~/.emacs.d/auctex" 
"/home/rrt/.emacs.d/elpa/auctex-11.88/style"
                  "/home/rrt/.emacs.d/auctex/auto" 
"/home/rrt/.emacs.d/auctex/style" "auto"
                  "style")
 TeX-auto-save nil
 TeX-parse-self nil
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX 
nil
                     (plain-tex-mode texinfo-mode ams-tex-mode) :help "Run 
plain TeX")
                    ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode 
doctex-mode)
                     :help "Run LaTeX")
                    ("Makeinfo" "makeinfo %t" TeX-run-compile nil 
(texinfo-mode) :help
                     "Run Makeinfo with Info output")
                    ("Makeinfo HTML" "makeinfo --html %t" TeX-run-compile nil 
(texinfo-mode)
                     :help "Run Makeinfo with HTML output")
                    ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" 
TeX-run-TeX nil
                     (ams-tex-mode) :help "Run AMSTeX")
                    ("ConTeXt" "texexec --once --texutil %(execopts)%t" 
TeX-run-TeX nil
                     (context-mode) :help "Run ConTeXt once")
                    ("ConTeXt Full" "texexec %(execopts)%t" TeX-run-TeX nil 
(context-mode)
                     :help "Run ConTeXt until completion")
                    ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run 
BibTeX")
                    ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber")
                    ("View" "%V" TeX-run-discard-or-function nil t :help "Run 
Viewer")
                    ("Print" "%p" TeX-run-command t t :help "Print the file")
                    ("Queue" "%q" TeX-run-background nil t :help "View the 
printer queue"
                     :visible TeX-queue-command)
                    ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help
                     "Generate PostScript file")
                    ("Index" "makeindex %s" TeX-run-command nil t :help "Create 
index file")
                    ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help
                     "Check LaTeX file for correctness")
                    ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil 
t :help
                     "Spell-check the document")
                    ("Clean" "TeX-clean" TeX-run-function nil t :help
                     "Delete generated intermediate files")
                    ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help
                     "Delete generated intermediate and output files")
                    ("Other" "" TeX-run-command t t :help "Run an arbitrary 
command"))
 )
-- 
http://rrt.sc3d.org/



--- End Message ---
--- Begin Message --- Subject: Re: bug#19426: 11.88; Please add auto-mode-alist support for .hva Date: Mon, 22 Dec 2014 08:35:09 +0100 User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)
Reuben Thomas <address@hidden> writes:

Hi Reuben,

> Please add .hva to the list of auto-mode-alist suffixes supported by
> AuCTeX. This is the suffix of HeVeA files (HeVeA:
> http://hevea.inria.fr/ ). These are in LaTeX syntax. HeVeA is a
> long-lived libre LaTeX→HTML converter which has no Emacs mode or any
> other Emacs support (which makes sense, since it introduces no new
> file formats). It uses files suffixed .hva to give instructions on
> converting LaTeX to HTML for particular packages, but they’re written
> in LaTeX format.

Done.

Bye,
Tassilo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]