[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-26 Thread Reinhard Tartler
tbh, emacs-extra doesn't seem to be a very quality package, and I'd even suggest it to be merged into other already existing packages, so that it can be safely removed from the archive. -- emacs22-gtk and emacs22-x do not display menus https://bugs.launchpad.net/bugs/155483 You received this bug

[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-26 Thread Reinhard Tartler
after reading the emacs-extra source code, I come to the conclusion that this is an absolutely correct behavior. The purpose of emacs-extra seems to provide some assistance for configuring emacs by using debconf. Try 'sudo dpkg-reconfigure -plow emacs-extra' to get questions presented which seems

[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-24 Thread Reinhard Tartler
can you please find out (e.g. with grep) what in /etc/emacs/site- start.d/ is providing these bad defaults? With that information we can move this bug to the correct package. -- emacs22-gtk and emacs22-x do not display menus https://bugs.launchpad.net/bugs/155483 You received this bug

[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-24 Thread Ryan T. Sammartino
Yeah... been looking, but it doesn't seem to be doing bad things in any obvious way. I'll keep digging. -- emacs22-gtk and emacs22-x do not display menus https://bugs.launchpad.net/bugs/155483 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-24 Thread Ryan T. Sammartino
It's the emacs-extra package: $ grep -C 3 bar-mode /usr/share/emacs/site-lisp/emacs-extra/emacs-extra.el (defun down-a-lot () (interactive) (scroll-down)) (global-set-key [C-mouse-4] 'down-a-lot) (global-set-key [C-mouse-5] 'up-a-lot) (menu-bar-mode nil) (set-scroll-bar-mode nil) (when (=

[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-22 Thread Ryan T. Sammartino
In the screenshot you see there is no menu (File, Edit, etc...) nor menu bar (icons that represent open file, save file, etc). The menu does appear very briefly while Emacs is booting up. ** Attachment added: Screenshot of emacs22 running on my system after upgrade to Gutsy

[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-22 Thread Ryan T. Sammartino
It seems somewhere something in /etc/emacs/site-start.d/ is now hiding the menu bar, scroll bar and tool bar. I had to set these variables in my .emacs to get these things back. '(menu-bar-mode t) '(scroll-bar-mode (quote left)) '(speedbar-frame-parameters (quote ((minibuffer) (width . 20)

[Bug 155483] Re: emacs22-gtk and emacs22-x do not display menus

2007-10-21 Thread Reinhard Tartler
err, I'm a bit confused here, because I don't have any problems with a menu. Can you please attach a (perhaps commented) screenshot of the problem? ** Changed in: emacs22 (Ubuntu) Status: New = Incomplete -- emacs22-gtk and emacs22-x do not display menus