[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: running ./temacs
From: |
Eli Zaretskii |
Subject: |
Re: running ./temacs |
Date: |
Tue, 31 May 2011 02:47:42 -0400 |
> From: Dan Nicolaescu <address@hidden>
> Cc: Eli Zaretskii <address@hidden>, address@hidden
> Date: Tue, 31 May 2011 02:36:38 -0400
>
> It looks like this is enough to get ./temacs run in X11 mode:
>
> === modified file 'src/dispnew.c'
> --- src/dispnew.c 2011-05-25 03:45:04 +0000
> +++ src/dispnew.c 2011-05-31 06:17:37 +0000
> @@ -6235,9 +6235,6 @@ init_display (void)
> }
>
> if (!inhibit_window_system && display_arg
> -#ifndef CANNOT_DUMP
> - && initialized
> -#endif
> )
> {
> Vinitial_window_system = Qx;
>
> === modified file 'src/frame.c'
> --- src/frame.c 2011-05-29 00:45:00 +0000
> +++ src/frame.c 2011-05-31 06:13:37 +0000
> @@ -544,10 +544,8 @@ make_initial_frame (void)
> /* The default value of menu-bar-mode is t. */
> set_menu_bar_lines (f, make_number (1), Qnil);
>
> -#ifdef CANNOT_DUMP
> if (!noninteractive)
> init_frame_faces (f);
> -#endif
>
> return f;
> }
>
> Any reason not to check this in?
What would be the purpose of getting temacs run in GUI mode?
Re: running ./temacs, Eli Zaretskii, 2011/05/31