Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.

Be sure to consult the FAQ section in the manual before submitting
a bug report.  If the bug (or problem) is triggered by a specific
(La)TeX file, you should try to produce a minimal sample file
showing the problem and include it in your report.

Your bug report will be posted to the AUCTeX bug reporting list.
------------------------------------------------------------------------

Hi, list,

Now, I've ebable the flyspell, but it dosen't work at all. That is, when a word 
is
misspelled, I can't click on it with Mouse-2 to display a menu of possible 
corrections and
actions.

Emacs  : GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6)
 of 2006-12-08 on ubuntu-edgy
Package: 2006-12-07

current state:
==============
(setq
 AUCTeX-date "2006-12-07"
 window-system 'x
 LaTeX-version "2e"
 TeX-style-path '("style" "auto" "/usr/share/emacs/site-lisp/auctex/style"
                  "/usr/local/var/auctex")
 TeX-auto-save t
 TeX-parse-self t
 TeX-master nil
 TeX-command-list '(("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t"
                     TeX-run-TeX nil
                     (plain-tex-mode ams-tex-mode texinfo-mode) :help
                     "Run plain TeX")
                    ("LaTeX" "%`%l%(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")
                    ("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")
                    ("MyCheckTex[f4]" "chktex -v3 %s" TeX-run-compile nil t)
                    ("MyLatex[f5]" "latex -src-specials \"%s.tex\""
                     TeX-run-LaTeX nil t)
                    ("MyPdflatex[C-f5]" "pdflatex \"%s.tex\"" TeX-run-LaTeX
                     nil t)
                    ("MyBibtex[f6]" "bibtex \"%s\"" TeX-run-BibTeX nil t)
                    ("MyMakeIndex[C-f6]" "makeindex %s" TeX-run-command nil t)
                    ("MyGbk2uni[S-f6]" "gbk2uni \"%s.out\"" TeX-run-command
                     nil t)
                    ("MyDvipdfmx[f7]" "dvipdfmx \"%s.dvi\"" TeX-run-command
                     nil t)
                    ("MyDvips[C-f7]" "dvips %s.dvi" TeX-run-command nil t)
                    ("MyPs2pdf[S-f7]" "ps2pdf %s.ps" TeX-run-command nil t)
                    ("MyConTeXtDvipdfmx[f8]"
                     "texexec --output=dvipdfmx \"%s\"" TeX-run-LaTeX nil t)
                    ("MyConTeXtPdflatex[C-f8]" "texexec --pdf \"%s\""
                     TeX-run-LaTeX nil t)
                    ("MyViewPDF[f9]" "acroread \"%s.pdf\"" TeX-run-command nil
                     t)
                    ("MyCleanButPDFPS[f11]"
                     "rm -fr *.log *.aux *.djs %s.out %s.exa %s.ilg %s.idx 
%s.ind %s.lof %s.lot %s.toc %s.bbl %s.blg %s.top %s.tuo %s.tui %s.dvi  %s.tmp 
*mpgraph.* mptrace.* auto %s.nav %s.snm *~" TeX-run-command nil t)
                    ("MyCleanAll[C-f11]"
                     "rm -fr *.log *.aux %s.out %s.exa %s.ilg %s.idx %s.ind 
%s.lof %s.lot %s.toc %s.bbl %s.blg %s.top %s.tuo %s.tui %s.dvi  %s.tmp %s.ps 
%s.2.ps %s.pdf *mpgraph.* mptrace.* auto *.djs %s.nav %s.snm *~" 
TeX-run-command nil t)
                    )
 )
__________________________________________________
¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä?
http://cn.mail.yahoo.com



_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to