unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: ismail@uludag.org.tr, emacs-devel@gnu.org
Subject: Re: Options menu is broken on CVS
Date: Thu, 08 Sep 2005 22:33:45 +0300	[thread overview]
Message-ID: <uzmqnfj6u.fsf@gnu.org> (raw)
In-Reply-To: <17183.48402.585456.467736@farnswood.snap.net.nz> (message from Nick Roberts on Thu, 8 Sep 2005 16:24:50 +1200)

> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Thu, 8 Sep 2005 16:24:50 +1200
> Cc: ismail@uludag.org.tr, emacs-devel@gnu.org
> 
>  > > I think this is the right fix.
>  > 
>  > Please describe the reasons why you think this is the right fix.
> 
> menu-updating-buffers is defined in syms_of_xmenu ().  Currently syms_of_xmenu
> is only called in emacs.c if HAVE_MENUS is true.  menu-updating-buffers is
> needed even if Emacs is configured without X (on GNU/Linux at least) but in
> this case HAVE_MENUS is not defined.
> 
> xmenu.c is needed even HAVE_X_WINDOWS is not defined so I've moved it outside
> the conditional requiring it.

Thanks.

However, this is not what I asked; the reasons why symbols defined in
syms_of_xmenu are void unless xmenu.o is linked in are perfectly
clear.  Sorry for not being more clear.

What I meant is to have an explanation why your change solves the same
problem which caused Kim and myself to place XMENU_OBJ in a different
place, without breaking other ports and configurations.  That would
require to understand the original problem, which had something to do
with Carbon.

> Now I've moved it outside #ifdef HAVE_X_WINDOWS you might need to add
> another condition for when w32menu.o is used, I'm not sure. 

That's exactly the breakage I was afraid of.

>  > That change was made for a reason as well: some problem on Carbon.  We
>  > need to understand that problem, to be sure your change will not
>  > reintroduce it.  I hope that the explanations I asked for above will
>  > clarify this (I still didn't have time to re-read those past
>  > discussions and retrace what problems we were trying to fix.)
> 
> I didn't find the discussion that led to this change.  It might have been
> part of a general tidying process.

No, it was to solve a very specific issue with Carbon.  Okay, I will
try to dig into this over the weekend.  Solution for non-X builds will
have to wait until then.

  reply	other threads:[~2005-09-08 19:33 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-06 17:07 Options menu is broken on CVS İsmail Dönmez
2005-09-06 20:45 ` Nick Roberts
2005-09-06 20:49   ` İsmail Dönmez
2005-09-06 23:01     ` Nick Roberts
2005-09-07  4:16       ` Eli Zaretskii
2005-09-07 14:58         ` İsmail Dönmez
2005-09-07 18:04           ` Eli Zaretskii
2005-09-07 18:13             ` İsmail Dönmez
2005-09-07 22:11               ` Nick Roberts
     [not found]                 ` <20050907223612.GA7445@uludag.org.tr>
2005-09-07 23:27                   ` Nick Roberts
2005-09-07 22:04         ` Nick Roberts
2005-09-08  3:50           ` Eli Zaretskii
2005-09-08  4:24             ` Nick Roberts
2005-09-08 19:33               ` Eli Zaretskii [this message]
2005-09-09 11:50                 ` Eli Zaretskii
2005-09-09 13:12                   ` Nick Roberts
2005-09-09 13:49                     ` Eli Zaretskii
2005-09-09 23:07                       ` Nick Roberts
2005-09-10  9:28                         ` Eli Zaretskii
2005-09-10 11:09                           ` Eli Zaretskii
2005-09-09 13:46                   ` Eli Zaretskii
2005-09-09 15:47                     ` David Kastrup
2005-09-09 18:23                       ` Eli Zaretskii
2005-09-10  0:08                     ` YAMAMOTO Mitsuharu
2005-09-10  9:18                       ` Eli Zaretskii
2005-09-11  6:54                         ` Richard M. Stallman
2005-09-11 19:51                           ` Eli Zaretskii
2005-09-12 15:34                             ` Richard M. Stallman
2005-09-09 18:12                   ` Stefan Monnier
2005-09-09 18:18                     ` Eli Zaretskii
2005-09-10  0:18                       ` YAMAMOTO Mitsuharu
2005-09-08  9:04           ` Richard M. Stallman
2005-09-08  9:50           ` İsmail Dönmez
2005-09-08  2:41       ` Richard M. Stallman
2005-09-08  3:39         ` Eli Zaretskii
2005-09-08 21:02           ` Stefan Monnier
2005-09-09 10:41             ` Eli Zaretskii
2005-09-09 13:06               ` Stefan Monnier
2005-09-09 17:40                 ` Bug repository Bill Wohler
2005-09-10  6:12                   ` Miles Bader
2005-09-10  8:13                   ` Richard M. Stallman
2005-09-10  8:14                 ` Options menu is broken on CVS Richard M. Stallman
2005-09-10  8:48                   ` Eli Zaretskii
2005-09-11  6:54                     ` Richard M. Stallman
2005-09-11  9:36                       ` Refering to bug reports (was: Options menu is broken on CVS) Reiner Steib
2005-09-12 15:33                         ` Richard M. Stallman
2005-09-11 19:54                       ` Options menu is broken on CVS Eli Zaretskii
2005-09-12 15:33                         ` Richard M. Stallman
     [not found] <131DDC775E8EB841AD6D175CDF410DCE0311C1D0@payload.camelot.bsquare.com>
2005-09-06 18:32 ` İsmail Dönmez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uzmqnfj6u.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=ismail@uludag.org.tr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).