help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: w32-print.el and w32-integ.el


From: B. T. Raven
Subject: Re: w32-print.el and w32-integ.el
Date: Wed, 09 Apr 2008 22:21:59 -0500
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Lennart Borgman (gmail) wrote:
B. T. Raven wrote:
I think so, but most of it is over my head. I did install Emacsw32 once to try it out but I am not using it now. I want to keep my w32 installation as close as possible to my G/L one but I need printing on w32. My understanding is that I need only htmlfontify.el, hfyview.el, and easymenu.elc in order to print a buffer sent to Firefox. Is that right?


Yes, but easymenu.el is part of Emacs.

See the beginning of hfyview.el for how to set things up. Beside loading the files you will probably just want to customize

  hfyview-quick-print-in-files-menu

to t. This will add an entry "Quick Print (Using Web Browser)" to the files menu.



Yes, that worked fine. Apparently the Quick Print is is inserted into the Menu by default since I didn't need to customize it. The only thing that bothers me is the app key assignment. Will this (from hfyview.el near the end of the file):

 (define-key (symbol-value map) [(apps)] nil))

interfere with this in my .emacs :

(setq w32-pass-lwindow-to-system nil
      w32-pass-rwindow-to-system nil
      w32-pass-apps-to-system    nil
      w32-lwindow-modifier       'super   ;; Left Windows
      w32-rwindow-modifier       'super   ;; Right Windows
      w32-apps-modifier          'hyper)  ;; App-Menu



Thanks again Lennart,

Ed


reply via email to

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