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

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

bug#1138: 23.0.60; ps-print.el error with unusual page sizes


From: Friedrich Delgado Friedrichs
Subject: bug#1138: 23.0.60; ps-print.el error with unusual page sizes
Date: Thu, 16 Oct 2008 13:58:42 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi.

Vinicius Jose Latorre schrieb:
> Ok, it seems ok to add these two new entries into  
> ps-page-dimensions-database.

Well, it's customisable, so I customised it according to my paper size
:)

Would there be another way to print a small page from emacs?

> Well, the right thing to do is to add new entries into ps-n-up-database,  
> like:

> (defconst ps-n-up-database
>   '(......
>    (shipping
>     (100 nil 1  1  0))
>    (topcoated
>     (100 nil 1  1  0)))
> ...)

Label printers support lots of unusual small paper sizes.

The Seiko SLP-440 I'm using has

8mmSpine 35mmSlide AddressLarge AddressSmall Diskette EuroFolderNarrow
EuroFolderWide EuroNameBadge FileFolder Jewelry MediaBadge
MultiPurpose Shipping VHSFace VHSSpine ZipDisk CutHanging13
CutHanging15 EuroFileFolder RetailLabel EuroNameBadgeLarge
TopCoatedPaper Custom

And Custom allows me to specify completely arbitrary values.

(If you're interested in the exact dimensions for all of those, I can
quote them from the ppd, but:)

Does it really make sense to add all those unusual sizes to
ps-n-up-database, especially since it's not configurable, but
ps-page-dimensions-database is?

> Please, try the change above and let me know the results.

I can try this later at home, but I don't really like the approach
here. I think it doesn't scale. When I go and buy differently sized
labels, I need to touch ps-n-up-database again, adding the same value
'(100 nil 1 1 0).

> Does it make sense to have ps-n-up-printing > 1 for these 2 new entries??

Not really. Most content needs to be specially sized to even fit on
one page. We're talking about 5.4mm x 150mm, i.e. a long receipt and
5.4mm x 100mm, a large address label here.

> ps-print does not deal with paper sizes which only can have 1 n-up, but  
> it's possible to change this if this is the case.

As a user, I'd prefer it if a sane default for 1 n-up would be chosen
if the page size is smaller than, say, A6.


-- 
        Friedrich Delgado Friedrichs <friedel@nomaden.org>






reply via email to

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