From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: RE: many lines of blabber at top of *Completions* buffer Date: Sun, 3 Sep 2006 10:25:28 -0700 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157304380 25875 80.91.229.2 (3 Sep 2006 17:26:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Sep 2006 17:26:20 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 03 19:26:13 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJvjL-0007zG-U1 for ged-emacs-devel@m.gmane.org; Sun, 03 Sep 2006 19:26:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJvjL-00056v-BV for ged-emacs-devel@m.gmane.org; Sun, 03 Sep 2006 13:25:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJvj7-00052q-SH for emacs-devel@gnu.org; Sun, 03 Sep 2006 13:25:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJvj7-000524-6v for emacs-devel@gnu.org; Sun, 03 Sep 2006 13:25:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJvj6-00051y-7G; Sun, 03 Sep 2006 13:25:44 -0400 Original-Received: from [148.87.113.118] (helo=rgminet01.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1GJvtR-0007DD-3F; Sun, 03 Sep 2006 13:36:25 -0400 Original-Received: from rgmsgw01.us.oracle.com (rgmsgw01.us.oracle.com [138.1.186.51]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k83HPf3V009027; Sun, 3 Sep 2006 11:25:41 -0600 Original-Received: from dradamslap (dhcp-amer-csvpn-gw1-141-144-64-198.vpn.oracle.com [141.144.64.198]) by rgmsgw01.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id k83HPeUl004149; Sun, 3 Sep 2006 11:25:41 -0600 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE 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:59291 gmane.emacs.bugs:15302 Archived-At: > rms> The first two lines are needed for beginners. > rms> You could edit the code so as to remove them. > Edit the code? Naw, want setq completions-user-maturity 'advanced. That's a good idea. How about this change ? I agree. I do the same thing in my own completion code, in fact, following a user request.