From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: (help eval) etc. Date: Mon, 10 Jan 2005 21:20:30 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105388540 4186 80.91.229.6 (10 Jan 2005 20:22:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Jan 2005 20:22:20 +0000 (UTC) Cc: Guile Bug Reports Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jan 10 21:22:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Co63G-0007oq-00 for ; Mon, 10 Jan 2005 21:22:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Co6Em-00054t-ME for guile-bugs@m.gmane.org; Mon, 10 Jan 2005 15:34:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Co6EX-00051j-TN for bug-guile@gnu.org; Mon, 10 Jan 2005 15:33:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Co6EU-00050K-3j for bug-guile@gnu.org; Mon, 10 Jan 2005 15:33:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Co6ET-0004z0-R4 for bug-guile@gnu.org; Mon, 10 Jan 2005 15:33:45 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Co61g-0006zo-2e for bug-guile@gnu.org; Mon, 10 Jan 2005 15:20:32 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 74FC84DF75; Mon, 10 Jan 2005 21:20:31 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07685-02-2; Mon, 10 Jan 2005 21:20:30 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id E05314DEEC; Mon, 10 Jan 2005 21:20:30 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 97981B97D; Mon, 10 Jan 2005 21:20:30 +0100 (CET) Original-To: Issac Trotts In-Reply-To: (Issac Trotts's message of "Wed, 5 Jan 2005 03:20:03 -0800") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:2454 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:2454 Issac Trotts writes: > I propose the following change to the documentation so that newbies > like me can learn to use eval more easily. Done, thanks! > $ diff eval.c{,.bak} > 4155,4156c4155 > < "is reset to its previous value when @var{eval} returns.\n" > < "Example: (eval '(+ 1 2) (interaction-environment))") > --- >> "is reset to its previous value when @var{eval} returns.") Just a small hint: your patch is reversed and not a nice and preferred 'unified' diff. See http://www.gnu.org/software/diffutils/manual/html_node/Making-Patches.html for some tips. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile