* PB with print
@ 2008-02-16 10:57 alain.berenguier
2008-02-16 11:36 ` Pascal Bourguignon
0 siblings, 1 reply; 3+ messages in thread
From: alain.berenguier @ 2008-02-16 10:57 UTC (permalink / raw)
To: help-gnu-emacs
Hello,
I have a problem with thr print commande ( all prints ).
I work with emacs version 22.1.1
when i define (setq printer-name '("Epson Stylus...")) it is ok but after
a print
i have one error message "Epson...." is nor a sringp"
what is the name of printer,
(name on panel of config)
name of port ( i have tested with USB001 but no result.
the only printer working is an virtual poscript printer wich i have declared
on lpt1
but i declare it to produce a poscript file to print in file.
it work like a default printer. But My default printer on windows is
"PDFcreator"
it not work as default, and if i
(setq printer-name '("PDFcreator")) this produce the same result as above.
OK i have a work arround to produce a file, then to print the file under
windows
directly. and delete it.
One of you can help me?
Thank's
A+
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PB with print
2008-02-16 10:57 PB with print alain.berenguier
@ 2008-02-16 11:36 ` Pascal Bourguignon
2008-02-17 0:32 ` Lennart Borgman (gmail)
0 siblings, 1 reply; 3+ messages in thread
From: Pascal Bourguignon @ 2008-02-16 11:36 UTC (permalink / raw)
To: help-gnu-emacs
"alain.berenguier" <alain.berenguier@wanadoo.fr> writes:
> Hello,
> I have a problem with thr print commande ( all prints ).
> I work with emacs version 22.1.1
> when i define (setq printer-name '("Epson Stylus...")) it is ok but after
> a print
> i have one error message "Epson...." is nor a sringp"
Try:
M-x customize-variable RET printer-name RET
If you have somebody complaining that something.1 is not something.2,
perhaps a good solution would be to make something.1 be something.2,
don't you think?
So, why not set printer-name to a string, instead of a list?
> what is the name of printer,
> (name on panel of config)
> name of port ( i have tested with USB001 but no result.
> the only printer working is an virtual poscript printer wich i have declared
> on lpt1
> but i declare it to produce a poscript file to print in file.
> it work like a default printer. But My default printer on windows is
> "PDFcreator"
> it not work as default, and if i
> (setq printer-name '("PDFcreator")) this produce the same result as above.
For the same reason. Why do you keep assigning a list to printer-name?
> OK i have a work arround to produce a file, then to print the file under
> windows
> directly. and delete it.
>
> One of you can help me?
Well, apart the syntaxic problem above, I don't know anything about
MS-Windows, and I don't know how printers are named on MS-Window or
how to find that out. Try to google for emacs ms-windows printer or
something...
--
__Pascal Bourguignon__ http://www.informatimago.com/
HANDLE WITH EXTREME CARE: This product contains minute electrically
charged particles moving at velocities in excess of five hundred
million miles per hour.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PB with print
2008-02-16 11:36 ` Pascal Bourguignon
@ 2008-02-17 0:32 ` Lennart Borgman (gmail)
0 siblings, 0 replies; 3+ messages in thread
From: Lennart Borgman (gmail) @ 2008-02-17 0:32 UTC (permalink / raw)
To: Pascal Bourguignon; +Cc: help-gnu-emacs
Pascal Bourguignon wrote:
> Well, apart the syntaxic problem above, I don't know anything about
> MS-Windows, and I don't know how printers are named on MS-Window or
> how to find that out. Try to google for emacs ms-windows printer or
> something...
There are some troubles on MS-Windows. In my opinion the easiest way to
print from Emacs on MS-Windows is to use the web browser, see
http://www.emacswiki.org/cgi-bin/wiki/PrintWithWebBrowser
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-17 0:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-16 10:57 PB with print alain.berenguier
2008-02-16 11:36 ` Pascal Bourguignon
2008-02-17 0:32 ` Lennart Borgman (gmail)
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.