From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Per_Starb=E4ck?= Newsgroups: gmane.emacs.devel,gmane.emacs.xemacs.beta Subject: Re: New interactive spec Date: Fri, 13 Nov 2009 17:11:22 +0100 Message-ID: <912155b0911130811j13c856bbn347aaf3531d9b49f@mail.gmail.com> References: <873a4nqws0.fsf@thinkpad.tsdh.de> <87eio682ww.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258128707 26628 80.91.229.12 (13 Nov 2009 16:11:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2009 16:11:47 +0000 (UTC) Cc: xemacs-beta@xemacs.org, emacs-devel@gnu.org, Stefan Monnier , Miles Bader To: Didier Verna Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 13 17:11:40 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N8ykL-0001dy-LU for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2009 17:11:37 +0100 Original-Received: from localhost ([127.0.0.1]:54698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8ykK-0002RN-S1 for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2009 11:11:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8ykF-0002RE-5x for emacs-devel@gnu.org; Fri, 13 Nov 2009 11:11:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8ykA-0002Qe-36 for emacs-devel@gnu.org; Fri, 13 Nov 2009 11:11:30 -0500 Original-Received: from [199.232.76.173] (port=58715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8yk9-0002Qb-UR for emacs-devel@gnu.org; Fri, 13 Nov 2009 11:11:25 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:59678) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8yk8-0002gi-II; Fri, 13 Nov 2009 11:11:24 -0500 Original-Received: by bwz7 with SMTP id 7so3615032bwz.26 for ; Fri, 13 Nov 2009 08:11:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=J/fjtMAVTRtJlne/D7LxrcpEpQ0RaKY/pl8ueAI6drA=; b=tEx2F4XprxtDu5XTKzso7ek3jePDMtlLSAaka91ENPQP8DTkuKzcOhU+Qk8MtFwmp9 KWC00sLrvzyNYlzwmIVzkVCh2K67SObJc6BMllNy7EsutlIYdp+xD4iaunuhaLd9DUyY yYncXz3zQMOXBy+xLyU600TEijFBzByRf0ipw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JwQdMyTH00Jg1Y/HW9P72V7ZdPeQiAlzQIbRi7NYG8TvTilQS6voz33YSM+nFeQBlN gCdBuatpNUEfXIlzIBb35L24Q2SUPLjJU61sC1+9iyqiMDv2YumiwVF0I4xutvJo8/9c O1ZNUM8S68CBPUFf52gAElpAPhnncS3L4cRpE= Original-Received: by 10.223.97.155 with SMTP id l27mr686142fan.91.1258128682552; Fri, 13 Nov 2009 08:11:22 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:116954 gmane.emacs.xemacs.beta:31263 Archived-At: 2009/11/11 Didier Verna : > =A0OK, but I'm not talking about /any/ buffer available as the default. > Only the /current/ buffer. Do you think it really happens that when > prompted with the /current/ buffer as a default value, you try to type > and complete it anyway ? I think I do sometimes at least, for example with ediff-buffers where I most of the time already display the two buffers, but sometimes have "A" and sometimes "B" as current buffer when invoking ediff-buffers. I'm still surprised now and then by the new completion in emacs 23 that avoids current buffer sometimes.