How do I put emacs menubar into Window title bar in Ubutu 14.04? -


while using ubuntu 14.04, menus shown in window title bar. if emacs opened, menus in menubar in older versions of ubuntu or windows. can menus in window title bar.

this isn't setting can flip in emacs; it's defined version of gtk against emacs compiled (if any), compile-time settings, , ubuntu settings. compile own emacs enable this, using personal package archive install pre-built version easier.

this ppa provides emacs-snapshot package works way want. package bleeding-edge build of emacs, updated frequently, , differences official ubuntu emacs package. notably:

  • little/no support installing debian packages of elisp modules. of support exists in form of distropatch, not included here. example if apt-get install yaml-mode, have include "(require 'yaml-mode)" in init, wouldn't able autoload yaml-mode may accustomed stable series. working on enabling this, warned broken.

  • on plus side, package.el works excellently , of packages might want install should available either melpa or marmalade or similar. in general, if using these snapshots want m-x package-install foo rather apt-get install foo.

if want use it, can this:

sudo add-apt-repository ppa:ubuntu-elisp/ppa sudo apt-get update sudo apt-get install emacs-snapshot 

you should able have both versions installed concurrently. 1 launches default when run emacs depend on alternatives. have commands named each version in case want switch , forth, e.g. emacs-24.4.50.

and if want run snapshot, works too. it's pretty stable.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -