Yves Arrouye Email : [EMAIL PROTECTED] 7, avenue Leon Bollee Web : http://www.fdn.fr/~yarrouye/ 75013 Paris Work : +33 53 61 09 55 France Home : +33 45 95 64 59
On Tue, 20 Aug 1996, Dan Stromberg wrote: > Storing one thing in one place is an excellent goal. > > Treating multiple things as tho they were one thing (EG "all printers > use the same paper) can be troublesome. > > Ideal: keep the option of an /etc/papersize, but allow a user to > override /etc/papersize if desired, thru ~/papersize or environment > variables. That's what libpaper does: use whatever paper size is in the PAPER env var, or if empty whatever name found in the file whose name is in the PAPERSIZE env var, or if this var is empty too look in /etc/papersize, defaulting to letter (sigh). Yves.