bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] 11.84; Re: Behavior of LaTeX-fill-paragraph when use-hard-n


From: Névine Ebeid
Subject: [Bug-AUCTeX] 11.84; Re: Behavior of LaTeX-fill-paragraph when use-hard-newlines
Date: Thu, 23 Apr 2009 10:23:13 -0400
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

As you can see I updated my AucTeX and all xemacs packages
Still not the expected behaviour with use-new-hardlines.

> I know I have an older version of AucTeX, which comes as part of
> xemacs-sumo in the cygwin distribution. But I was comparing the
> handling of use-hard-newlines in the functions in fill.el and the
> analogous ones in latex.el (even in the newest package 11.85):
>
> The effect that I wished to see is that when I use LaTeX mode and set
> use-hard-lines, the hard lines would be kept between lines that belong
> to the same paragraph. This effect exists when I edit a txt file in
> the Text mode but not in LaTeX mode.
>
> Thanks.



------------------------------------------------------------------------

Emacs  : XEmacs 21.4 (patch 22) "Instant Classic" [Lucid]
(i686-pc-cygwin, Mule) of Sat Jan 31 2009 on vzell-de
Package: 11.84

current state:
==============
(setq
 AUCTeX-date "2007-01-12"
 window-system 'mswindows
 LaTeX-version "2e"
 TeX-style-path '("style" "auto"
"/usr/share/xemacs/xemacs-packages/etc/auctex/style"
"/usr/share/xemacs/xemacs-packages/etc/auctex/auto/")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master t
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-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") ("View" "%V" TeX-run-discard t 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")
                    ("MyLaTeX" "/cygdrive/c/Program\\ Files/MiKTeX\\
2.7/miktex/bin/latex -src-specials -aux-directory=./auxil
\"%(mode)\\input{%t}\""
                     TeX-run-TeX nil (latex-mode doctex-mode))
                    ("MyBibTeX" "/cygdrive/c/Program\\ Files/MiKTeX\\
2.7/miktex/bin/bibtex -include-directory=./auxil -include-directory=.. %s"
                     TeX-run-BibTeX nil t)
                    ("MyXdvi" "xdvi -display 127.0.0.1:0.0 -linkstyle 2
-s 7 -editor \"gnuclient -q +%%l %%f\" -geometry 870x980 %d"
TeX-run-discard nil t)
                    ("MyXdviLine"
                     "xdvi -display 127.0.0.1:0.0 -linkstyle 2 -s 7
-sourceposition \"%n%b\" -editor \"gnuclient -q +%%l %%f\" -geometry
870x980 %d"
                     TeX-run-discard nil t)
                    ("MyView" "yap --single-instance %d" TeX-run-discard
nil t) ("MyViewLine" "yap --single-instance -s %n%b %d" TeX-run-discard
nil t)
                    ("MyFile" "/cygdrive/c/Program\\ Files/MiKTeX\\
2.7/miktex/bin/dvips -Ppdf %d -o %f" TeX-run-command nil t)
                    ("MyViewPS" "cygstart %f" TeX-run-command nil t)
                    ("MyPS2PDF" "/cygdrive/c/Program\\ Files/MiKTeX\\
2.7/miktex/bin/ps2pdf %f %a" TeX-run-command nil t)
                    ("MyPSTEX2PDF" "/cygdrive/c/Program\\ Files/MiKTeX\\
2.7/miktex/bin/ps2pdf .pstex .pdf" TeX-run-command t t)
                    ("MyViewPDF" "cygstart %a" TeX-run-command nil t)
                    ("MyPDFLaTeX" "/cygdrive/c/Program\\ Files/MiKTeX\\
2.7/miktex/bin/pdflatex -aux-directory=./auxil \"%(mode)\\input{%t}\""
                     TeX-run-LaTeX nil t)
                    )
 )






reply via email to

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