non gnomified emacs

2003-08-14 Thread Rodney D. Myers
Is there a recent version of emacs that is not gnomified with all of
the bells  whistles?

The version loaded with sarge has new keystrokes for doing things, and
has become annoying (IMHO).

I've been using emacs since the Amiga days, and can get around in it.

Thanks
-- 
Rodney D. Myers [EMAIL PROTECTED] Registered Linux User #96112
ICQ#: AIM#:   YAHOO:
18002350  mailman452  mailman42_5

They that can give up essential liberty to obtain a 
little temporary safety deserve neither liberty nor safety.
Ben Franklin - 1759


pgp0.pgp
Description: PGP signature


Re: non gnomified emacs

2003-08-14 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Aug 07, 2003 at 08:46:31PM -0700, Rodney D. Myers wrote:
 Is there a recent version of emacs that is not gnomified with all of
 the bells  whistles?

Check out the configuration options.  There's ways to turn off all the
GTK extras.

- -- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/MzQdsClmdIs2Ki8RAlgzAJ4mUoJ908n2CHW+g+Uvlqngkup+/ACfYBxM
j/Q5Bn9+9LOELqBAqhLmb1I=
=AxxU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: non gnomified emacs

2003-08-08 Thread Joerg Johannes
On Friday 08 August 2003 05:46, Rodney D. Myers wrote:
 Is there a recent version of emacs that is not gnomified with all
 of the bells  whistles?

 The version loaded with sarge has new keystrokes for doing things,
 and has become annoying (IMHO).

From my .emacs:

(menu-bar-mode 1)
;; This turns off the GUI menus in X.  You can toggle this at any point 
;; with M-x menu-bar-mode.  If you're new to emacs, you might want to
;; disable this. (Or would that be reenable it?)  In my case, though, an
;; extra line of emacs real estate never hurts. :) 

(tool-bar-mode 0)
;; This turns off the Icon-bar under X

(setq visible-bell t)
;; flash instead of that annoying bell

That should keep things at a bearable level...

joerg

-- 
Gib GATES keine Chance!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]