From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#12618: 24.2.50; Formating of completion candidates in the *Completions* buffer Date: Fri, 12 Oct 2012 09:21:52 +0200 Message-ID: <5077C510.8000704@gmx.at> References: <5076717B.70104@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1350026538 27603 80.91.229.3 (12 Oct 2012 07:22:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2012 07:22:18 +0000 (UTC) Cc: 12618@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 12 09:22:25 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TMZZg-0005I4-RU for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Oct 2012 09:22:24 +0200 Original-Received: from localhost ([::1]:43209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMZZa-00061G-9Z for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Oct 2012 03:22:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMZZX-000619-JL for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2012 03:22:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMZZV-0000jW-JZ for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2012 03:22:15 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMZZV-0000jS-Fg for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2012 03:22:13 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TMZaI-0005IQ-07 for bug-gnu-emacs@gnu.org; Fri, 12 Oct 2012 03:23:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 12 Oct 2012 07:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12618 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12618-submit@debbugs.gnu.org id=B12618.135002657620347 (code B ref 12618); Fri, 12 Oct 2012 07:23:01 +0000 Original-Received: (at 12618) by debbugs.gnu.org; 12 Oct 2012 07:22:56 +0000 Original-Received: from localhost ([127.0.0.1]:40252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TMZaC-0005I7-1D for submit@debbugs.gnu.org; Fri, 12 Oct 2012 03:22:56 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:33661) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TMZa9-0005Hv-Ve for 12618@debbugs.gnu.org; Fri, 12 Oct 2012 03:22:54 -0400 Original-Received: (qmail invoked by alias); 12 Oct 2012 07:21:59 -0000 Original-Received: from 62-47-56-150.adsl.highway.telekom.at (EHLO [62.47.56.150]) [62.47.56.150] by mail.gmx.net (mp001) with SMTP; 12 Oct 2012 09:21:59 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+qZGB9ImWqPAcRlaQQ3EwW7S59r7g0Ky7tXBxBV+ 5xZQgf0JCb6pmE In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org 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 Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65511 Archived-At: >>> Agreed, which means first display the buffer and then fill it. >> I thought Tabulated List mode would handle that now. > > Not sure how it could: the mode has no impact on when the buffer is > displayed, and *Completions* doesn't use tabulated list mode (last > I checked). Maybe it should. IIUC the idea of Tabulated List mode is to handle the problem described here. martin