james hirschorn | 6 Jul 2011 13:24
Picon
Favicon

AUCTex not catching errors

In LaTeX mode, after running LaTeX with C-c C-c, I always get "LateX:
successfully formatted {1} page" even when LaTeX exits abnormally.

I am using XEmacs/AUCTex that is included with the current stable
Cygwin distribution.

Cheers

Emacs  : XEmacs 21.4 (patch 22) "Instant Classic" [Lucid] (i686-pc-cygwin, Mule) 
of Sat Jan 31 2009 on vzell-de
Package: AUCTeX CVS-1.14 (2007-02-05)
current state:
==============
(setq
 window-system 'x
 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 nil
 )

Ralf Angeli | 11 Jul 2011 16:54

Re: 11.86; "TeX-insert-macro usepackage" crashes when cannot access directory

* Vangelis Evangelou (2011-06-21) writes:

> The command \C-c\C-m usepackage crashes with the message
>
> Searching for files...
> Opening directory: permission denied, /maths/TeX/share/texmf-local/tex/latex/JCM
>
> where
> $ echo $TEXMFLOCAL
> /maths/TeX/share/texmf-local:
>
> I believe that a check should be made whether a directory is
> accessible before attempting to search in it in order to avoid the
> crash.

Does this also happen with the development version of AUCTeX?  Because
the respective code changed since 11.86 was released and I cannot
reproduce the problem with my local installation.

--

-- 
Ralf

Vangelis Evangelou | 12 Jul 2011 10:23
Picon

Re: 11.86; "TeX-insert-macro usepackage" crashes when cannot access directory

Yes it does.

I believe you can reproduce the bug with the following commands in terminal:
mkdir -p $HOME/mytexmf/tex/latex/noaccess
chmod -rwx $HOME/mytexmf/tex/latex/noaccess
env TEXMFLOCAL=$HOME/mytexmf: emacs

And this is the backtrace information from emacs:

Debugger entered--Lisp error: (file-error "Opening directory" 
"permission denied" "/maths/TeX/share/texmf-local/tex/latex/JCM")
   directory-files("/maths/TeX/share/texmf-local/tex/latex/JCM" nil 
"\\.\\(sty\\)\\'")
   #[(x) "\303^H	?\n#\207" [x nodir extensions directory-files] 
4]("/maths/TeX/share/texmf-local/tex/latex/JCM")
   mapcar(#[(x) "\303^H	?\n#\207" [x nodir extensions directory-files] 
4] ("." "/maths/TeX/share/texmf-local/tex/latex" 
"/maths/TeX/share/texmf-local/tex/latex/JCM" 
"/maths/TeX/share/texmf-local/tex/latex/doc-dtx" 
"/maths/TeX/share/texmf-local/tex/latex/doc-usr" 
"/maths/TeX/share/texmf-local/tex/latex/elsart" 
"/maths/TeX/share/texmf-local/tex/latex/eurofont" 
"/maths/TeX/share/texmf-local/tex/latex/hanging" 
"/maths/TeX/share/texmf-local/tex/latex/harvard" 
"/maths/TeX/share/texmf-local/tex/latex/html" 
"/maths/TeX/share/texmf-local/tex/latex/incoming" 
"/maths/TeX/share/texmf-local/tex/latex/llncs" 
"/maths/TeX/share/texmf-local/tex/latex/local" 
"/maths/TeX/share/texmf-local/tex/latex/rsfs" 
"/maths/TeX/share/texmf-local/tex/latex/siam" 
(Continue reading)

Ralf Angeli | 12 Jul 2011 13:03

Re: 11.86; "TeX-insert-macro usepackage" crashes when cannot access directory

* Vangelis Evangelou (2011-07-12) writes:

> Yes it does.
>
> I believe you can reproduce the bug with the following commands in terminal:
> mkdir -p $HOME/mytexmf/tex/latex/noaccess
> chmod -rwx $HOME/mytexmf/tex/latex/noaccess
> env TEXMFLOCAL=$HOME/mytexmf: emacs
>
> And this is the backtrace information from emacs:
>
> Debugger entered--Lisp error: (file-error "Opening directory" 
> "permission denied" "/maths/TeX/share/texmf-local/tex/latex/JCM")

Okay, thanks for the test case.  I could now reproduce the problem as
well and I've checked in a fix.

--

-- 
Ralf

Arash Ghasemi | 12 Jul 2011 17:10
Picon

No Preview in Ubuntu 11.04

Hello,

I downloaded the Auctex source for Ubuntu  11.04 and followed exactly same instructions as given in the INSTALL file. Although I didn't see any error while configuring/making and installing, I can't see the preview icons and menu in my GNU Emacs. Could you please help me? Attached is the log file generated by configure.

Best regards,
Arash

Attachment (config.log): text/x-log, 18 KiB
<div>
<p>Hello,</p>
<div>I downloaded the Auctex source for Ubuntu &nbsp;11.04 and followed exactly same instructions as given in the INSTALL file. Although I didn't see any error while configuring/making and installing, I can't see the preview icons and menu in my GNU Emacs. Could you please help me? Attached is the log file generated by configure.</div>
<div><br></div>
<div>Best regards,</div>
<div>Arash</div>
<div><br></div>
</div>
Jaap Eldering | 14 Jul 2011 16:36
Picon

LaTeX-fill-break-at-separators with '$' mathmode problem

Hi,

I'm using AUCTeX 11.86 with emacs 23.2.1 and I have
LaTeX-fill-break-at-separators set to (\\\( \\\) \\\[ \\\] "$").

This nicely breaks outside inline $$-math almost always, but sometimes
I notice that it does break the inline math. Just now I seem to have
found the specific case where it goes wrong.

The line below (note that it contains 73 characters, exactly the final
comma surpasses the 72 character line limit)

would need to be of infinite size to contain $x'(t)$ for all $t \in I$,

is broken as

would need to be of infinite size to contain $x'(t)$ for all $t \in
I$,

If I add one more character at the beginning of the line, or in the
mathmode and delete the comma, the complete inline statement
'$t \in I$' is correctly put onto the next line.

Just a minor issue, but it would be nice if this could be fixed.

Best,
Jaap

Xiao LIU | 22 Jul 2011 00:06
Picon

11.86; ghostscript has no input file argument

The aquamacs can not display the images of math formula when using preview. 

I searched the output and find:
Running `Preview-Ghostscript' with ``gs
-dOutputFile\=\(NoteOfvMF.2.prv/tmp4665TvX/pr1-\%d.png\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS
-dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=png16m -r110.597x110.74''

In the line above, there is no pdf file name specified in the command and no png file generated in the target
folder. I guess that is why aquamacs display only some red round icon instead of the expected formulas and tables.

Emacs  : GNU Emacs 23.3.1 (i3
86-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-03-19 on braeburn.aquamacs.org - Aquamacs Distribution 2.2
Package: 11.86

current state:
==============
(setq
AUCTeX-version "11.86"
LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
image-types '(png gif tiff jpeg xpm xbm pbm)
preview-image-type 'png
preview-image-creators '((dvipng
			   (open preview-gs-open
			    preview-dvipng-process-setup)
			   (place preview-gs-place)
			   (close preview-dvipng-close))
			  (png (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  (jpeg (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  (pnm (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  (tiff (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  )
preview-dvipng-image-type 'png
preview-dvipng-command "dvipng -picky -noghostscript %d -o \"%m/prev%%03d.png\""
preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
preview-gs-command "gs"
preview-gs-options '("-q" "-dSAFER" "-dNOPAUSE" "-DNOPLATFONTS"
		      "-dPrinted" "-dTextAlphaBits=4"
		      "-dGraphicsAlphaBits=4")
preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
			       (dvipng png "-sDEVICE=png16m")
			       (jpeg jpeg "-sDEVICE=jpeg")
			       (pnm pbm "-sDEVICE=pnmraw")
			       (tiff tiff "-sDEVICE=tiff12nc"))
preview-fast-conversion t
preview-prefer-TeX-bb t
preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
preview-scale-function 'preview-scale-from-face
preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\\PassOptionsToPackage{"
			 ("," . preview-required-option-list)
			 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" preview-default-preamble
"\\fi}\"%' %t")
preview-required-option-list '("active" "tightpage" "auctex"
				(preview-preserve-counters "counters"))
preview-preserve-counters nil
preview-default-option-list '("displaymath" "floats" "graphics" "textmath"
			       "sections" "footnotes")
preview-default-preamble '("\\RequirePackage["
			    ("," . preview-default-option-list)
			    "]{preview}[2004/11/05]")
preview-LaTeX-command-replacements nil
preview-dump-replacements '(preview-LaTeX-command-replacements
			     ("\\`\\([^ ]+\\)\\(\\( +-\\([^ \\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1
-ini -interaction=nonstopmode \"&\\1\" " preview-format-name ".ini \\5")
			     )
preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\(.*\\)\\'" "\\1
-interaction=nonstopmode \"&" preview-format-name "\" \\2")
			       )
preview-auto-cache-preamble t
preview-TeX-style-dir "/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/latex"
)

Output from running `gs -h':
GPL Ghostscript 9.02 (2011-03-30)
Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
-dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
-g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
-sDEVICE=<devname>  select device         | -dBATCH  exit after last file
-sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v bj10vh
   bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m
   bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500
   cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cdnj500 cfax
   cgm24 cgm8 cgmmono chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl
   cp50 declj250 deskjet devicen dfaxhigh dfaxlow display dj505j djet500
   djet500c dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800
   epl5900 epl6100 epl6200 eplcolor eplmono eps9high eps9mid epson epsonc
   epswrite escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fs600 gdi hl1240
   hl1250 hl7x0 hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c
   hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c hpdj670c
   hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen imdi inferno iwhi iwlo iwlq jetp3852 jj100
   jpeg jpegcmyk jpeggray la50 la70 la75 la75plus laserjet lbp310 lbp320
   lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3 lips4 lips4v lj250
   lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3 ljet3d ljet4
   ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200 lp2400 lp2500
   lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100 lp8200c lp8300c
   lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c lp8900 lp9000b
   lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c lp9600 lp9600s
   lp9800c lps4500 lps6500 lq850 lx5000 lxm3200 lxm5700m m8510 mag16 mag256
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 oki182 oki4w okiibm oprp opvp paintjet pam pbm pbmraw pcl3 pcx16
   pcx24b pcx256 pcx256 pcx2up pcxcmyk pcxgray pcxmono pdfwrite pdfwrite pgm
   pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300 pkm pkmraw
   pksm pksmraw plan9bm png16 png16m png256 png48 pngalpha pnggray pngmono
   pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb
   psgray psmono psrgb pswrite pxlcolor pxlmono r4081 rinkj rpdl samsunggdi
   sgirgb sj48 spotcmyk st800 stcolor sunhmono t4693d2 t4693d4 t4693d8
   tek4696 tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffg3
   tiffg32d tiffg4 tiffgray tifflzw tiffpack tiffscaled tiffsep tiffsep1
   uniprint wtscmyk wtsimdi x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8
   x11gray2 x11gray4 x11mono x11rg16x x11rg32x xcf xes
Search path:
   /opt/local/share/ghostscript/9.02/Resource/Init :
   /opt/local/share/ghostscript/9.02/lib :
   /opt/local/share/ghostscript/9.02/Resource/Font :
   /opt/local/share/ghostscript/fonts :
   /opt/local/share/fonts/default/ghostscript :
   /opt/local/share/fonts/default/Type1 :
   /opt/local/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
   /usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType
For more information, see /opt/local/share/ghostscript/9.02/doc/Use.htm.
Please report bugs to bugs.ghostscript.com.

--=-=-=--

I searched the output and find:
Running `Preview-Ghostscript' with ``gs
-dOutputFile\=\(NoteOfvMF.2.prv/tmp4665TvX/pr1-\%d.png\) -q -dSAFER -dNOPAUSE -DNOPLATFONTS
-dPrinted -dTextAlphaBits\=4 -dGraphicsAlphaBits\=4 -sDEVICE\=png16m -r110.597x110.74''

In the line above, there is no pdf file name specified in the command and no png file generated in the target
folder. I guess that is why aquamacs display only some red round icon instead of the expected formulas and tables.

Emacs  : GNU Emacs 23.3.1 (i3
86-apple-darwin9.8.0, NS apple-appkit-949.54)
of 2011-03-19 on braeburn.aquamacs.org - Aquamacs Distribution 2.2
Package: 11.86

current state:
==============
(setq
AUCTeX-version "11.86"
LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
image-types '(png gif tiff jpeg xpm xbm pbm)
preview-image-type 'png
preview-image-creators '((dvipng
			   (open preview-gs-open
			    preview-dvipng-process-setup)
			   (place preview-gs-place)
			   (close preview-dvipng-close))
			  (png (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  (jpeg (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  (pnm (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  (tiff (open preview-gs-open)
			   (place preview-gs-place)
			   (close preview-gs-close))
			  )
preview-dvipng-image-type 'png
preview-dvipng-command "dvipng -picky -noghostscript %d -o \"%m/prev%%03d.png\""
preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
preview-gs-command "gs"
preview-gs-options '("-q" "-dSAFER" "-dNOPAUSE" "-DNOPLATFONTS"
		      "-dPrinted" "-dTextAlphaBits=4"
		      "-dGraphicsAlphaBits=4")
preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
			       (dvipng png "-sDEVICE=png16m")
			       (jpeg jpeg "-sDEVICE=jpeg")
			       (pnm pbm "-sDEVICE=pnmraw")
			       (tiff tiff "-sDEVICE=tiff12nc"))
preview-fast-conversion t
preview-prefer-TeX-bb t
preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
preview-scale-function 'preview-scale-from-face
preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\\PassOptionsToPackage{"
			 ("," . preview-required-option-list)
			 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" preview-default-preamble
"\\fi}\"%' %t")
preview-required-option-list '("active" "tightpage" "auctex"
				(preview-preserve-counters "counters"))
preview-preserve-counters nil
preview-default-option-list '("displaymath" "floats" "graphics" "textmath"
			       "sections" "footnotes")
preview-default-preamble '("\\RequirePackage["
			    ("," . preview-default-option-list)
			    "]{preview}[2004/11/05]")
preview-LaTeX-command-replacements nil
preview-dump-replacements '(preview-LaTeX-command-replacements
			     ("\\`\\([^ ]+\\)\\(\\( +-\\([^ \\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1
-ini -interaction=nonstopmode \"&\\1\" " preview-format-name ".ini \\5")
			     )
preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\(.*\\)\\'" "\\1
-interaction=nonstopmode \"&" preview-format-name "\" \\2")
			       )
preview-auto-cache-preamble t
preview-TeX-style-dir "/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/latex"
)

Output from running `gs -h':
GPL Ghostscript 9.02 (2011-03-30)
Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
-dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
-g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
-sDEVICE=<devname>  select device         | -dBATCH  exit after last file
-sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v bj10vh
   bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m
   bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500
   cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cdnj500 cfax
   cgm24 cgm8 cgmmono chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl
   cp50 declj250 deskjet devicen dfaxhigh dfaxlow display dj505j djet500
   djet500c dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750 epl5800
   epl5900 epl6100 epl6200 eplcolor eplmono eps9high eps9mid epson epsonc
   epswrite escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fs600 gdi hl1240
   hl1250 hl7x0 hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c
   hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c hpdj670c
   hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen imdi inferno iwhi iwlo iwlq jetp3852 jj100
   jpeg jpegcmyk jpeggray la50 la70 la75 la75plus laserjet lbp310 lbp320
   lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3 lips4 lips4v lj250
   lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3 ljet3d ljet4
   ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200 lp2400 lp2500
   lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100 lp8200c lp8300c
   lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c lp8900 lp9000b
   lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c lp9600 lp9600s
   lp9800c lps4500 lps6500 lq850 lx5000 lxm3200 lxm5700m m8510 mag16 mag256
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 oki182 oki4w okiibm oprp opvp paintjet pam pbm pbmraw pcl3 pcx16
   pcx24b pcx256 pcx256 pcx2up pcxcmyk pcxgray pcxmono pdfwrite pdfwrite pgm
   pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300 pkm pkmraw
   pksm pksmraw plan9bm png16 png16m png256 png48 pngalpha pnggray pngmono
   pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb
   psgray psmono psrgb pswrite pxlcolor pxlmono r4081 rinkj rpdl samsunggdi
   sgirgb sj48 spotcmyk st800 stcolor sunhmono t4693d2 t4693d4 t4693d8
   tek4696 tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffg3
   tiffg32d tiffg4 tiffgray tifflzw tiffpack tiffscaled tiffsep tiffsep1
   uniprint wtscmyk wtsimdi x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8
   x11gray2 x11gray4 x11mono x11rg16x x11rg32x xcf xes
Search path:
   /opt/local/share/ghostscript/9.02/Resource/Init :
   /opt/local/share/ghostscript/9.02/lib :
   /opt/local/share/ghostscript/9.02/Resource/Font :
   /opt/local/share/ghostscript/fonts :
   /opt/local/share/fonts/default/ghostscript :
   /opt/local/share/fonts/default/Type1 :
   /opt/local/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
   /usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType
For more information, see /opt/local/share/ghostscript/9.02/doc/Use.htm.
Please report bugs to bugs.ghostscript.com.

--=-=-=--
Ralf Angeli | 24 Jul 2011 14:54

Re: bug-auctex <at> gnu.org

* Wang Xiaojie (2011-06-17) writes:

> When I'm trying to let RefTeX work with \newtheorem in latex, I find
> the following problem.
>
> After setting the new environment for reftex in .emacs as follows, when I type
> "C-c C-) h" the reftex cannot provide the label for theorem in latex
> file. The same for "C-c C-) a".
> But When type C-c C-) Space, all theorem and axiom labels are prompt for
> choosing.
>
> Other informations are also attached.

Thanks for the comprehensive report.

> RefTeX version  4.31

With version 4.31 I can reproduce the problem.  I've also tried your
test case with the development version of RefTeX and with that the
problem does not show up.  Could you perhaps check if version 4.34 of
the standalone distribution of RefTeX solves the problem for you?  It's
available for download from the RefTeX home page:
<URL:http://www.gnu.org/software/auctex/reftex.html>

(Eventually I'll merge the changes done in the standalone version into
the Emacs repository.  But I am not sure yet when I will find the time
for that.)

--

-- 
Ralf

Joel James Adamson | 29 Jul 2011 21:05
Picon

11.86; Preview does not insert preview into buffer with Emacs from Bzr


Remember to cover the basics.  Including a minimal LaTeX example
file exhibiting the problem might help.

The following produces a preview file in the _region_.prv directory but
only produces a "do-not-enter sign" icon next to the equation with no
preview image.  

\documentclass[11pt]{article}

\begin{document}
\begin{equation}
  \label{eq:einstein}
  E = mc^{2}
\end{equation}
\end{document}

Emacs  : GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4)
 of 2011-07-08 on chondestes.bio.unc.edu
Package: 11.86

current state:
==============
(setq
 AUCTeX-version "11.86"
 LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
 image-types '(png gif tiff jpeg xpm postscript xbm pbm)
 preview-image-type 'png
 preview-image-creators '((dvipng
			   (open preview-gs-open preview-dvipng-process-setup)
			   (place preview-gs-place)
			   (close preview-dvipng-close))
			  (png (open preview-gs-open) (place preview-gs-place)
			   (close preview-gs-close))
			  (jpeg (open preview-gs-open)
			   (place preview-gs-place) (close preview-gs-close))
			  (pnm (open preview-gs-open) (place preview-gs-place)
			   (close preview-gs-close))
			  (tiff (open preview-gs-open)
			   (place preview-gs-place) (close preview-gs-close))
			  )
 preview-dvipng-image-type 'png
 preview-dvipng-command "dvipng -picky -noghostscript %d -o \"%m/prev%%03d.png\""
 preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
 preview-gs-command "gs"
 preview-gs-options '("-q" "-dSAFER" "-dNOPAUSE" "-DNOPLATFONTS" "-dPrinted"
		      "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
 preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
			       (dvipng png "-sDEVICE=png16m")
			       (jpeg jpeg "-sDEVICE=jpeg")
			       (pnm pbm "-sDEVICE=pnmraw")
			       (tiff tiff "-sDEVICE=tiff12nc"))
 preview-fast-conversion t
 preview-prefer-TeX-bb nil
 preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
 preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
 preview-scale-function 'preview-scale-from-face
 preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\\PassOptionsToPackage{"
			 ("," . preview-required-option-list)
			 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" preview-default-preamble
"\\fi}\"%' %t")
 preview-required-option-list '("active" "tightpage" "auctex"
				(preview-preserve-counters "counters"))
 preview-preserve-counters nil
 preview-default-option-list '("displaymath" "floats" "graphics" "textmath"
			       "sections" "footnotes")
 preview-default-preamble '("\\RequirePackage["
			    ("," . preview-default-option-list)
			    "]{preview}[2004/11/05]")
 preview-LaTeX-command-replacements nil
 preview-dump-replacements '(preview-LaTeX-command-replacements
			     ("\\`\\([^ ]+\\)\\(\\( +-\\([^ \\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1
-ini -interaction=nonstopmode \"&\\1\" " preview-format-name ".ini \\5")
			     )
 preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\(.*\\)\\'"
				"\\1 -interaction=nonstopmode \"&"
				preview-format-name "\" \\2")
			       )
 preview-auto-cache-preamble 'ask
 preview-TeX-style-dir "/home/joel/.emacs.d/elpa/auctex-11.86/latex"
 )

Output from running `gs -h':
GPL Ghostscript 9.02 (2011-03-30)
Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v bj10vh
   bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m
   bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500
   cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cdnj500 cfax
   cgm24 cgm8 cgmmono chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl
   cp50 cups declj250 deskjet devicen dfaxhigh dfaxlow display dj505j
   djet500 djet500c dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750
   epl5800 epl5900 epl6100 epl6200 eplcolor eplmono eps9high eps9mid epson
   epsonc epswrite escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fs600 gdi
   hl1240 hl1250 hl7x0 hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500
   hpdj500c hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c
   hpdj670c hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen imdi inferno iwhi iwlo iwlq jetp3852 jj100
   jpeg jpegcmyk jpeggray la50 la70 la75 la75plus laserjet lbp310 lbp320
   lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3 lips4 lips4v lj250
   lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3 ljet3d ljet4
   ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200 lp2400 lp2500
   lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100 lp8200c lp8300c
   lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c lp8900 lp9000b
   lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c lp9600 lp9600s
   lp9800c lps4500 lps6500 lq850 lx5000 lxm3200 lxm5700m m8510 mag16 mag256
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 oki182 oki4w okiibm oprp opvp paintjet pam pbm pbmraw pcl3 pcx16
   pcx24b pcx256 pcx256 pcx2up pcxcmyk pcxgray pcxmono pdfwrite pdfwrite pgm
   pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300 pkm pkmraw
   pksm pksmraw plan9bm png16 png16m png256 png48 pngalpha pnggray pngmono
   pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb
   psgray psmono psrgb pswrite pxlcolor pxlmono r4081 rinkj rpdl samsunggdi
   sgirgb sj48 spotcmyk st800 stcolor sunhmono t4693d2 t4693d4 t4693d8
   tek4696 tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffg3
   tiffg32d tiffg4 tiffgray tifflzw tiffpack tiffscaled tiffsep tiffsep1
   uniprint wtscmyk wtsimdi x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8
   x11gray2 x11gray4 x11mono xcf xes
Search path:
   /usr/share/ghostscript/9.02/Resource/Init :
   /usr/share/ghostscript/9.02/lib :
   /usr/share/ghostscript/9.02/Resource/Font :
   /usr/share/ghostscript/fonts : /usr/share/fonts/default/ghostscript :
   /usr/share/fonts/default/Type1 : /usr/share/fonts/default/amspsfnt/pfb :
   /usr/share/fonts/default/cmpsfont/pfb : /usr/share/fonts :
   /usr/share/ghostscript/conf.d : /etc/ghostscript :
   /etc/ghostscript/9.02 : /usr/share/poppler/cMap/Adobe-CNS1 :
   /usr/share/poppler/cMap/Adobe-GB1 :
   /usr/share/poppler/cMap/Adobe-Japan1 :
   /usr/share/poppler/cMap/Adobe-Japan2 :
   /usr/share/poppler/cMap/Adobe-Korea1
For more information, see /usr/share/ghostscript/9.02/doc/Use.htm.
Please report bugs to bugs.ghostscript.com.

-- 
Joel J. Adamson
Servedio Lab -- University of North Carolina at Chapel Hill
FSF Member #8164 -- http://www.fsf.org/jf?referrer=8164
http://www.unc.edu/~adamsonj

Please use my new gmail address: <joeljamesadamson <at> gmail.com>

Remember to cover the basics.  Including a minimal LaTeX example
file exhibiting the problem might help.

The following produces a preview file in the _region_.prv directory but
only produces a "do-not-enter sign" icon next to the equation with no
preview image.  

\documentclass[11pt]{article}

\begin{document}
\begin{equation}
  \label{eq:einstein}
  E = mc^{2}
\end{equation}
\end{document}

Emacs  : GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.4)
 of 2011-07-08 on chondestes.bio.unc.edu
Package: 11.86

current state:
==============
(setq
 AUCTeX-version "11.86"
 LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
 image-types '(png gif tiff jpeg xpm postscript xbm pbm)
 preview-image-type 'png
 preview-image-creators '((dvipng
			   (open preview-gs-open preview-dvipng-process-setup)
			   (place preview-gs-place)
			   (close preview-dvipng-close))
			  (png (open preview-gs-open) (place preview-gs-place)
			   (close preview-gs-close))
			  (jpeg (open preview-gs-open)
			   (place preview-gs-place) (close preview-gs-close))
			  (pnm (open preview-gs-open) (place preview-gs-place)
			   (close preview-gs-close))
			  (tiff (open preview-gs-open)
			   (place preview-gs-place) (close preview-gs-close))
			  )
 preview-dvipng-image-type 'png
 preview-dvipng-command "dvipng -picky -noghostscript %d -o \"%m/prev%%03d.png\""
 preview-pdf2dsc-command "pdf2dsc %s.pdf %m/preview.dsc"
 preview-gs-command "gs"
 preview-gs-options '("-q" "-dSAFER" "-dNOPAUSE" "-DNOPLATFONTS" "-dPrinted"
		      "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
 preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
			       (dvipng png "-sDEVICE=png16m")
			       (jpeg jpeg "-sDEVICE=jpeg")
			       (pnm pbm "-sDEVICE=pnmraw")
			       (tiff tiff "-sDEVICE=tiff12nc"))
 preview-fast-conversion t
 preview-prefer-TeX-bb nil
 preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
 preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
 preview-scale-function 'preview-scale-from-face
 preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\\PassOptionsToPackage{"
			 ("," . preview-required-option-list)
			 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" preview-default-preamble
"\\fi}\"%' %t")
 preview-required-option-list '("active" "tightpage" "auctex"
				(preview-preserve-counters "counters"))
 preview-preserve-counters nil
 preview-default-option-list '("displaymath" "floats" "graphics" "textmath"
			       "sections" "footnotes")
 preview-default-preamble '("\\RequirePackage["
			    ("," . preview-default-option-list)
			    "]{preview}[2004/11/05]")
 preview-LaTeX-command-replacements nil
 preview-dump-replacements '(preview-LaTeX-command-replacements
			     ("\\`\\([^ ]+\\)\\(\\( +-\\([^ \\\\\"]\\|\\\\\\.\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1
-ini -interaction=nonstopmode \"&\\1\" " preview-format-name ".ini \\5")
			     )
 preview-undump-replacements '(("\\`\\([^ ]+\\) .*? \"\\\\input\" \\(.*\\)\\'"
				"\\1 -interaction=nonstopmode \"&"
				preview-format-name "\" \\2")
			       )
 preview-auto-cache-preamble 'ask
 preview-TeX-style-dir "/home/joel/.emacs.d/elpa/auctex-11.86/latex"
 )

Output from running `gs -h':
GPL Ghostscript 9.02 (2011-03-30)
Copyright (C) 2010 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e bj10v bj10vh
   bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono bmp16 bmp16m
   bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet cdj1600 cdj500
   cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono cdnj500 cfax
   cgm24 cgm8 cgmmono chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl
   cp50 cups declj250 deskjet devicen dfaxhigh dfaxlow display dj505j
   djet500 djet500c dl2100 dnj650c epl2050 epl2050p epl2120 epl2500 epl2750
   epl5800 epl5900 epl6100 epl6200 eplcolor eplmono eps9high eps9mid epson
   epsonc epswrite escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fs600 gdi
   hl1240 hl1250 hl7x0 hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500
   hpdj500c hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c
   hpdj670c hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen imdi inferno iwhi iwlo iwlq jetp3852 jj100
   jpeg jpegcmyk jpeggray la50 la70 la75 la75plus laserjet lbp310 lbp320
   lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3 lips4 lips4v lj250
   lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3 ljet3d ljet4
   ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200 lp2400 lp2500
   lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100 lp8200c lp8300c
   lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c lp8900 lp9000b
   lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c lp9600 lp9600s
   lp9800c lps4500 lps6500 lq850 lx5000 lxm3200 lxm5700m m8510 mag16 mag256
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 oki182 oki4w okiibm oprp opvp paintjet pam pbm pbmraw pcl3 pcx16
   pcx24b pcx256 pcx256 pcx2up pcxcmyk pcxgray pcxmono pdfwrite pdfwrite pgm
   pgmraw pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300 pkm pkmraw
   pksm pksmraw plan9bm png16 png16m png256 png48 pngalpha pnggray pngmono
   pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150 pr201 ps2write psdcmyk psdrgb
   psgray psmono psrgb pswrite pxlcolor pxlmono r4081 rinkj rpdl samsunggdi
   sgirgb sj48 spotcmyk st800 stcolor sunhmono t4693d2 t4693d4 t4693d8
   tek4696 tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffg3
   tiffg32d tiffg4 tiffgray tifflzw tiffpack tiffscaled tiffsep tiffsep1
   uniprint wtscmyk wtsimdi x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8
   x11gray2 x11gray4 x11mono xcf xes
Search path:
   /usr/share/ghostscript/9.02/Resource/Init :
   /usr/share/ghostscript/9.02/lib :
   /usr/share/ghostscript/9.02/Resource/Font :
   /usr/share/ghostscript/fonts : /usr/share/fonts/default/ghostscript :
   /usr/share/fonts/default/Type1 : /usr/share/fonts/default/amspsfnt/pfb :
   /usr/share/fonts/default/cmpsfont/pfb : /usr/share/fonts :
   /usr/share/ghostscript/conf.d : /etc/ghostscript :
   /etc/ghostscript/9.02 : /usr/share/poppler/cMap/Adobe-CNS1 :
   /usr/share/poppler/cMap/Adobe-GB1 :
   /usr/share/poppler/cMap/Adobe-Japan1 :
   /usr/share/poppler/cMap/Adobe-Japan2 :
   /usr/share/poppler/cMap/Adobe-Korea1
For more information, see /usr/share/ghostscript/9.02/doc/Use.htm.
Please report bugs to bugs.ghostscript.com.

--

-- 
Joel J. Adamson
Servedio Lab -- University of North Carolina at Chapel Hill
FSF Member #8164 -- http://www.fsf.org/jf?referrer=8164
http://www.unc.edu/~adamsonj

Please use my new gmail address: <joeljamesadamson <at> gmail.com>

Gmane