unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3674: 23.1.50; customising TeX-PDF-mode t makes Emacs.app fail to create AUCTeX 11.85 previews
@ 2009-06-24 22:36 Peter Dyballa
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2009-06-24 22:36 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: David Reitter, Adrian Robert


[-- Attachment #1.1: Type: text/plain, Size: 896 bytes --]

Hello!

The X client versions of GNU Emacs 23.0.x and 23.1.50 do not fail to  
create a preview when my init file contains

	 '(TeX-PDF-mode t)

and they also do not fail when this line is commented. The Cocoa  
variants of the same versions do all fail when this customisation is  
set and they do not fail when it not set (commented). Ghostscript  
8.61 always succeeds to run, and so do all the utilities used by AUCTeX.

The tests were run from auctex-11.85/preview/circ.tex. Systematically  
the first eqnarray environment (line #67ff) was marked as a region to  
be previewed. Caching the preamble was always off, except for a last  
try (which also failed). TeX Live 2008 was last updated a few weeks  
ago. PdfTeX is an updated version without the font cache bug (which  
particularly became "famous" for Mac OS X 10.5, Leopard, users). A  
similar report went to the AUCTeX developers.


[-- Attachment #1.2: pastedGraphic.tiff --]
[-- Type: image/tiff, Size: 143848 bytes --]

[-- Attachment #1.3: Type: text/plain, Size: 2275 bytes --]



Logs from the TeX runs to create the previews are recorded. This  
failure exists over one year. Carbon Emacsen do not have this  
failure. I am using Mac OS X 10.4.x (Tiger).


In GNU Emacs 23.1.50.2 (powerpc-apple-darwin8.11.0, NS apple- 
appkit-824.48)
  of 2009-06-24 on Latsche.local
Windowing system distributor `Apple', version 10.3.824
configured using `configure  '--without-sound' '--without-pop' '-- 
with-dbus' '--with-libotf' '--with-ns' '--disable-ns-self-contained'  
'--enable-locallisppath=/Library/Application Support/Emacs/ 
calendar23:/Library/Application Support/Emacs' 'PKG_CONFIG_PATH=/sw/ 
lib/freetype219/lib/pkgconfig:/sw/lib/pango-ft219/lib/pkgconfig:/sw/ 
lib/fontconfig2/lib/pkgconfig:/sw/lib/qt4-x11/lib/pkgconfig:/sw/lib/ 
xft2/lib/pkgconfig:/usr/X11R6/lib/pkgconfig:/sw/lib/pkgconfig:/sw/ 
share/pkgconfig:/usr/lib/pkgconfig' 'CPPFLAGS=-no-cpp-precomp'  
'CFLAGS=-Wno-pointer-sign -H -pipe -fPIC -mcpu=7450 -mtune=7450 -fast  
-mpim-altivec -ftree-vectorize -foptimize-register-move -freorder- 
blocks -freorder-blocks-and-partition -fthread-jumps -fpeephole -fno- 
crossjumping' 'LDFLAGS=-dead_strip -multiply_defined suppress''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: de_DE.UTF-8
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: nil
   locale-coding-system: utf-8-unix
   default-enable-multibyte-characters: t

Major mode: PDFLaTeX/F

Minor modes in effect:
   reftex-mode: t
   TeX-fold-mode: t
   TeX-PDF-mode: t
   shell-dirtrack-mode: t
   diff-auto-refine-mode: t
   tabbar-mwheel-mode: t
   tabbar-mode: t
   show-paren-mode: t
   display-time-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t
   view-mode: t


--
Greetings

   Pete

There's something the technicians need to learn from the artists. If  
it isn't aesthetically pleasing, it's probably wrong.




[-- Attachment #2: Signierter Teil der Nachricht --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#3674: 23.1.50; customising TeX-PDF-mode t makes Emacs.app fail to create AUCTeX 11.85 previews
@ 2009-06-25 17:14 Peter Dyballa
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2009-06-25 17:14 UTC (permalink / raw)
  To: 3674; +Cc: Felix Mueller, David Reitter, Adrian Robert, bug-auctex

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

Hello!

The most easy way to reproduce the described behaviour is to launch  
Emacs.app with -Q and then execute/evaluate in its *scratch* buffer a  
bit of Elisp code:

	<extend load-path that the AUCTeX files are found>
	  (load "auctex.el" nil t t)
	  (load "preview-latex.el" nil t t)
	 (setq TeX-PDF-mode t)

With the last line Emacs.app always fails to produce previews. The  
setting can also be made active for a particular buffer by executing  
the TeX-PDF-mode function. The interesting thing is that, when TeX- 
PDF-mode is nil in the buffer you can create a preview, when you set  
it to t you can't, when you set it to nil again, yes, you can again!

--
Greetings

   Pete

When in doubt, use brute force.
				– Ken Thompson


[-- Attachment #2: Signierter Teil der Nachricht --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#3674: 23.1.50; customising TeX-PDF-mode t makes Emacs.app fail to create AUCTeX 11.85 previews
       [not found] <5C097345-2CEA-41B8-839B-38728EECBE9D@freenet.de>
@ 2017-12-06 19:49 ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2017-12-06 19:49 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 3674


If this is still an issue with current Emacs, AUCTeX, and non-ancient OS
X, please open a new report. Thanks.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-06 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-24 22:36 bug#3674: 23.1.50; customising TeX-PDF-mode t makes Emacs.app fail to create AUCTeX 11.85 previews Peter Dyballa
  -- strict thread matches above, loose matches on Subject: below --
2009-06-25 17:14 Peter Dyballa
     [not found] <5C097345-2CEA-41B8-839B-38728EECBE9D@freenet.de>
2017-12-06 19:49 ` Glenn Morris

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