From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: url-ldap.el Date: Sun, 14 Nov 2004 16:03:08 -0600 (CST) Message-ID: <200411142203.iAEM38G27437@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100469922 26058 80.91.229.6 (14 Nov 2004 22:05:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 22:05:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 14 23:05:12 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 1CTSUh-0001Kx-00 for ; Sun, 14 Nov 2004 23:05:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTSdN-00024Z-EF for ged-emacs-devel@m.gmane.org; Sun, 14 Nov 2004 17:14:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTScl-0001py-SF for emacs-devel@gnu.org; Sun, 14 Nov 2004 17:13:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTScl-0001pe-6i for emacs-devel@gnu.org; Sun, 14 Nov 2004 17:13:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTScl-0001pU-2V for emacs-devel@gnu.org; Sun, 14 Nov 2004 17:13:31 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTSTU-000244-Mo for emacs-devel@gnu.org; Sun, 14 Nov 2004 17:03:56 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id iAEM3uFu011315 for ; Sun, 14 Nov 2004 16:03:56 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id iAEM38G27437; Sun, 14 Nov 2004 16:03:08 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org 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: main.gmane.org gmane.emacs.devel:29837 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29837 Could somebody familiar with url-ldap.el take a look at the following compiler warning. It looks real: In url-ldap: url-ldap.el:194:26:Warning: ldap-search-internal called with 7 arguments, but accepts only 1 url-ldap.el:193:100:Warning: ldap-search-internal called with 6 arguments, but accepts only 1 The function is indeed called twice with many arguments and: (defun ldap-search-internal (search-plist) Similar things are going on in sun-fns, but that one is in the obsolete directory, so maybe it is not worth worrying about: In mouse-set-mark: sun-fns.el:88:8:Warning: function mouse-set-mark used to take 1 argument, now takes 3 In mouse-select-or-drag-move-point: sun-fns.el:140:6:Warning: mouse-select-window called with 3 arguments, but accepts only 1 In mouse-select-window: sun-fns.el:286:8:Warning: function mouse-select-window used to take 1 argument, now takes 3 In mouse-delete-other-windows: sun-fns.el:290:8:Warning: function mouse-delete-other-windows used to take 0 arguments, now takes 3 In mouse-delete-window: sun-fns.el:294:8:Warning: function mouse-delete-window used to take 1 argument, now takes 3 Sincerely, Luc.