>>>> "Araujo" == Araujo Fabio-FFA <Araujo>
writes:
Araujo> Hi,
Araujo> I would like to see a window of print confirmation when I
Araujo> click on Print button on Xemacs.
Araujo> It is possible to implement it on Xemacs?
Hello Fabio!
please use news group comp.emacs.xemacs or mailing list
xemacs-news(a)xemacs.org for questions like this.
Where did you find information about bugs(a)xemacs.org?
I would like to update that information source.
In general, for any program, please always specify the version and
platform you are using.
As a minimum you could insert output obtained with
C-x C-e (eval-last-sexp)
after following line
(emacs-version)
I get the following for the XEmacs I am running:
"XEmacs 21.4 (patch 12) \"Portable Code\" [Lucid] (i586-pc-win32) of
Sun Feb 02 2003 on D5DC120J"
Anyway, please try this:
(setq toolbar-print-function (lambda nil (interactive) (if (yes-or-no-p-dialog-box
"Do you want to print? ") (ps-print-buffer-with-faces))))
if you print via the Print toolbar button.
In the current released version, 21.4.xx, you could use
(setq toolbar-print-function (quote generic-print-buffer))
Hope this helps,
Adrian
Araujo> I will appreciate any comments.
Araujo> Thanks,
Araujo> Fabio Perales Araujo
Araujo> MOTOROLA INDUSTRIAL LTDA, R&D, Jaguariuna - S.P. - BRASIL
Araujo> Engineering Computing Systems
Araujo> Phone: (55) 19 3847 7133 Fax: (55) 19 3847 6190
Araujo> Pager: 19 7444545 PIN#4251929
http://www.teletrim.com.br/
Araujo> EMAIL: FabioPerales(a)motorola.com
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/