* emacs 22.2.1 postscript print
@ 2010-08-26 10:16 Jonathan Valks
2010-08-27 15:07 ` Peter Dyballa
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Valks @ 2010-08-26 10:16 UTC (permalink / raw)
To: help-gnu-emacs
I am trying to print a buffer using the 'Postscript Print To Buffer'
command on the File menu. However, this produces the following error
message:
Symbol's function definition is void: ps-header-footer-string.
Is there something I need to install to allow postscript printing?
I am using GNU Emacs version 22.2.1 on Ubuntu 9.10.
With regards,
--
Jonathan Valks
jmvalks@fastmail.co.uk
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: emacs 22.2.1 postscript print
2010-08-26 10:16 emacs 22.2.1 postscript print Jonathan Valks
@ 2010-08-27 15:07 ` Peter Dyballa
0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2010-08-27 15:07 UTC (permalink / raw)
To: Jonathan Valks; +Cc: help-gnu-emacs
Am 26.08.2010 um 12:16 schrieb Jonathan Valks:
> Symbol's function definition is void: ps-header-footer-string.
While the cursor is in this function name – could you type C-h f
<RET>? What is the documentation? Can you follow the hyper-link to the
ps-print.el file?
>
> Is there something I need to install to allow postscript printing?
Could you try to launch GNU Emacs with -Q (means: no init file at all)
or -q (means: no user init file, only system init file) and see what
happens? It might be easier to not use any of the ps-print-* functions
but substitute them with the corresponding ps-spool-* function (to
also save some paper and toner in case it works to print). The *spool*
functions will "print" to a temporary *PostScript* buffer (which you
could save, or print, or view with Ghostscript...).
Maybe it helps to insert into the customisations section of your init
file either (what I have)
'(ps-print-footer t)
or the contrary
'(ps-print-footer nil)
GNU Emacs 23.2 is out. At least in other Unices.
--
Greetings
<]
Pete o __o |__ o recumbo
___o /I -\<, |o \ -\),-% ergo sum!
___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-27 15:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-26 10:16 emacs 22.2.1 postscript print Jonathan Valks
2010-08-27 15:07 ` Peter Dyballa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).