From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: "`read-from-buffer'" functionality Date: Sun, 06 Mar 2005 14:51:28 -0600 Message-ID: References: <7er7it2cys.fsf@ada2.unipv.it> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1110143064 9996 80.91.229.2 (6 Mar 2005 21:04:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2005 21:04:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 06 22:04:24 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D82uc-0007ti-3H for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2005 22:03:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D83EF-0007UO-GD for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2005 16:23:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D83Dx-0007Tg-KO for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 16:23:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D83Bn-0006sL-Pt for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 16:21:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D83Bm-0006ky-9k for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 16:21:26 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D82in-0006Ef-46 for help-gnu-emacs@gnu.org; Sun, 06 Mar 2005 15:51:29 -0500 Original-Received: from lab45.ma.utexas.edu (mail@lab45.ma.utexas.edu [128.83.133.159]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id j26KpSQ13496; Sun, 6 Mar 2005 14:51:28 -0600 Original-Received: from jcorneli by lab45.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1D82im-0002wD-00; Sun, 06 Mar 2005 14:51:28 -0600 Original-To: help-gnu-emacs@gnu.org In-reply-to: <7er7it2cys.fsf@ada2.unipv.it> (message from Thien-Thi Nguyen on Sun, 06 Mar 2005 13:08:59 +0100) 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24567 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24567 I wrote something that seems to work using `recursive-edit' - given the words against this approach in the elisp manual presumably this is not the best. But I'll post to gnu-emacs-sources soon & that will make the discussion more concrete.