Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 18518
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNU Emacs Team <emacs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matthieu Codron <matthieu.codron@laposte.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tex.el.patch Proposed patch for .../auctex/tex.el patch Peter Paris 2005-02-14 10:58 0000 377 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18518 depends on: Show dependency tree
Bug 18518 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-03-31 04:12 0000
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't open in Emacs 21.3 (neither in 21.2)

------- Comment #1 From Carsten Frewert 2003-03-31 08:38:01 0000 -------
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 <return> load-path <return>). It should contain
/usr/share/emacs/site-lisp/ and /usr/share/emacs/site-lisp/auctex.

------- Comment #2 From Marko Daniel 2003-08-11 04:15:48 0000 -------
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'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?

------- Comment #3 From Marko Daniel 2003-08-11 08:45:05 0000 -------
Recompiled emacs with userflag Xaw3d set and it works...

------- Comment #4 From Joao Teixeira 2003-10-23 12:41:42 0000 -------
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

------- Comment #5 From Joao Teixeira 2003-10-30 11:13:40 0000 -------
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.

------- Comment #6 From Mamoru KOMACHI (RETIRED) 2003-10-31 06:02:30 0000 -------
Thanks for the comment. I confirmed the problem and added a notice for
users to enable USE="Xaw3d" if it is not set.

------- Comment #7 From Brett Presnell 2004-07-01 08:46:23 0000 -------
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="Xaw3d" emerge emacs

and reinstalled auctex (11.14) with

ACCEPT_KEYWORDS="~sparc" emerge --ask app-emacs/auctex

and still the same problem. Any ideas?

------- Comment #8 From Brett Presnell 2004-07-02 14:20:23 0000 -------
Ok, I figured out a workaround.  The gentoo default USE flags include "motif"
which appears to override "Xaw3d".  Building emacs with

USE="Xaw3d -motif" emerge emacs

fixes the problem on our system.

------- Comment #9 From Mamoru KOMACHI (RETIRED) 2004-07-04 07:17:54 0000 -------
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.

------- Comment #10 From Peter Paris 2005-01-18 14:08:09 0000 -------
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 "fixed" the problem is to change the following line in tex.el from:
(defconst TeX-command-menu-name "Command"
to:
(defconst TeX-command-menu-name "Commands"

------- Comment #11 From Peter Paris 2005-02-14 10:58:34 0000 -------
Created an attachment (id=51225) [details]
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 'Command' to Commands' this fixes an
obscure conflict with KDE as pointed out in my earlier post (#10).

------- Comment #12 From Gary Young 2005-03-07 20:57:27 0000 -------
When I emerged emacs 21.4 and auctex 11.54, I noticed two problems that I
initially thought were unrelated: (1) the "command" menu bug described here and
(2) a "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'm new to emacs (and to gentoo), so I can't say
if that'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.

------- Comment #13 From Gary Young 2005-03-12 21:21:44 0000 -------
Just a follow-up to my last post. Today I did an "emerge --update world." 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 "find file" dialog box.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug