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: Sat, 13 Oct 2012 10:16:28 +0200 Message-ID: <5079235C.8060107@gmx.at> References: <5076717B.70104@gmx.at> <5077C510.8000704@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 1350116233 23999 80.91.229.3 (13 Oct 2012 08:17:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2012 08:17:13 +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 Sat Oct 13 10:17:20 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 1TMwuN-0005Dd-88 for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Oct 2012 10:17:19 +0200 Original-Received: from localhost ([::1]:34815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMwuG-0002d6-LZ for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Oct 2012 04:17:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMwuD-0002cq-H4 for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 04:17:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMwuC-0008Bo-Ik for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 04:17:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMwuC-0008Bk-FO for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 04:17:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TMwv4-0008Qw-Gq for bug-gnu-emacs@gnu.org; Sat, 13 Oct 2012 04:18: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: Sat, 13 Oct 2012 08:18:02 +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.135011625832382 (code B ref 12618); Sat, 13 Oct 2012 08:18:02 +0000 Original-Received: (at 12618) by debbugs.gnu.org; 13 Oct 2012 08:17:38 +0000 Original-Received: from localhost ([127.0.0.1]:41944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TMwuf-0008QE-So for submit@debbugs.gnu.org; Sat, 13 Oct 2012 04:17:38 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:54677) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TMwud-0008Pq-IZ for 12618@debbugs.gnu.org; Sat, 13 Oct 2012 04:17:36 -0400 Original-Received: (qmail invoked by alias); 13 Oct 2012 08:16:35 -0000 Original-Received: from 62-47-41-74.adsl.highway.telekom.at (EHLO [62.47.41.74]) [62.47.41.74] by mail.gmx.net (mp035) with SMTP; 13 Oct 2012 10:16:35 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/97e1e3uD9SWCmDDGEcnHRE/K3hzbSxPJ35x5uWP wDZ/ptSqit8vwr 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:65547 Archived-At: >> Maybe it should. IIUC the idea of Tabulated List mode is to handle the >> problem described here. > > I don't see how Tabulated List Mode would help here. I thought the purpose of Tabulated List mode was to crowd a buffer with multicolumn entries separated by tabs that could be adjusted according to the width of a window showing the buffer. Apparently I was wrong. martin