all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6588: 24.0.50; built-in Lisp functions look strange
@ 2010-07-09  2:02 Katsumi Yamaoka
  2010-07-09  2:36 ` Dan Nicolaescu
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2010-07-09  2:02 UTC (permalink / raw
  To: 6588

Emacs head I built today looks strange; many built-in Lisp functions
have `LISP-OBJECT' as the first argument.  For example:

,----
| 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 <dann@ics.uci.edu>
> 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''





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6588: 24.0.50; built-in Lisp functions look strange
  2010-07-09  2:02 bug#6588: 24.0.50; built-in Lisp functions look strange Katsumi Yamaoka
@ 2010-07-09  2:36 ` Dan Nicolaescu
  2010-07-09  3:18   ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Nicolaescu @ 2010-07-09  2:36 UTC (permalink / raw
  To: Katsumi Yamaoka; +Cc: 6588

Katsumi Yamaoka <yamaoka@jpl.org> 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 <dann@ics.uci.edu>
>> 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''





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6588: 24.0.50; built-in Lisp functions look strange
  2010-07-09  2:36 ` Dan Nicolaescu
@ 2010-07-09  3:18   ` Katsumi Yamaoka
  2010-07-09  3:43     ` Dan Nicolaescu
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2010-07-09  3:18 UTC (permalink / raw
  To: Dan Nicolaescu; +Cc: 6588

Dan Nicolaescu wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> 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.

I verified it's been solved.  Thanks.  And sorry for the noise.
This thread should be closed.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#6588: 24.0.50; built-in Lisp functions look strange
  2010-07-09  3:18   ` Katsumi Yamaoka
@ 2010-07-09  3:43     ` Dan Nicolaescu
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Nicolaescu @ 2010-07-09  3:43 UTC (permalink / raw
  To: Katsumi Yamaoka; +Cc: 6588-done

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> This thread should be closed.

You can do that by emailing BUGNUMBER-done@debbugs.gnu.org





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-09  3:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09  2:02 bug#6588: 24.0.50; built-in Lisp functions look strange Katsumi Yamaoka
2010-07-09  2:36 ` Dan Nicolaescu
2010-07-09  3:18   ` Katsumi Yamaoka
2010-07-09  3:43     ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.