unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nick Roberts <nickrob@snap.net.nz>
Cc: ismail@uludag.org.tr, emacs-devel@gnu.org
Subject: Re: Options menu is broken on CVS
Date: Sat, 10 Sep 2005 01:12:41 +1200	[thread overview]
Message-ID: <17185.35401.755024.943536@farnswood.snap.net.nz> (raw)
In-Reply-To: <uwtlqfoio.fsf@gnu.org>

Eli Zaretskii writes:
 > Now, your suggested change simply moves the first instance of xmenu.o
 > outside the X branch and also outside the HAVE_MENUS condition (and
 > does nothing for the second instance, btw).  

I think the second instance could be removed.

 > Why is that the right thing?

It seems to work for -with/without-x and probably for proprietary systems
too.

 > I think the non-X build on Unix and GNU systems doesn't define
 > HAVE_MENUS for a reason: without the proper X11 headers and libraries,
 > xmenu.c simply will not compile.

I'm not sure what HAVE_MENUS means but non-X systems clearly have menus
(perhaps you've been tricked!). However, xmenu.c _does_ compile without
X11 headers and libraries, otherwise you couldn't make a non-X build with
it.

 > Moreover, I have a non-X Emacs built out of CVS of June 11 2005, and
 > F11->o works there without any problems, although I verified that
 > xmenu.o was not linked in (in fact, there's no xmenu.o at all there,
 > since xmenu.c was not compiled).

The OP said F10->O didn't work whatever that means.  F10->o does work because
it doesn't use menu-updating-frames.  Try, for example F10->f with your copy,
I don't think that will work.

 > My interim conclusion is that the changes back in 2004 were not the
 > one that caused the current problem.

I think you are wrong.

 > I will dig some more to understand what is the real cause of that, and
 > describe my findings here.

 > Meanwhile, I don't think we should apply your suggested changes, since
 > compiling xmenu.c on a system without X headers and libraries might
 > fail due to unresolved externals.

It solved the OP's problem.  I suggest that we do apply it as thats the only
way to test it.  If it is wrong, I am sure we will hear about it shortly.

Nick

  reply	other threads:[~2005-09-09 13:12 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
2005-09-09 11:50                 ` Eli Zaretskii
2005-09-09 13:12                   ` Nick Roberts [this message]
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=17185.35401.755024.943536@farnswood.snap.net.nz \
    --to=nickrob@snap.net.nz \
    --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).