GNU bug report logs -
#18234
Unbreak the DOS build
Previous Next
Reported by: Reuben Thomas <rrt <at> sc3d.org>
Date: Sat, 9 Aug 2014 21:57:01 UTC
Severity: normal
Tags: patch
Done: Reuben Thomas <rrt <at> sc3d.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18234 in the body.
You can then email your comments to 18234 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18234
; Package
emacs
.
(Sat, 09 Aug 2014 21:57:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Reuben Thomas <rrt <at> sc3d.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 09 Aug 2014 21:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The following patch is, I believe, necessary and sufficient to fix some
minor breakage recently inadvertently perpetrated on the MS-DOS build:
=== modified file 'src/msdos.c'
--- src/msdos.c 2014-08-09 16:12:33 +0000
+++ src/msdos.c 2014-08-09 21:51:56 +0000
@@ -71,6 +71,7 @@
#include "coding.h"
#include "disptab.h"
#include "window.h"
+#include "menu.h"
#include "buffer.h"
#include "commands.h"
#include "blockinput.h"
=== modified file 'src/term.c'
--- src/term.c 2014-07-27 13:21:30 +0000
+++ src/term.c 2014-08-09 11:15:08 +0000
@@ -3935,7 +3935,11 @@
terminal->reset_terminal_modes_hook = &tty_reset_terminal_modes;
terminal->set_terminal_modes_hook = &tty_set_terminal_modes;
terminal->update_end_hook = &tty_update_end;
+#ifdef MSDOS
+ terminal->menu_show_hook = &x_menu_show;
+#else
terminal->menu_show_hook = &tty_menu_show;
+#endif
terminal->set_terminal_window_hook = &tty_set_terminal_window;
terminal->read_socket_hook = &tty_read_avail_input; /* keyboard.c */
terminal->delete_frame_hook = &tty_free_frame_resources;
But until I know my way around the DOS code better I thought I should get a
second opinion.
--
http://rrt.sc3d.org
[Message part 2 (text/html, inline)]
Added tag(s) patch.
Request was from
Paul Eggert <eggert <at> cs.ucla.edu>
to
control <at> debbugs.gnu.org
.
(Sat, 09 Aug 2014 22:34:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18234
; Package
emacs
.
(Sun, 10 Aug 2014 02:53:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 18234 <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 9 Aug 2014 22:56:16 +0100
> From: Reuben Thomas <rrt <at> sc3d.org>
>
> The following patch is, I believe, necessary and sufficient to fix some
> minor breakage recently inadvertently perpetrated on the MS-DOS build:
Looks OK, please go ahead and commit.
Reply sent
to
Reuben Thomas <rrt <at> sc3d.org>
:
You have taken responsibility.
(Sun, 10 Aug 2014 16:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Reuben Thomas <rrt <at> sc3d.org>
:
bug acknowledged by developer.
(Sun, 10 Aug 2014 16:31:03 GMT)
Full text and
rfc822 format available.
Message #15 received at 18234-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 10 August 2014 03:52, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > Date: Sat, 9 Aug 2014 22:56:16 +0100
> > From: Reuben Thomas <rrt <at> sc3d.org>
> >
> > The following patch is, I believe, necessary and sufficient to fix some
> > minor breakage recently inadvertently perpetrated on the MS-DOS build:
>
> Looks OK, please go ahead and commit.
>
I've installed the patch, thanks for the review.
--
http://rrt.sc3d.org
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 08 Sep 2014 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.