/[auctex]/auctex/tex-bar.el
ViewVC logotype

Diff of /auctex/tex-bar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by angeli, Sat May 21 11:56:45 2005 UTC revision 1.12 by angeli, Mon Jun 6 17:24:30 2005 UTC
# Line 145  the argument BUTTON-ALIST in function `t Line 145  the argument BUTTON-ALIST in function `t
145             :command (progn             :command (progn
146                        (TeX-save-document (TeX-master-file))                        (TeX-save-document (TeX-master-file))
147                        (TeX-command "LaTeX" 'TeX-master-file -1))                        (TeX-command "LaTeX" 'TeX-master-file -1))
148             :help (lambda nil (TeX-bar-help-from-command-list "LaTeX")))             :help (lambda (&rest ignored)
149                       (TeX-bar-help-from-command-list "LaTeX")))
150      (pdflatex :image "pdftex"      (pdflatex :image "pdftex"
151                :command (progn                :command (progn
152                           (TeX-save-document (TeX-master-file))                           (TeX-save-document (TeX-master-file))
153                           (TeX-command "PDFLaTeX" 'TeX-master-file -1))                           (TeX-command "PDFLaTeX" 'TeX-master-file -1))
154                :help (lambda nil (TeX-bar-help-from-command-list "PDFLaTeX")))                :help (lambda (&rest ignored)
155                          (TeX-bar-help-from-command-list "PDFLaTeX")))
156      (next-error :image "error"      (next-error :image "error"
157                  :command TeX-next-error                  :command TeX-next-error
158                  :enable (plist-get TeX-error-report-switches                  :enable (plist-get TeX-error-report-switches
# Line 159  the argument BUTTON-ALIST in function `t Line 161  the argument BUTTON-ALIST in function `t
161                                      (intern (TeX-master-file))))                                      (intern (TeX-master-file))))
162      (view :image (lambda nil (if TeX-PDF-mode "viewpdf" "viewdvi"))      (view :image (lambda nil (if TeX-PDF-mode "viewpdf" "viewdvi"))
163            :command (TeX-command "View" 'TeX-master-file -1)            :command (TeX-command "View" 'TeX-master-file -1)
164            :help (lambda nil (TeX-bar-help-from-command-list "View")))            :help (lambda (&rest ignored)
165                      (TeX-bar-help-from-command-list "View")))
166      (file :image "dvips"      (file :image "dvips"
167            :command (TeX-command "File" 'TeX-master-file -1)            :command (TeX-command "File" 'TeX-master-file -1)
168            :help (lambda nil (TeX-bar-help-from-command-list "File")))            :help (lambda (&rest ignored)
169                      (TeX-bar-help-from-command-list "File")))
170      (bibtex :image "bibtex"      (bibtex :image "bibtex"
171              :command (TeX-command "BibTeX" 'TeX-master-file -1)              :command (TeX-command "BibTeX" 'TeX-master-file -1)
172              :help (lambda nil (TeX-bar-help-from-command-list "BibTeX")))              :help (lambda (&rest ignored)
173                        (TeX-bar-help-from-command-list "BibTeX")))
174      (latex-symbols-experimental . (:alias :eval-group      (latex-symbols-experimental . (:alias :eval-group
175                                            LaTeX-symbols-toolbar-switch-contents                                            LaTeX-symbols-toolbar-switch-contents
176                                            LaTeX-symbols-toolbar-contents)))                                            LaTeX-symbols-toolbar-contents)))
# Line 303  format of the argument MEANING-ALIST in Line 308  format of the argument MEANING-ALIST in
308                    (toolbarx-refresh))                    (toolbarx-refresh))
309         ;; help message depends on if symb-toolbar is on or off, and in         ;; help message depends on if symb-toolbar is on or off, and in
310         ;; the name of the current class of symbols         ;; the name of the current class of symbols
311         :help (lambda nil         :help (lambda (&rest ignore)
312                 (concat "Turn "                 (concat "Turn "
313                         (if LaTeX-symbols-toolbar-visible-flag "off " "on ")                         (if LaTeX-symbols-toolbar-visible-flag "off " "on ")
314                         "the toolbar of LaTeX symbols (current class: "                         "the toolbar of LaTeX symbols (current class: "

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26