From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. Anyos" Newsgroups: gmane.emacs.devel Subject: ad-Orig-directory-files Date: Wed, 25 Jun 2008 15:42:54 +0200 Message-ID: <48624B5E.1080807@freemail.hu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214401474 10563 80.91.229.12 (25 Jun 2008 13:44:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2008 13:44:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 25 15:45:18 2008 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 1KBVI7-0005rW-RR for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 15:44:08 +0200 Original-Received: from localhost ([127.0.0.1]:39075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBVHI-0005Sm-5f for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 09:43:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBVHD-0005Pg-2P for emacs-devel@gnu.org; Wed, 25 Jun 2008 09:43:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBVH1-0005JT-3K for emacs-devel@gnu.org; Wed, 25 Jun 2008 09:43:10 -0400 Original-Received: from [199.232.76.173] (port=35416 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBVH1-0005JQ-0y for emacs-devel@gnu.org; Wed, 25 Jun 2008 09:42:59 -0400 Original-Received: from evo2.evosoft.com ([195.228.139.85]:49733) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KBVH0-0004be-Vd for emacs-devel@gnu.org; Wed, 25 Jun 2008 09:42:59 -0400 Original-Received: from (mail2.evosoft.com [195.228.139.83]) by evo2.evosoft.com with smtp id 27df_47f3ca00_42ba_11dd_a749_00114336bc63; Wed, 25 Jun 2008 15:26:12 +0200 Original-Received: from EVOXCH1.evosoft.com (unknown [10.10.110.13]) by mail2.evosoft.hu (Postfix) with ESMTP id 695B01BB1C1A for ; Wed, 25 Jun 2008 16:05:32 +0200 (CEST) Original-Received: from [10.10.111.133] ([10.10.111.133]) by EVOXCH1.evosoft.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Wed, 25 Jun 2008 15:42:54 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) X-OriginalArrivalTime: 25 Jun 2008 13:42:54.0132 (UTC) FILETIME=[5E716740:01C8D6C9] X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:99919 Archived-At: Hi, Current CVS build shows some strange error message at startup. Starting 'emacs -q' I got the following warning: Emergency (alloc): Warning: past 85% of memory limit Besides, if I start it with my normal .emacs file I got the above warning plus an error (this never happened before): setq: Wrong number of arguments: ad-Orig-directory-files, 5 Searching for that function (C-h f)also failed as follows ad-Orig-directory-files is a built-in function in `C source code'. [Missing arglist. Please make a bug report.] Not documented. Any idea? Unfortunately I can not use ECB (Emacs Code Browser) because of this latter one. Cheers, Bela