all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7106: Unable to customize menu-bar startup from .emacs file
@ 2010-09-26  1:03 Avery Chan
  2010-09-27 17:50 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Avery Chan @ 2010-09-26  1:03 UTC (permalink / raw)
  To: 7106

I put this in my .emacs file:

(custom-set-variables
  '(gud-gdb-command-name "gdb --annotate=1")
  '(large-file-warning-threshold nil)
  '(menu-bar-mode t)
  '(shell-dirtrack-verbose nil))
(custom-set-faces
  )
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
Note the (menu-bar-mode t). When I fire up emacs, I have to M-x menu- 
bar-mode to get a menu bar. I am running GNU Emacs 22.1.1 (mac-apple- 
darwin, Carbon Version 1.6.0)

I have posted my problem to http://stackoverflow.com/questions/3793806/how-do-i-display-the-menu-bar-in-emacs-every-time-i-start-up

The suggestions there didn't work; other users noted they did not have  
this type of a problem; I am concluding, then, that the problem lies  
with this particular build.


In GNU Emacs 22.1.1 (mac-apple-darwin, Carbon Version 1.6.0)
  of 2009-11-23 on Avericity.local
Windowing system distributor `Apple Inc.', version 10.5.8
configured using `configure  '--prefix=/usr' '--mandir=/usr/share/man'  
'--infodir=/usr/share/info' '--disable-dependency-tracking' '--without- 
x' '--enable-carbon-app=/BinaryCache/emacs/emacs-70.1~296/Root/ 
AppleInternal/Applications' 'ac_cv_host=mac-apple-darwin' 'CFLAGS=- 
arch i386 -arch ppc -g -Os -pipe -no-cpp-precomp -mdynamic-no-pic -Wno- 
pointer-sign -arch i386 -arch ppc -pipe' 'LDFLAGS=-arch i386 -arch ppc  
-Wl,-headerpad,0x1000''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: en_US.UTF-8
   locale-coding-system: utf-8
   default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
   encoded-kbd-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   unify-8859-on-encoding-mode: t
   utf-translate-cjk-mode: t
   auto-compression-mode: t
   line-number-mode: t

Recent input:
ESC x r e p o r TAB RET

Recent messages:
("emacs")
Loading encoded-kb...done
For information about the GNU Project and its goals, type C-h C-p.
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7106: Unable to customize menu-bar startup from .emacs file
  2010-09-26  1:03 bug#7106: Unable to customize menu-bar startup from .emacs file Avery Chan
@ 2010-09-27 17:50 ` Glenn Morris
  2010-10-01  2:36   ` Avery Chan
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2010-09-27 17:50 UTC (permalink / raw)
  To: Avery Chan; +Cc: 7106

Avery Chan wrote:

> (custom-set-variables
>  '(gud-gdb-command-name "gdb --annotate=1")
>  '(large-file-warning-threshold nil)
>  '(menu-bar-mode t)
>  '(shell-dirtrack-verbose nil))
> (custom-set-faces
>  )
> (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
> Note the (menu-bar-mode t). When I fire up emacs, I have to M-x menu- 
> bar-mode to get a menu bar.

Works for me in GNU/Linux with Emacs 22.1 through 23.2.
Note that the menu-bar is on by default anyway, so you should not need
to do anything in the first place.

> I am concluding, then, that the problem lies with this particular
> build.
>
> In GNU Emacs 22.1.1 (mac-apple-darwin, Carbon Version 1.6.0)
>  of 2009-11-23 on Avericity.local

I am afraid that is quite old and no longer supported. Please try the
latest, Emacs 23.2.

As a workaround, you could stick

(menu-bar-mode 1)

at the end of your .emacs.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7106: Unable to customize menu-bar startup from .emacs file
  2010-09-27 17:50 ` Glenn Morris
@ 2010-10-01  2:36   ` Avery Chan
  2010-10-01  3:30     ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Avery Chan @ 2010-10-01  2:36 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 7106

Upgrading to 23.2.1 fixed this. Is there a process for letting Apple  
know that their stock installation is broken? I *am* using an older  
version of the OS so it might be fixed in 10.6.*. I don't know what  
kind of relationship gnu.org has with Apple; if there's a process for  
this it might be beneficial to push this to them.

Thanks again for looking into this. I appreciate it.

Avery

On Sep 28, 2010, at 1:50 AM, Glenn Morris wrote:

> Avery Chan wrote:
>
>> (custom-set-variables
>> '(gud-gdb-command-name "gdb --annotate=1")
>> '(large-file-warning-threshold nil)
>> '(menu-bar-mode t)
>> '(shell-dirtrack-verbose nil))
>> (custom-set-faces
>> )
>> (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
>> Note the (menu-bar-mode t). When I fire up emacs, I have to M-x menu-
>> bar-mode to get a menu bar.
>
> Works for me in GNU/Linux with Emacs 22.1 through 23.2.
> Note that the menu-bar is on by default anyway, so you should not need
> to do anything in the first place.
>
>> I am concluding, then, that the problem lies with this particular
>> build.
>>
>> In GNU Emacs 22.1.1 (mac-apple-darwin, Carbon Version 1.6.0)
>> of 2009-11-23 on Avericity.local
>
> I am afraid that is quite old and no longer supported. Please try the
> latest, Emacs 23.2.
>
> As a workaround, you could stick
>
> (menu-bar-mode 1)
>
> at the end of your .emacs.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7106: Unable to customize menu-bar startup from .emacs file
  2010-10-01  2:36   ` Avery Chan
@ 2010-10-01  3:30     ` Glenn Morris
  0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2010-10-01  3:30 UTC (permalink / raw)
  To: 7106-done

Avery Chan wrote:

> Upgrading to 23.2.1 fixed this. Is there a process for letting Apple
> know that their stock installation is broken? I *am* using an older
> version of the OS so it might be fixed in 10.6.*. I don't know what
> kind of relationship gnu.org has with Apple; if there's a process for
> this it might be beneficial to push this to them.

There is no relationship between gnu.org and Apple in this regard.
You could report it to them through whatever channels they have for
users of their system to report bugs and make requests.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-01  3:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-26  1:03 bug#7106: Unable to customize menu-bar startup from .emacs file Avery Chan
2010-09-27 17:50 ` Glenn Morris
2010-10-01  2:36   ` Avery Chan
2010-10-01  3:30     ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.