From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "wgh" Newsgroups: gmane.emacs.help Subject: How to get rid of the tool-kit mode-line in Emacs21? Date: Sat, 26 Oct 2002 18:24:13 GMT Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: main.gmane.org 1035656808 15751 80.91.224.249 (26 Oct 2002 18:26:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2002 18:26:48 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185Ve3-00045v-00 for ; Sat, 26 Oct 2002 20:26:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185VeF-0000gy-00; Sat, 26 Oct 2002 14:26:59 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!newsfeed.telusplanet.net!news2.telusplanet.net.POSTED!f1bafaba!not-for-mail User-Agent: Pan/0.13.0 (The whole remains beautiful (Debian GNU/Linux)) Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 24.69.45.58 Original-X-Trace: news2.telusplanet.net 1035656653 24.69.45.58 (Sat, 26 Oct 2002 12:24:13 MDT) Original-NNTP-Posting-Date: Sat, 26 Oct 2002 12:24:13 MDT Original-Xref: shelby.stanford.edu gnu.emacs.help:106424 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2974 Hi, Ever since I downloaded Emacs21, I got those ugly scroll-bar, tool-bar and mode-line in that fancy tool-kit. I found out how to disable the tool-bar: (tool-bar-mode -1) in .emacs or simply M-x tool-bar-mode I also found out how to disable the scroll-bar which requires you to recompile Emacs21 with the --without-toolkit-scroll-bars option. However I haven't figured out how to revert the mode-line back to Emacs20 style. Does anyone know how to just have Emacs21 look the way it did? Thanks.