X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=iqqJxC06v5G5U/OY1hpw+9ucf0BjD3leSHwDPhsdcC8=; b=tgt6K3IOdu1KhnHkMYkfe5fAlBSZVvoWF5e4yhauewxgpHPWr7UM0vcyM4tqcltq91 T9WCiqk5zT/RnbG52p7o8iYmBFNP0X+ckP/tfTevDwlQkrASxQYPP9+d4lUuH67Sq1/Z th1Ueago6p28RGe3Nur/raQFByDlAtkRwVdlcQsm4D4rrj5NkkutRz7NxVX3CfXaddo5 PYtBmk/sB6P4iMDKZMFlf6e69ZqeSxg3RiDRxc1zXIgsfSdvVFVmTkKWNvt/8ChOR1FA +cHp8oQWBM3bp9NMQQqQ+VuMYkSHUItXROnjWRvl2VDdzYpRPs2NNezwdLa8IvF8BKZx zIRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=iqqJxC06v5G5U/OY1hpw+9ucf0BjD3leSHwDPhsdcC8=; b=Z0sZSWIfshIiCuf4AxGhC3vGaw3kdQPZli2wQfnnICBXzyfrIMpX6Qgw1j21bY+Yhh 0sxrhdFEbZM73LKHoKdpu6w3AYqbksISUhCqrkf73NcKLi0ufodDWVcEyihb6xdHxfBD uxGNhui/N8TwfKKaUTQdD3KczayDK8Llk4IGGUL6bHEQwC1w9lZMyvLZvgRzpzIFORMs r76OuYBGv2U+2nhTwzaUNzkJ2MtmZKc/OZTfk7Jx3fJ7GOz2hHHUbpodu4q4slROFH2T o1MwCJcB5jOIqXTSCvx/q9Ke8s1z2QaapHkRIi7Px7tBE2YnKkFrgTRbO/YBJIwaEBz0 RJ0Q== X-Gm-Message-State: AMke39leBgsK0I3YrsH0MD/FGWtI+JrdqdktimxBalw0Sq7FSEBdNbgIuYK2PSBNeV7f2Up4sTR9u8Ewx3pkxQ== X-Received: by 10.28.45.213 with SMTP id t204mr1309956wmt.113.1488519239935; Thu, 02 Mar 2017 21:33:59 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20170302213855.D078D81053DE@turkos.aspodata.se> References: <20170218181007 DOT 80DD9812BA6B AT turkos DOT aspodata DOT se> <20170218224033 DOT 9B0F9812BA6B AT turkos DOT aspodata DOT se> <20170219081825 DOT GA14177 AT localhost DOT localdomain> <20170219115738 DOT CD13B812BA71 AT turkos DOT aspodata DOT se> <20170219140828 DOT GC14177 AT localhost DOT localdomain> <20170220144858 DOT DC63D812BA71 AT turkos DOT aspodata DOT se> <20170302210201 DOT GA32371 AT localhost DOT localdomain> <20170302213855 DOT D078D81053DE AT turkos DOT aspodata DOT se> From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 3 Mar 2017 08:33:59 +0300 Message-ID: Subject: Re: [geda-user] [dev] Re: [geda-help] printing to landscape A4 without margins, how ? To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Karl, On 3/3/17, karl AT aspodata DOT se wrote: > Vladimir: >> You can try to apply patches from: >> >> https://github.com/lepton-eda/lepton-eda/pull/82 >> >> to fix landscape Postscript printing. > > Hello Vladimir, it is very kind of you to look into this problem. > But I really don't how to get that patch (save manually copy from web > page). Local clone just shows master branch. Is > vzh:landscape-postscript-fix a branch where the patch is located ? If you have geda-gaf repository, probably the simplest way is just to download commits from the web page. If you git clone [1] you can add my fork [2] to remotes: git remote add
and then fetch all. You can also add [1] and [2] to the remotes for geda-gaf (since they have common history), though I wouldn't recommend this, you'll end up with a mess in your local repo in such a case. [1] https://github.com/lepton-eda/lepton-eda/ [2] https://github.com/vzh/lepton-eda/ HTH, Vladimir