<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>18518</bug_id>
          
          <creation_ts>2003-03-31 04:12 0000</creation_ts>
          <short_desc>(emacs) AucTeX command menu won&apos;t open in Emacs</short_desc>
          <delta_ts>2005-03-12 21:21:44 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>1.4.1</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>matthieu.codron@laposte.net</reporter>
          <assigned_to>emacs@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>matthieu.codron@laposte.net</who>
            <bug_when>2003-03-31 04:12:43 0000</bug_when>
            <thetext>Using gentoo 1.4 rc3 both on a Athlon XP and a Pentium4 Xeon 
CFLAGS = -O3 -march=athlon-xp (-march=pentium3 for the Xeon) -fomit-frame-pointer 
 
The command menu from AucTeX 10.0g won&apos;t open in Emacs 21.3 (neither in 21.2)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gentoo@frewert.de</who>
            <bug_when>2003-03-31 08:38:01 0000</bug_when>
            <thetext>Works fine here with app-emacs/auctex-10.0g and app-editors/emacs-21.3.

Are there any error messages in the Messages-buffer?
Check your load-path (e.g. C-h v &lt;return&gt; load-path &lt;return&gt;). It should contain
/usr/share/emacs/site-lisp/ and /usr/share/emacs/site-lisp/auctex.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>marko@markodaniel.net</who>
            <bug_when>2003-08-11 04:15:48 0000</bug_when>
            <thetext>Has this ever been resolved?

I have the same problem and it is unrelated to auctex. I tried 
emerge =app-emacs/auctex-10.0g and that didn&apos;t work either.
Manual installation of tarball also failed.

Manual installation of tarball in redhat 9.0 (booted from different partition) works perfectly.

What could this error be due to?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>marko@markodaniel.net</who>
            <bug_when>2003-08-11 08:45:05 0000</bug_when>
            <thetext>Recompiled emacs with userflag Xaw3d set and it works...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>joaopft@netscape.net</who>
            <bug_when>2003-10-23 12:41:42 0000</bug_when>
            <thetext>Same problem with gentoo on PPC. On starting emacs with auctex mode, it reports:

Warning: Actions not found: reset, set, notify, unset
Warning: Actions not found: reset, set, notify, unset
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>joaopft@netscape.net</who>
            <bug_when>2003-10-30 11:13:40 0000</bug_when>
            <thetext>Modifying the ebuild file of auctex so that the ebuild demands emacs compiled
with Xaw3d support should solve this. 

Meanwhile... just recompile emacs with userflag -Xaw3d set.It worked for
me.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>usata@gentoo.org</who>
            <bug_when>2003-10-31 06:02:30 0000</bug_when>
            <thetext>Thanks for the comment. I confirmed the problem and added a notice for
users to enable USE=&quot;Xaw3d&quot; if it is not set.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bdp@member.fsf.org</who>
            <bug_when>2004-07-01 08:46:23 0000</bug_when>
            <thetext>We are having this same problem (Command menu does not work).  Note that the other auctex menus do work.

Just to be sure about the Xaw3d thing, I just rebuilt emacs (21.3.1-r3) with

USE=&quot;Xaw3d&quot; emerge emacs

and reinstalled auctex (11.14) with

ACCEPT_KEYWORDS=&quot;~sparc&quot; emerge --ask app-emacs/auctex

and still the same problem. Any ideas?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bdp@member.fsf.org</who>
            <bug_when>2004-07-02 14:20:23 0000</bug_when>
            <thetext>Ok, I figured out a workaround.  The gentoo default USE flags include &quot;motif&quot;
which appears to override &quot;Xaw3d&quot;.  Building emacs with

USE=&quot;Xaw3d -motif&quot; emerge emacs

fixes the problem on our system.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>usata@gentoo.org</who>
            <bug_when>2004-07-04 07:17:54 0000</bug_when>
            <thetext>I see... I reversed motif and Xaw3d USE flag order because if a user
sets non-default Xaw3d USE flag I guess he/she does not intend to get
default motif interface.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pparis@gmu.edu</who>
            <bug_when>2005-01-18 14:08:09 0000</bug_when>
            <thetext>The problem with the Command menu not working is related to an obscure conflict with KDE. This is explained in detail at http://groups-beta.google.com/group/comp.windows.x.motif/browse_frm/thread/c20cc6d768acd666

The way I &quot;fixed&quot; the problem is to change the following line in tex.el from:
(defconst TeX-command-menu-name &quot;Command&quot;
to:
(defconst TeX-command-menu-name &quot;Commands&quot;


</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pparis@gmu.edu</who>
            <bug_when>2005-02-14 10:58:34 0000</bug_when>
            <thetext>Created an attachment (id=51225)
Proposed patch for .../auctex/tex.el

Apply this patch to /usr/share/emacs/site-lisp/auctex/tex.el.
It changes the name of the menu from &apos;Command&apos; to Commands&apos; this fixes an
obscure conflict with KDE as pointed out in my earlier post (#10).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>garyyoung3@gmail.com</who>
            <bug_when>2005-03-07 20:57:27 0000</bug_when>
            <thetext>When I emerged emacs 21.4 and auctex 11.54, I noticed two problems that I initially thought were unrelated: (1) the &quot;command&quot; menu bug described here and (2) a &quot;find file dialog box that was wider than the screen space, forcing me to drag it across the screen to view the list of files.

After I recompiled with the USE flag suggested by Brett Presnell, both problems went away. Now instead of a dialog box, emacs prompts me to enter the directory path in the lowermost buffer. I&apos;m new to emacs (and to gentoo), so I can&apos;t say if that&apos;s the proper behavior or not. In any event, I prefer it to the oversize dialog box.

My experience leads me to think that this bug is more wide-ranging than the auctex menu problem.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>garyyoung3@gmail.com</who>
            <bug_when>2005-03-12 21:21:44 0000</bug_when>
            <thetext>Just a follow-up to my last post. Today I did an &quot;emerge --update world.&quot; My emacs was recompiled after a newer version of motif was installed, and the menu problem is indeed fixed. Nonetheless, I think I will recompile with the USE=Xaw3d flag for two reasons -- the pulldown menus appear with a mouse-over, whereas with the motif menu I have to tap on my touchpad and secondly, I prefer not to have the motif &quot;find file&quot; dialog box.</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>51225</attachid>
            <date>2005-02-14 10:58 0000</date>
            <desc>Proposed patch for .../auctex/tex.el</desc>
            <filename>tex.el.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIHRleC5lbH4JMjAwNS0wMi0xMSAxNToyNzoyOC4wMDAwMDAwMDAgLTA1MDAKKysrIHRleC5l
bAkyMDA1LTAyLTE0IDEzOjQzOjQ0LjAwMDAwMDAwMCAtMDUwMApAQCAtMzA2MSw3ICszMDYxLDcg
QEAKIAkgICAodmNvbmNhdCBgKCxuYW1lIChUZVgtY29tbWFuZC1tZW51ICxuYW1lKSkKIAkJICAg
IChudGhjZHIgNSBlbnRyeSkpKSkpKQogCi0oZGVmY29uc3QgVGVYLWNvbW1hbmQtbWVudS1uYW1l
ICJDb21tYW5kIgorKGRlZmNvbnN0IFRlWC1jb21tYW5kLW1lbnUtbmFtZSAiQ29tbWFuZHMiCiAg
ICJOYW1lIHRvIGJlIGRpc3BsYXllZCBmb3IgdGhlIGNvbW1hbmQgbWVudSBpbiBhbGwgbW9kZXMg
ZGVmaW5lZCBieSBBVUNUZVguIikKIAogOzs7IEtleW1hcAo=
</data>        

          </attachment>
    </bug>

</bugzilla>