bug-auctex
[Top][All Lists]
Advanced

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

[Bug-AUCTeX] 11.82; flyspell-mode mouse-2 yanks as well


From: Alun Pope
Subject: [Bug-AUCTeX] 11.82; flyspell-mode mouse-2 yanks as well
Date: Thu, 06 Apr 2006 10:23:50 +1000

Here is a short example file, which also explains the problem.  This seems to have to do with the
beta-version of Emacs I got for using preview with auctex.  So it
seems to be about the auctex-emacs interaction which is why i have
sent it to the list.
 
%-------example
\documentclass{article}
\begin{document}
 
Turn flyspell-mode on.
 
Then delete some stuff.  Deleted text is SPURIOUS JUNK.  (Deleted by
mouse-highlighting and delete key.)
 
Now make a spelling mistake: false.
 

SPURIOUS JUNK
 

The sequence was false was spelled flase, mouse-2 to correct, select
correct text then left-click.  Then the correction is made but the extra
text SPURIOUS JUNK appears two lines further on, presumably because it
is being yanked by the mouse-2, in addition to the correct behaviour
(flyspell-mode's correct-at-point).  If there is text on the line
SPURIOUS JUNK is appended.
\end{document}
 

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
%----end example
 
 
 
Emacs  : GNU Emacs 22.0.50.1 (i386-mingw-nt5.0.2195)
 of 2006-01-29 on NEUTRINO
Package: 11.82
 
current state:
==============
(setq
 AUCTeX-date "2005-12-17"
 window-system 'w32
 LaTeX-version "2e"
 TeX-style-path '("style" "auto" "c:/MyLatexDocs/BibFiles/style"
    "c:/MyLatexDocs/BibFiles/auto"
    "c:/emacs/Emacs/site-lisp/auctex/style" "../var/auctex")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master "h:/SGI/SGI - Premium Principles/PremiumPricing80to85"
 TeX-command-list '(("View pdf" "acrord32.exe %s.pdf" TeX-run-command
 nil t)
      ("All pdf" "texify --pdf %s.tex" TeX-run-command
 nil t)
      ("Clean"
       "del %s.log *.aux %s.out %s.exa %s.ilg %s.idx
 %s.ind %s.lof %s.lot %s.toc %s.bbl %s.blg %s.dvi %s.ps %s.2.ps
 %s.pdf" TeX-run-command nil t)
      ("All" "texify --tex-opt=--src %s.tex"
 TeX-run-command nil
       t)
      ("SmallGhostview" "gsview32.exe %s-2.ps"
 TeX-run-command
       nil t)
      ("HalfSize" "psnup -2 %f %s-2.ps" TeX-run-command
 nil t)
      ("TeX" "%(PDF)%(tex) %S%(PDFout) \"%(mode)\\input
 %t\""
       TeX-run-TeX nil
       (plain-tex-mode ams-tex-mode texinfo-mode) :help
       "Run plain TeX")
      ("LaTeX" "%l \"%(mode)\\input{%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)\\input %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" "<ignored>" TeX-run-ispell-on-document
 nil t
       :help "Spell-check the document")
      ("Other" "" TeX-run-command t t :help
       "Run an arbitrary command")
      )
 )
 
---------------------
Dr Alun Pope
 
Group Credit
St.George Bank
Level 9
182 George St
Sydney NSW 2000
 
(T): 02 9236 1442
(F): 02 9236 1570

**********************************************************************

***** IMPORTANT INFORMATION *****

This document should be read only by those persons to whom it is

addressed and its content is not intended for use by any other

persons. If you have received this message in error, please notify

us immediately. Please also destroy and delete the message from

your computer. Any unauthorised form of reproduction of this message

is strictly prohibited.

 

St George Bank Limited AFSL 240997, Advance Asset Management Limited

AFSL 240902, St George Life Limited AFSL 240900, ASGARD Capital Management Limited

AFSL 240695 and Securitor Financial Group Limited AFSL 240687 is not liable for

the proper and complete transmission of the information contained in

this communication, nor for any delay in its receipt.

**********************************************************************

 


reply via email to

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