all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: DaveLG526 <David.Gillooly@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Printing with emacs: Not working
Date: Sun, 1 Mar 2009 20:04:40 -0800 (PST)	[thread overview]
Message-ID: <f5e90a30-3357-4a71-ba6e-422481464f64@s9g2000prg.googlegroups.com> (raw)
In-Reply-To: mailman.2154.1235941286.31690.help-gnu-emacs@gnu.org

On Mar 1, 1:01 pm, Lennart Borgman <lennart.borg...@gmail.com> wrote:
> > Well I gave it a try but I must be missing something as a new Item
> > does not appear in the emacs File menu and no printing occurs.
>
> > Here is my .emacs file:
>
> > (require 'hfyview)
>
> See the beginning of the file hfyview.el.

(require 'hfyview)

(require 'easymenu)

(require 'htmlfontify)



;;Org-mode settings
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-font-lock-mode 1)


========================================
This is from my hfyview.el . With the  hfyview-quick-print-in-files-
menu t
line 	thought this would add the menu  items but no luck so far.

I have the hffview.el file in my lisp folder under EmacsW32 diretory.
My .emacs file is in the EmacsW32 directoty.

From hfyview.el
===============================================================


(defcustom hfyview-quick-print-in-files-menu t)
  "Add Quick print entries to File menu if non-nil.
If you set this to nil you have to restart Emacs to get rid of
the Quick Print entry."
  :type 'boolean
  :set (lambda (sym val)
         (set-default sym val)
         (if val
             (hfyview-add-to-files-menu)))
  :group 'hfy-view)

(defvar hfyview-print-visible t
  "Non-nil means show Quick Print entry on the file menu.")

===============================================================


Maybe my emacs file is not being read on startup..still investigating
that.

Regards.. Dave


  parent reply	other threads:[~2009-03-02  4:04 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-27  4:04 Printing with emacs: Not working DaveLG526
2009-02-27  5:52 ` Jean Magnan de Bornier
2009-02-27  8:40   ` Lennart Borgman
2009-02-27 10:37     ` Eli Zaretskii
2009-02-27 16:03       ` Lennart Borgman
     [not found]       ` <mailman.1974.1235750623.31690.help-gnu-emacs@gnu.org>
2009-02-27 17:31         ` B. T. Raven
2009-02-27 18:13           ` Lennart Borgman
2009-02-27 18:15           ` Eli Zaretskii
2009-02-27 18:20             ` Lennart Borgman
2009-02-27 21:37               ` Eli Zaretskii
2009-02-27 21:48                 ` Lennart Borgman
2009-02-27 21:58                   ` Eli Zaretskii
2009-02-27 22:14                     ` Lennart Borgman
2009-03-01 19:26           ` DaveLG526
2009-03-01 21:01             ` Lennart Borgman
     [not found]             ` <mailman.2154.1235941286.31690.help-gnu-emacs@gnu.org>
2009-03-02  4:04               ` DaveLG526 [this message]
     [not found]     ` <mailman.1940.1235731077.31690.help-gnu-emacs@gnu.org>
2009-02-27 13:51       ` rustom
2009-02-27 15:58         ` Eli Zaretskii
     [not found]         ` <mailman.1973.1235750331.31690.help-gnu-emacs@gnu.org>
2009-02-28  7:38           ` rustom
2009-02-27 18:44       ` DaveLG526
2009-02-27 21:36         ` Eli Zaretskii
2009-02-28  1:24 ` Joe Fineman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f5e90a30-3357-4a71-ba6e-422481464f64@s9g2000prg.googlegroups.com \
    --to=david.gillooly@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.