unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gdb-ui.el requires `mygud'?
@ 2002-11-14  7:45 Kenichi Handa
  2002-11-16  1:34 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Kenichi Handa @ 2002-11-14  7:45 UTC (permalink / raw)


The file lisp/gdb-ui.el in HEAD branch contains this line:
	(require 'mygud)
but there's no such file mygud.el.  So, bootstrapping failed
while byte-compiling gdb-ui.el.  And there's no ChangeLog
entry for gdb-ui.el.

And, I find that gud.el now provides `mygud' instead of
`gud'.  Also there's no ChangeLog entry for this change.

Can I install the attached change?

After this change, at last the bootstrapping of HEAD
succeeded.

---
Ken'ichi HANDA
handa@m17n.org

2002-11-14  Kenichi Handa  <handa@m17n.org>

	* gud.el: Provide gud, not mygud.

	* gdb-ui.el: Don't require mygud.

*** gdb-ui.el.~1.1.~	Thu Nov 14 15:58:24 2002
--- gdb-ui.el	Thu Nov 14 16:32:54 2002
***************
*** 29,35 ****
  
  ;;; Code:
  
! (require 'mygud)
  
  (defcustom gdb-many-windows t
    "If t, using gdba, start gdb with ancillary buffers visible.
--- 29,35 ----
  
  ;;; Code:
  
! (require 'gud)
  
  (defcustom gdb-many-windows t
    "If t, using gdba, start gdb with ancillary buffers visible.
*** gud.el.~1.163.~	Thu Nov 14 12:47:05 2002
--- gud.el	Thu Nov 14 16:26:17 2002
***************
*** 2750,2755 ****
          (tool-bar-add-item-from-menu 'gud-down "gud-down" gud-minor-mode-map)
          tool-bar-map)))
  
! (provide 'mygud)
  
  ;;; gud.el ends here
--- 2750,2755 ----
          (tool-bar-add-item-from-menu 'gud-down "gud-down" gud-minor-mode-map)
          tool-bar-map)))
  
! (provide 'gud)
  
  ;;; gud.el ends here

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

* Re: gdb-ui.el requires `mygud'?
  2002-11-14  7:45 gdb-ui.el requires `mygud'? Kenichi Handa
@ 2002-11-16  1:34 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-11-16  1:34 UTC (permalink / raw)
  Cc: emacs-devel

    And, I find that gud.el now provides `mygud' instead of
    `gud'.  Also there's no ChangeLog entry for this change.

    Can I install the attached change?

Of course.  It's an obvious bug--don't hesitate to fix it.

(I see someone else already fixed it.)

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

end of thread, other threads:[~2002-11-16  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-14  7:45 gdb-ui.el requires `mygud'? Kenichi Handa
2002-11-16  1:34 ` Richard 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).