From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 212305182720 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,b742d692b79b2026 X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.152.23.166 with SMTP id n6mr13561laf.9.1411988995593; Mon, 29 Sep 2014 04:09:55 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.180.96.161 with SMTP id dt1ls473681wib.39.gmail; Mon, 29 Sep 2014 04:09:55 -0700 (PDT) X-Received: by 10.194.57.237 with SMTP id l13mr5491wjq.7.1411988995199; Mon, 29 Sep 2014 04:09:55 -0700 (PDT) Return-Path: Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by gmr-mx.google.com with ESMTPS id us10si792014lbc.1.2014.09.29.04.09.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Sep 2014 04:09:54 -0700 (PDT) Received-SPF: none (google.com: eg@gaute.vetsj.com does not designate permitted sender hosts) client-ip=209.85.217.182; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: eg@gaute.vetsj.com does not designate permitted sender hosts) smtp.mail=eg@gaute.vetsj.com Received: by mail-lb0-f182.google.com with SMTP id z11so5750365lbi.41 for ; Mon, 29 Sep 2014 04:09:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:subject:to:references:in-reply-to :user-agent:message-id:mime-version:content-type :content-transfer-encoding; bh=Wk66IeBUYrMmmA5MRomdtgP9g4gyzAaow0V4DObUUMA=; b=Gp2WLEaIT39vcNJrFBLFGYeos6oBeu1GV229rGpgdLusNMCheLk1ZRRlrAy+J1KDmz 05eyuUT3fCXruHntus5Xc3n5FisAyGRZiDO4KW2y6fyB4gNvp2xNT7ZZTXrvdHBNcPFT OEKAfgEGd/7JzZ1pKVzvbdQgSR76uDoXJUbTjg8ZIiqkNffwE9ssPUUmrKbmgS90MElS ZpKuGEVHk2t4w3qbm+2Y+rhDdCAQRvqOjw7ysh0aBiE1ujyB7mljXLyTKo1v7QAoNaAU NZ6YSfdLHUQqkACDzPQVjP9ZQhJ/QhfbzwtPIBOIYDOkWbpafY0HZNckt/5PSy4ElOML fiCw== X-Gm-Message-State: ALoCoQm+Vqd8foZxqgJdUjPk/9cRQGfB0n6HmIawUX0hB+l5GrETA7yTyDDtZi2JRa6Sk9Vphwyh X-Received: by 10.152.205.38 with SMTP id ld6mr2294419lac.97.1411988994219; Mon, 29 Sep 2014 04:09:54 -0700 (PDT) Return-Path: Received: from localhost (cD572BF51.dhcp.as2116.net. [81.191.114.213]) by mx.google.com with ESMTPSA id ey9sm4794148lbc.1.2014.09.29.04.09.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Sep 2014 04:09:53 -0700 (PDT) Date: Mon, 29 Sep 2014 11:10:16 +0000 From: Gaute Hope Subject: Re: [sup] ask_* functions from buffer.rb To: supmua@googlegroups.com, Ruthard Baudach References: <1411313665-sup-8457@ruthard-lappi> <1411319537-astroid-0-fvayndb6xh-21321@strange> <1411474662-sup-1726@ruthard-lappi> In-Reply-To: <1411474662-sup-1726@ruthard-lappi> User-Agent: astroid/vb457ef13 (https://github.com/gauteh/astroid) Message-Id: <1411988760-astroid-3-s7wk3el58a-1442@strange> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Excerpts from Ruthard Baudach's message of September 23, 2014 14:20: > Dear Gaute, > > Warning! I never made patches before, so have a close look on this one > before messing anything up. > > Attached is my first attempt at creating a patch for > sup/lib/sup/buffer.rb adding a comment for the dialog functions Thanks, I've applied the changes in commit 9cb10ec [0]. It is best if you send the patches using either git format-patch or as a pull request on github. That way you get all the information into the commit and it is easy to apply for me. Check out the wiki under Contributing [1] and look for format-patch in git docs [2]. Also, make sure you don't add any stray whitspaces at the end of lines. Cheers, Gaute [0] https://github.com/sup-heliotrope/sup/commit/9cb10eccda93cd36389bd5cc65= 15e3766d2f1bc0 [1] https://github.com/sup-heliotrope/sup/wiki/Contributing [2] http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project =