From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Missing `with' macro? Date: Thu, 17 Aug 2006 11:18:30 -0400 Message-ID: References: <7dbe73ed0607240317g1bcdd564g66d075f809bcb7b2@mail.gmail.com> <33776.128.165.123.18.1154052850.squirrel@webmail.lanl.gov> <21839.128.165.0.81.1154394370.squirrel@webmail.lanl.gov> <48104.128.165.123.18.1154986690.squirrel@webmail.lanl.gov> <34108.128.165.123.18.1155758387.squirrel@webmail.lanl.gov> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1155827931 16351 80.91.229.2 (17 Aug 2006 15:18:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Aug 2006 15:18:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 17 17:18:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GDjds-0008S8-NX for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2006 17:18:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDjds-0007tl-1f for ged-emacs-devel@m.gmane.org; Thu, 17 Aug 2006 11:18:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GDjdf-0007tg-9y for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:18:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GDjdf-0007tU-0s for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:18:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDjde-0007tR-PG for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:18:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GDjkA-0006Ws-DQ for emacs-devel@gnu.org; Thu, 17 Aug 2006 11:25:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GDjde-0002mT-0l; Thu, 17 Aug 2006 11:18:30 -0400 Original-To: herring@lanl.gov In-reply-to: <34108.128.165.123.18.1155758387.squirrel@webmail.lanl.gov> (herring@lanl.gov) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58469 Archived-At: `record_buffer' does precisely this (along with promoting the buffer in its frame's list). Should this be made callable from Lisp so that such things as `with-file' can use it? Yes, I think so. But let's do it after the release.