From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#6588: 24.0.50; built-in Lisp functions look strange Date: Thu, 08 Jul 2010 22:36:52 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278644408 29265 80.91.229.12 (9 Jul 2010 03:00:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Jul 2010 03:00:08 +0000 (UTC) Cc: 6588@debbugs.gnu.org To: Katsumi Yamaoka Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 09 05:00:06 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OX3os-0004Do-I7 for geb-bug-gnu-emacs@m.gmane.org; Fri, 09 Jul 2010 05:00:06 +0200 Original-Received: from localhost ([127.0.0.1]:34187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX3or-00075E-Ks for geb-bug-gnu-emacs@m.gmane.org; Thu, 08 Jul 2010 23:00:05 -0400 Original-Received: from [140.186.70.92] (port=41346 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OX3ol-00074w-ME for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2010 23:00:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OX3ok-0001W8-9a for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2010 22:59:59 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49671) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX3ok-0001W2-6s for bug-gnu-emacs@gnu.org; Thu, 08 Jul 2010 22:59:58 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX3SX-00052i-RM; Thu, 08 Jul 2010 22:37:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Jul 2010 02:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6588 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6588-submit@debbugs.gnu.org id=B6588.127864301819343 (code B ref 6588); Fri, 09 Jul 2010 02:37:01 +0000 Original-Received: (at 6588) by debbugs.gnu.org; 9 Jul 2010 02:36:58 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX3ST-00051w-FX for submit@debbugs.gnu.org; Thu, 08 Jul 2010 22:36:57 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OX3SS-00051r-28 for 6588@debbugs.gnu.org; Thu, 08 Jul 2010 22:36:56 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OX3SO-00080d-HG; Thu, 08 Jul 2010 22:36:52 -0400 In-Reply-To: (Katsumi Yamaoka's message of "Fri\, 09 Jul 2010 11\:02\:54 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 08 Jul 2010 22:37:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38305 Archived-At: Katsumi Yamaoka writes: > Emacs head I built today looks strange; many built-in Lisp functions > have `LISP-OBJECT' as the first argument. For example: Please update again. > > ,---- > | kill-buffer is an interactive built-in function in `C source code'. > | > | It is bound to C-x k. > | > | (kill-buffer &optional LISP-OBJECT BUFFER-OR-NAME) > | > | Kill buffer BUFFER-OR-NAME. > | [...] > `---- > > ,---- > | raise-frame is an interactive built-in function in `C source code'. > | > | (raise-frame &optional LISP-OBJECT FRAME) > | > | Bring FRAME to the front, so it occludes any frames it overlaps. > | [...] > `---- > > This seems to be due to the recent change: > > Dan Nicolaescu wrote: >> ------------------------------------------------------------ >> revno: 100758 >> committer: Dan Nicolaescu >> branch nick: trunk >> timestamp: Thu 2010-07-08 14:25:08 -0700 >> message: >> Convert DEFUNs to standard C. >> * src/alloc.c: Convert DEFUNs to standard C. >> * src/buffer.c: > [...] >> Diff too large for email (13107 lines, the limit is 10000). > > In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2010-07-09 on ****** > Windowing system distributor `Fedora Project', version 11.0.10802000 > configured using `configure '--verbose' '--with-x-toolkit=lucid'\ > '--without-xim''