Am Mon, 14 Apr 2008 12:49:38 +0000 schrieb bernhard: > Am Fri, 04 Apr 2008 22:22:09 +0200 schrieb Ralf Angeli: > >> Did you define a `dvips' entry in `TeX-bar-LaTeX-button-alist'? If >> not, then your setting will not have any effect or at least not a >> desired one. > > I have the following: > > Symbol: file > Lisp expression: > (:image "dvips" :command > (TeX-command "File" 'TeX-master-file -1) :help > (lambda > (&rest ignored) > (TeX-bar-help-from-command-list "File"))) > > Is that what you are talking about? > > Bernhard
I found out what was blocking the dvips icon: In Tex-bar-LaTeX-button-alist the symbol was "file", in Tex-Bar-LateX- button the entry was "dvips". When I changed that to "file" and restarted emacs the dvips-icon appeared in the Toolbar. Bernhard _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
