unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* declare last_point_position_window
@ 2005-12-26 18:21 Robert J. Chassell
  2005-12-26 19:12 ` Luc Teirlinck
  2005-12-26 21:56 ` Richard M. Stallman
  0 siblings, 2 replies; 5+ messages in thread
From: Robert J. Chassell @ 2005-12-26 18:21 UTC (permalink / raw)


Today's GNU Emacs CVS snapshot, 2005 Dec 26 17:09 UTC
GNU Emacs 22.0.50.14 (i686-pc-linux-gnu, GTK+ Version 2.8.9)

bootstrap builds when 

    extern Lisp_Object last_point_position_window;

is inserted into 

    emacs/src/window.h

-- 
    Robert J. Chassell                         
    bob@rattlesnake.com                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc

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

* Re: declare last_point_position_window
  2005-12-26 18:21 declare last_point_position_window Robert J. Chassell
@ 2005-12-26 19:12 ` Luc Teirlinck
  2005-12-26 21:56 ` Richard M. Stallman
  1 sibling, 0 replies; 5+ messages in thread
From: Luc Teirlinck @ 2005-12-26 19:12 UTC (permalink / raw)
  Cc: emacs-devel

Robert Chassell wrote:

   Today's GNU Emacs CVS snapshot, 2005 Dec 26 17:09 UTC
   GNU Emacs 22.0.50.14 (i686-pc-linux-gnu, GTK+ Version 2.8.9)

   bootstrap builds when 

       extern Lisp_Object last_point_position_window;

   is inserted into 

       emacs/src/window.h

I already inserted it in keyboard.h (it is defined in keyboard.c).

Sincerely,

Luc.

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

* Re: declare last_point_position_window
  2005-12-26 18:21 declare last_point_position_window Robert J. Chassell
  2005-12-26 19:12 ` Luc Teirlinck
@ 2005-12-26 21:56 ` Richard M. Stallman
  2005-12-26 22:08   ` Luc Teirlinck
  2005-12-27  4:55   ` Richard M. Stallman
  1 sibling, 2 replies; 5+ messages in thread
From: Richard M. Stallman @ 2005-12-26 21:56 UTC (permalink / raw)
  Cc: emacs-devel

    bootstrap builds when 

	extern Lisp_Object last_point_position_window;

    is inserted into 

	emacs/src/window.h

That change would not be correct.

The files I changed compile ok for me.
What is the problem you encountered?

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

* Re: declare last_point_position_window
  2005-12-26 21:56 ` Richard M. Stallman
@ 2005-12-26 22:08   ` Luc Teirlinck
  2005-12-27  4:55   ` Richard M. Stallman
  1 sibling, 0 replies; 5+ messages in thread
From: Luc Teirlinck @ 2005-12-26 22:08 UTC (permalink / raw)
  Cc: bob, emacs-devel

Richard Stallman wrote:

       bootstrap builds when 

	   extern Lisp_Object last_point_position_window;

       is inserted into 

	   emacs/src/window.h

   That change would not be correct.

I already installed a related change (I added it to keyboard.h).


   The files I changed compile ok for me.
   What is the problem you encountered?

That bootstrapping failed.  If failed for Bob and it failed for me.  I
do not understand how they can compile OK for you, unless you have
further non-committed changes.  Before my changes,
last_point_position_window was only defined in keyboard.c and was not
made available to undo.c.  This made bootstrapping fail, when trying
to compile undo.c.

Sincerely,

Luc.

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

* Re: declare last_point_position_window
  2005-12-26 21:56 ` Richard M. Stallman
  2005-12-26 22:08   ` Luc Teirlinck
@ 2005-12-27  4:55   ` Richard M. Stallman
  1 sibling, 0 replies; 5+ messages in thread
From: Richard M. Stallman @ 2005-12-27  4:55 UTC (permalink / raw)
  Cc: rms

I see that I forgot to check in my change in commands.h,
and meanwhile Luc added the declaration to keyboard.h.
However, it belongs with the other related symbols in
commands.h.  So I put it there.

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

end of thread, other threads:[~2005-12-27  4:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-26 18:21 declare last_point_position_window Robert J. Chassell
2005-12-26 19:12 ` Luc Teirlinck
2005-12-26 21:56 ` Richard M. Stallman
2005-12-26 22:08   ` Luc Teirlinck
2005-12-27  4:55   ` Richard M. Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).