From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Adam Purkrt" Newsgroups: gmane.emacs.bugs Subject: Switch to other buffer improvement Date: Wed, 30 Jun 2004 12:21:24 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1088590973 8389 80.91.224.253 (30 Jun 2004 10:22:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2004 10:22:53 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jun 30 12:22:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfcEm-0006OC-00 for ; Wed, 30 Jun 2004 12:22:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfcGT-0004YF-Qx for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 Jun 2004 06:24:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfcGQ-0004Vh-PD for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 06:24:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfcGP-0004V0-1N for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 06:24:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfcGO-0004UD-I1 for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 06:24:24 -0400 Original-Received: from [80.188.73.33] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BfcDK-0003hm-H7 for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 06:21:15 -0400 Original-Received: from smtp.cmail.cz (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i5UALPXb005788 for ; Wed, 30 Jun 2004 12:21:25 +0200 Original-To: bug-gnu-emacs@gnu.org User-Agent: Opera M2/7.51 (Linux, build 689) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8314 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8314 Dear Emacs maintainers, I'd like to suggest an improvement to Emacs. Example situation: I have opened "style1.css", "style2.css" and "foo.html". Active buffer is "style1.css". I want to switch to style2.css. Press C-x b, type "s", press tab, it completes to "style", then I have to type "2", press tab again and finally switch to "style2.css". I think, that Emacs should complete to "style2.css" immediately after typing "s", because when I'm switching to another buffer I don't want to stay in the same. Simply said - when switching, the active buffer should be excluded from the completion-list. Best regards, Adam Purkrt