From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: save-buffer like save-excursion Date: Mon, 19 Mar 2007 17:36:45 -0400 Message-ID: <45FF026D.5060704@gatech.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174340233 23766 80.91.229.12 (19 Mar 2007 21:37:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Mar 2007 21:37:13 +0000 (UTC) To: emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 19 22:37:12 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HTPXT-000815-R5 for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Mar 2007 22:37:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTPYy-0002V5-0Y for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Mar 2007 16:38:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTPYi-0002QU-DD for help-gnu-emacs@gnu.org; Mon, 19 Mar 2007 17:38:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTPYf-0002NR-IH for help-gnu-emacs@gnu.org; Mon, 19 Mar 2007 17:38:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTPYf-0002NE-AJ for help-gnu-emacs@gnu.org; Mon, 19 Mar 2007 16:38:25 -0500 Original-Received: from deliverator6.gatech.edu ([130.207.165.168]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1HTPXA-0005b3-66 for help-gnu-emacs@gnu.org; Mon, 19 Mar 2007 17:36:52 -0400 Original-Received: from deliverator6.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id B2CE41DBF for ; Mon, 19 Mar 2007 17:36:46 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx2.gatech.edu (mailprx2.prism.gatech.edu [130.207.171.21]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator6.gatech.edu (Postfix) with ESMTP id 98BF81DB1 for ; Mon, 19 Mar 2007 17:36:46 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.73.81] (r73h81.res.gatech.edu [128.61.73.81]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx2.gatech.edu, sender=n/a) by mailprx2.gatech.edu (Postfix) with ESMTP id 6ED4325C9 for ; Mon, 19 Mar 2007 17:36:46 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 1.5.0.10 (X11/20070306) In-Reply-To: X-Enigmail-Version: 0.94.3.0 X-detected-kernel: Solaris 9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42060 Archived-At: Harald Hanche-Olsen wrote: > + Stefan Monnier : > > | with-current-buffer (or save-current-buffer). > > Duh. Another wheel reinvented (in my earlier post in the thread). Anytime I work on something in emacs I have the overwhelmingly feeling it's already been done. Half the time I turn out to be right. The naming conventions seem totally arbitrary, so even with apropos and everything it's hard to find the function you want. Maybe I should ask again about the main project I'm working on. Has an ed emulator already been made for emacs? Matthew Flaschen