From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: IELM prompt Date: Sun, 25 Apr 2004 22:05:36 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040425220018.FB4C.LEKTU@mi.madritel.es> References: <20040425183218.FB44.LEKTU@mi.madritel.es> <200404251935.i3PJZj019931@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082923663 23986 80.91.224.253 (25 Apr 2004 20:07:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2004 20:07:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 25 22:07:30 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BHpuU-00015m-00 for ; Sun, 25 Apr 2004 22:07:30 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BHpuU-0000T9-00 for ; Sun, 25 Apr 2004 22:07:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHpuL-0001rp-1L for emacs-devel@quimby.gnus.org; Sun, 25 Apr 2004 16:07:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHpu5-0001hg-KC for emacs-devel@gnu.org; Sun, 25 Apr 2004 16:07:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHpt7-0000cV-3l for emacs-devel@gnu.org; Sun, 25 Apr 2004 16:06:37 -0400 Original-Received: from [62.81.186.19] (helo=smtp09.retemail.es) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHpsf-0000HC-5M for emacs-devel@gnu.org; Sun, 25 Apr 2004 16:05:37 -0400 Original-Received: from [127.0.0.1] ([213.37.34.31]) by smtp09.retemail.es (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20040425200509.BOKH16399.smtp09.retemail.es@[127.0.0.1]>; Sun, 25 Apr 2004 22:05:09 +0200 Original-To: Luc Teirlinck , emacs-devel@gnu.org In-Reply-To: <200404251935.i3PJZj019931@raven.dms.auburn.edu> X-Mailer: Becky! ver. 2.09.01 [en] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22136 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22136 On Sun, 25 Apr 2004 14:35:45 -0500 (CDT), Luc Teirlinck wrote: > The behavior _before_ your patch did not make sense either. Sure. In fact, for an interrupted process the point ended at the start of the header :) > I believe that if one switches back to an active ielm process, point > should stay where it is. Yes, it sound logical. I didn't think of it because my pattern of usage of ielm is very different. In fact, I have a wrapper function for ielm which shows the ielm buffer in a small window at the bottom of the frame, and takes it out of view when not using it (that's how I found the problem with `where-is-internal': I bind a global key to "enter" into the ielm buffer/window, and the same key in the local ielm map to hide the window and go back to where I was). > I could commit if there are no objections. Not mine. Thanks, /L/e/k/t/u