[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails
From: |
Peter Dyballa |
Subject: |
Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails |
Date: |
Sat, 5 Jan 2008 16:07:54 +0100 |
Am 05.01.2008 um 15:19 schrieb David Kastrup:
I do have my Mac OS X under control ... with all its utilities.
Excluding Emacs.
Why? Isn't it a much easier to handle application then Mac OS X?
Could that be a problem to me?
I seem to remember that OSX had problems talking with
programs and that people fixed the defaults appropriately in current
Emacs sources. Try setting process-connection-type to nil if it is
t or
vice versa.
No change. Before it was to t.
Is there no way to debug in more detail what preview is doing?
Huh? Why would preview be different to debug than other things?
Because Emacs is as stupid as Perl and does not understand so simple
things as in
sh -x ./shell-script
I forgot to send the contents of the *mail* buffer:
Emacs : GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0rc3)
of 2007-12-18 on Latsche.local
Package: 11.84
current state:
==============
(setq
AUCTeX-date "2007-01-12"
window-system 'ns
LaTeX-version "2e"
TeX-style-path '("style" "auto" "/Users/pete/Library/texmf/tex/style"
"/Users/pete/Library/texmf/tex/auto"
"/Library/Application Support/Emacs/auctex/style" "/tmp")
TeX-auto-save t
TeX-parse-self t
TeX-master "~/Quellen/auctex-11.84/preview/_region_"
TeX-command-list '(("XeTeX" "%`xetex%(mode)%' %t" TeX-run-TeX nil
(plain-tex-mode context-mode texinfo-mode ams-tex-mode))
("XeTeXx" "%`xetex -output-driver=xdv2pdf%(mode)%' %t"
TeX-run-TeX
nil (plain-tex-mode context-mode texinfo-mode
ams-tex-mode))
("XeLaTeX" "%`xelatex%(mode)%' %t" TeX-run-TeX nil
(latex-mode doctex-mode ams-tex-mode))
("XeLaTeXx" "%`xelatex -output-driver=xdv2pdf%(mode)%' %t"
TeX-run-TeX nil (latex-mode doctex-mode ams-tex-mode))
("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")
("LaTeXesc" "%`%l-shell-escape%(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")
("ConTeXt Clean" "texutil --purgeall" TeX-run-interactive
nil
(context-mode) :help "Clean temporary ConTeXt files")
("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"))
)
Except for the variable window-system's value it is the same
environment as for the X client GNU Emacs 23.0.60.
I launched Emacs.app again and set it up to use no process-connection-
type, then auctex.el and preview-latex.el were loaded. Again, no PNG
file was saved on disk.
--
Mit friedvollen Grüßen
Pete
When people run around and around in circles we say they are crazy.
When planets do it we say they are orbiting.
- [Bug-AUCTeX] 11.84; conversion of formula to picture fails, Peter Dyballa, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, David Kastrup, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, Peter Dyballa, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, David Kastrup, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails,
Peter Dyballa <=
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, David Kastrup, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, Peter Dyballa, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, Ralf Angeli, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, Peter Dyballa, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, Peter Dyballa, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, David Kastrup, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, Peter Dyballa, 2008/01/05
- Re: [Bug-AUCTeX] 11.84; conversion of formula to picture fails, David Kastrup, 2008/01/05