From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Javier Newsgroups: gmane.emacs.help Subject: Re: Ubuntu font of wisdom Date: Fri, 16 Dec 2016 21:41:18 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <20161215174358.9656c013f10b66d2c7e029ad@speakeasy.net> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1481924828 21966 195.159.176.226 (16 Dec 2016 21:47:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2016 21:47:08 +0000 (UTC) User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.18.6-1-ARCH (x86_64)) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 16 22:47:04 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cI0LH-00053t-Tm for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Dec 2016 22:47:04 +0100 Original-Received: from localhost ([::1]:34463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cI0LM-0001vM-7K for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Dec 2016 16:47:08 -0500 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: IfDmNFPK9MZNghHQdlVWog.user.gioia.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:219031 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:111973 Archived-At: > While I'm at it, the new version uses the ugly Motif-gray toolbar, > while the packaged version uses a much more attractive, colorful > toolbar (and puts the scrollabar on the right). It looks you are using different toolkits on 24 and 25 versions. Look at the output of M-x display-about-screen This is what it says for me (compiled with the lucid toolkit): GNU Emacs 24.5.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars) What does it say for you on 24 and 25? The available toolkits can be seen in the source code from ./configure --help: --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2, gtk3, lucid or athena, motif, no) If you have root access you can just download teh source from the GNU project directly and istall in --prefix=/usr/local If you dont have root privileges you can just install it in ~/local in your homedir wget http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz tar xzvf emacs-24.5.tar.gz cd emacs-24.5 ./configure --prefix=/usr/local ; make ; make instal