rel-0-8-1; C-l moves point

Jan-Ake Larsson <[email protected]> Thu, 17 Feb 2005 16:56:40 +0100 (MET)
Newsgroups gmane.emacs.latex.preview.devel
Message-ID <200502171556.j1HFueYJ008963__43260.7844508768$1108707941$gmane$org@sunray1.mai.liu.se>
Remember to cover the basics.  Including a minimal LaTeX example
file exhibiting the problem might help.

Open circ.tex, generate previews. Put point at end of line to the
right of eqn (3). Press C-l C-l. Point is always moved for me, to a
position above the current point. In other files this sometimes occurs
just for one C-l. Also present in Xemacs 21.4.17, dunno about GNU
Emacs.

Emacs  : XEmacs 21.4 (patch 15) "Security Through Obscurity" [Lucid] (sparc-sun-solaris2.8) of Wed Mar 24 2004 on byggotron.isy.liu.se
Package: rel-0-8-1

current state:
==============

Output from running `gs -h':
GNU Ghostscript 7.05 (2002-04-22)
Copyright (C) 2002 artofcode LLC, Benicia, CA.  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 PDF
Available devices:
   x11 x11alpha x11cmyk x11gray2 x11gray4 x11mono bmpmono bmpgray bmpsep1
   bmpsep8 bmp16 bmp256 bmp16m bmp32b deskjet djet500 laserjet ljetplus
   ljet2p ljet3 ljet3d ljet4 ljet4d lj5mono lj5gray cdeskjet cdjcolor
   cdjmono cdj550 pj pjxl pjxl300 uniprint ijs bj10e bj200 bjc600 bjc800
   faxg3 faxg32d faxg4 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk pbm
   pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw pkm pkmraw pksm
   pksmraw tiffcrle tiffg3 tiffg32d tiffg4 tifflzw tiffpack tiff12nc
   tiff24nc psmono psgray psrgb bit bitrgb bitcmyk png16m pnggray pngmono
   png256 png16 jpeg jpeggray pdfwrite pswrite epswrite pxlmono pxlcolor
   cljet5 cljet5c nullpage
Search path:
   . : /sw/local/share/ghostscript/7.05/lib :
   /sw/local/share/ghostscript/fonts
For more information, see /sw/local/share/ghostscript/7.05/doc/Use.htm.
Report bugs to [email protected], using the form in Bug-form.htm.

(setq
 AUC-TeX-version "CVS-5.481"
 LaTeX-command-style '(("" "%(PDF)%(latex) %S%(PDFout)"))
 preview-image-type 'dvipng
 preview-image-creators '((postscript (open preview-eps-open) (place preview-eps-place))
			  (dvipng (open preview-dvipng-open) (place preview-gs-place)
			   (close preview-dvipng-close))
			  (png (open preview-gs-open png ("-sDEVICE=png16m")) (place preview-gs-place)
			   (close preview-gs-close))
			  (jpeg (open preview-gs-open jpeg ("-sDEVICE=jpeg")) (place preview-gs-place)
			   (close preview-gs-close))
			  (pnm (open preview-gs-open pbm ("-sDEVICE=pnmraw")) (place preview-gs-place)
			   (close preview-gs-close))
			  (tiff (open preview-gs-open tiff ("-sDEVICE=tiff12nc")) (place preview-gs-place)
			   (close preview-gs-close))
			  )
 preview-gs-command "gs"
 preview-gs-options '("-q" "-dSAFER" "-dDELAYSAFER" "-dNOPAUSE" "-DNOPLATFONTS" "-dPrinted" "-dTextAlphaBits=4"
		      "-dGraphicsAlphaBits=4")
 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\\PassOptionsToPackage{" ("," . preview-required-option-list)
			 "}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined" preview-default-preamble
			 "\\fi}\\input{%t}\"")
 preview-required-option-list '("active" "dvips" "counters" "auctex")
 preview-default-option-list '("displaymath" "graphics" "textmath" "sections" "footnotes")
 preview-default-preamble '("\\RequirePackage[" ("," . preview-default-option-list) "]{preview}")
 preview-LaTeX-command-replacements nil
 preview-dump-replacements '(preview-LaTeX-command-replacements
			     ("\\`\\(e?\\(pdf\\)?e?\\(la\\)?tex\\)\\(\\( -\\([^ \"]\\|\"[^\"]*\"\\)*\\)*\\)\\(.*\\)\\'" "\\1 -ini \"&\\1\" " preview-format-name ".ini \\7")
			     )
 preview-undump-replacements '(("\\`\\(e?\\(pdf\\)?e?\\(la\\)?tex\\)\\(\\( -\\([^ \"]\\|\"[^\"]*\"\\)*\\)*\\).*\\input{\\([^}]*\\)}.*\\'" "\\1 \"&" preview-format-name "\" \\7")
			       )
 preview-auto-cache-preamble 'ask
 )


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
preview-latex-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/preview-latex-bugs


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click