Conversation:
Notices
-
Odd...maximizing !emacs in !windows only works perfectly (covering the whole screen) if the menu-bar is turned on.
-
@jfm unfortunately works only on #windows :-(
-
@tius Well, !emacs fullscreen works correctly under #gnome whether or not menu-bar is on. It's a bug with the #windows version.
-
@jfm I have searched but did not find the right code. Which is the code to put in the dot !emacs file?
-
@tius Not sure what you want, but I have `(menu-bar-mode -1)' to turn the thing off. `(menu-bar-mode 1)' enables it.
-
@vanden I try to maximize window when opening !emacs in my !trisquel #gnome.
-
@vanden Now I use (setq initial-frame-alist '((width . xxx%a) (height . xx))) not maximize, but putting the right numbers, I get close
-
@tius I've got code from http://ur1.ca/9xble in my .emacs and it does the trick.
-
@tius http://ur1.ca/9xbm1
-
@jfm thanks, I've tryed, but doesn't work :-| (remember that I'm an incompetent)