From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: ARG is not passed to beginning-of-defun-function Date: 24 Feb 2003 23:03:41 +0100 Organization: muc.de e.V. -- private internet access Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <725e3b.5h.ln@acm.acm> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1046124852 31433 80.91.224.249 (24 Feb 2003 22:14:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Feb 2003 22:14:12 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18nQrR-0008Ak-00 for ; Mon, 24 Feb 2003 23:14:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18nQq7-0001mM-03 for gnu-bug-gnu-emacs@m.gmane.org; Mon, 24 Feb 2003 17:12:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18nQpt-0001kX-00 for bug-gnu-emacs@gnu.org; Mon, 24 Feb 2003 17:12:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18nQmn-0000q5-00 for bug-gnu-emacs@gnu.org; Mon, 24 Feb 2003 17:09:52 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18nQmj-0000lH-00 for bug-gnu-emacs@gnu.org; Mon, 24 Feb 2003 17:09:17 -0500 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18nQmj-0000et-00 for gnu-emacs-bug@prep.ai.mit.edu; Mon, 24 Feb 2003 17:09:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18nQix-0007kr-00 for gnu-emacs-bug@prep.ai.mit.edu; Mon, 24 Feb 2003 17:05:54 -0500 Original-Received: from marvin.muc.de ([193.149.48.2]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18nQig-0007Ek-00 for gnu-emacs-bug@prep.ai.mit.edu; Mon, 24 Feb 2003 17:05:06 -0500 Original-Received: (qmail 51291 invoked by uid 8); 24 Feb 2003 22:03:41 -0000 Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Date: Mon, 24 Feb 2003 22:07:03 +0000 Original-Lines: 19 Original-NNTP-Posting-Host: acm.muc.de Original-X-Trace: marvin.muc.de 1046124221 51287 193.149.49.134 (24 Feb 2003 22:03:41 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: 24 Feb 2003 22:03:41 GMT User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686)) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4511 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4511 In ...../lisp/emacs-lisp/lisp.el version 1.47, line 188 there is: (interactive "p") (if beginning-of-defun-function (funcall beginning-of-defun-function) Surely this should be: (interactive "p") (if beginning-of-defun-function (funcall beginning-of-defun-function ARG) The same applies to end-of-defun, Line 221. -- Alan Mackenzie (Munich, Germany) Email: aacm@muuc.dee; to decode, wherever there is a repeated letter (like "aa"), remove half of them (leaving, say, "a").