* Re: print as opposed to ps-print [not found] <mailman.1870.1045063448.21513.help-gnu-emacs@gnu.org> @ 2003-02-13 17:47 ` Kevin Rodgers 2003-02-14 13:48 ` Francesco Scaglioni ` (2 more replies) 0 siblings, 3 replies; 7+ messages in thread From: Kevin Rodgers @ 2003-02-13 17:47 UTC (permalink / raw) Francesco Scaglioni wrote: > For some reason ps-print works fine but when I try plain print I get > an message of: > > spooling with options -H Use the source (lpr.el). That suggests you have lpr-headers-switches set, and it specifies "-H". > and pesto -- nothing happens. Try setting lpr-headers-switches to nil, or using `M-x lpr' instead of `M-x print'. > I know how to de-spool a ps-print spool but cannot find where in > customisation to prevent the spooling of the plain print command or ( > even better ) prevent it from spooling at all. "Spooling" in this situation is just a reference to the behavior of the Unix lpr command. Make sure lpr-command is set correctly -- it should probably be the same as ps-lpr-command. -- <a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: print as opposed to ps-print 2003-02-13 17:47 ` print as opposed to ps-print Kevin Rodgers @ 2003-02-14 13:48 ` Francesco Scaglioni [not found] ` <mailman.1978.1045230380.21513.help-gnu-emacs@gnu.org> 2003-02-14 21:10 ` Matthias Meulien 2 siblings, 0 replies; 7+ messages in thread From: Francesco Scaglioni @ 2003-02-14 13:48 UTC (permalink / raw) From: Kevin Rodgers <kevin.rodgers@ihs.com> > > For some reason ps-print works fine but when I try plain print I get > > an message of: > > > > spooling with options -H > > > Use the source (lpr.el). That suggests you have lpr-headers-switches set, > and it specifies "-H". THe problem seems to have been the -H, it should have been -h (man lpr solved that, don't know where the -H came from though). Only problem remaining now is how to increase font size for M-x print buffer - on which matter any suggestions most welcome. TIA Francesco ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <mailman.1978.1045230380.21513.help-gnu-emacs@gnu.org>]
* Re: print as opposed to ps-print [not found] ` <mailman.1978.1045230380.21513.help-gnu-emacs@gnu.org> @ 2003-02-14 18:49 ` Kevin Rodgers 0 siblings, 0 replies; 7+ messages in thread From: Kevin Rodgers @ 2003-02-14 18:49 UTC (permalink / raw) Francesco Scaglioni wrote: > Only problem remaining now is how to increase font size for M-x print > buffer - on which matter any suggestions most welcome. If you know how to do it from the command line (using the lpr-command command), then just add the appropriate options to lpr-switches. -- <a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a> ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: print as opposed to ps-print 2003-02-13 17:47 ` print as opposed to ps-print Kevin Rodgers 2003-02-14 13:48 ` Francesco Scaglioni [not found] ` <mailman.1978.1045230380.21513.help-gnu-emacs@gnu.org> @ 2003-02-14 21:10 ` Matthias Meulien 2003-02-17 21:29 ` Francesco Scaglioni 2003-02-17 21:31 ` Francesco Scaglioni 2 siblings, 2 replies; 7+ messages in thread From: Matthias Meulien @ 2003-02-14 21:10 UTC (permalink / raw) Hi, What is the -H option supposed to do ? -- Matthias ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: print as opposed to ps-print 2003-02-14 21:10 ` Matthias Meulien @ 2003-02-17 21:29 ` Francesco Scaglioni 2003-02-17 21:31 ` Francesco Scaglioni 1 sibling, 0 replies; 7+ messages in thread From: Francesco Scaglioni @ 2003-02-17 21:29 UTC (permalink / raw) Cc: help-gnu-emacs From: Matthias Meulien <cimosque@free.fr> Subject: Re: print as opposed to ps-print Date: 14 Feb 2003 22:10:38 +0100 > Hi, > > What is the -H option supposed to do ? > -- > Matthias > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > Hi, -h should suppress the printign of file data as headers. -H is a typo I think. F ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: print as opposed to ps-print 2003-02-14 21:10 ` Matthias Meulien 2003-02-17 21:29 ` Francesco Scaglioni @ 2003-02-17 21:31 ` Francesco Scaglioni 1 sibling, 0 replies; 7+ messages in thread From: Francesco Scaglioni @ 2003-02-17 21:31 UTC (permalink / raw) Cc: help-gnu-emacs From: Matthias Meulien <cimosque@free.fr> Subject: Re: print as opposed to ps-print Date: 14 Feb 2003 22:10:38 +0100 > Hi, > > What is the -H option supposed to do ? > -- > Matthias > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs > Hi, -h should suppress the printing of headers, -H ( I think ) is a typo. Cheers F ^ permalink raw reply [flat|nested] 7+ messages in thread
* print as opposed to ps-print @ 2003-02-12 15:25 Francesco Scaglioni 0 siblings, 0 replies; 7+ messages in thread From: Francesco Scaglioni @ 2003-02-12 15:25 UTC (permalink / raw) Hi, For some reason ps-print works fine but when I try plain print I get an message of: spooling with options -H and pesto -- nothing happens. I know how to de-spool a ps-print spool but cannot find where in customisation to prevent the spooling of the plain print command or ( even better ) prevent it from spooling at all. Any help much appreciated. TIA Francesco ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-02-17 21:31 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <mailman.1870.1045063448.21513.help-gnu-emacs@gnu.org> 2003-02-13 17:47 ` print as opposed to ps-print Kevin Rodgers 2003-02-14 13:48 ` Francesco Scaglioni [not found] ` <mailman.1978.1045230380.21513.help-gnu-emacs@gnu.org> 2003-02-14 18:49 ` Kevin Rodgers 2003-02-14 21:10 ` Matthias Meulien 2003-02-17 21:29 ` Francesco Scaglioni 2003-02-17 21:31 ` Francesco Scaglioni 2003-02-12 15:25 Francesco Scaglioni
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.