Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion effective emacs

Path: g2news1.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.speakeasy.net!news.speakeasy.net.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 07 Oct 2008 19:09:48 -0500
Followup-To: comp.emacs
Sender: mark@Sappho
Newsgroups: comp.emacs,comp.lang.lisp
Subject: Re: effective emacs
References: <cb5af25c-54d5-4b01-be48-9115053c3e42@s50g2000hsb.googlegroups.com> <sIw0k.1560$BY1.451@trnddc06> <87od1z6ct1.fsf@kzsu.stanford.edu>
From: Mark Hood <inva...@invalid.invalid>
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
Date: 07 Oct 2008 17:09:08 -0700
Message-ID: <ygfbpxwc5i3.fsf@invalid.invalid>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Lines: 27
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 64.81.66.151
X-Trace: sv3-gkknHP9NhbfKT+WfIsP77i8q90D9kbJuy3/fts53ejlubC+vlJqaLNEeeIxkS/kOwEa/FtrOPyKlJWr!pxlnM6aRRkFTVHb+3NuWhNlu/hPcGzMFD4dwQZ65LNwWI+xBpAfj5ngnbX0vCiRSAp/Le6NEHWPs!9AnhPznF+FE7
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.39

Joseph Brenner <d...@kzsu.stanford.edu> writes:

> Daniel Weinreb <d...@alum.mit.edu> writes:
> 
> > I rarely use the menu bar.  On the other hand, I was raised on an
> > Emacs that didn't have a menu bar, so I could be atypical.
> 
> I don't know about atypical.  Much of the emacs-user base is older
> users.  Kids these days don't see the point.

I think it's more about how you use Emacs than how old you are.

The menu bar is sometimes convenient, but it really slows things down
when you're running Emacs as an X client tunneling through ssh on a
DSL line to a remote server.  (Actually, in those conditions you
really need to build Emacs with the old X toolkit instead of the
extremely heavyweight GTK).

And the menu bar is just silly when you need to run Emacs on a
terminal console while debugging a window system, or if your only
access is through a terminal emulator like Putty.

I always disable the menu bar so I can keep my .emacs simpler across
the diverse environments I develop from.  It's just better to learn to
do without it.

-- Mark