From xemacs-m  Mon May 19 07:41:02 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA20410
	for <xemacs-beta@xemacs.org>; Mon, 19 May 1997 07:40:58 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id OAA20612; Mon, 19 May 1997 14:40:54 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Update to sample.emacs
X-Save-Project-Gutenberg: <URL:http://www.promo.net/pg/nl/pgny_nov96.html>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
X-Horoscope: 
   Your programs will start telephoning.  As Saturn moves into the
   392nd house of Leo, be careful of your relationship with your
   friend.  A lout will eventually reveal itself to be your
   spouse. You'll once in a while be broke.
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 19 May 1997 14:40:52 +0200
Message-ID: <kig4tbztz1n.fsf@jagor.srce.hr>
Lines: 48
X-Mailer: Gnus v5.4.52/XEmacs 20.2

--- sample.emacs.orig	Mon May 19 14:40:02 1997
+++ sample.emacs	Mon May 19 14:39:25 1997
@@ -16,12 +16,10 @@
 ;;			Basic Customization			    ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-;; Enable the commands `narrow-to-region' ("C-x n n") and 
-;; `eval-expression' ("M-:", or "ESC :").  Both are useful
-;; commands, but they can be confusing for a new user, so they're
-;; disabled by default.
+;; Enable the command `narrow-to-region' ("C-x n n"), a useful
+;; command, but possibly confusing to a new user, so it's disabled by
+;; default.
 (put 'narrow-to-region 'disabled nil)
-(put 'eval-expression  'disabled nil)
 
 ;;; Define a variable to indicate whether we're running XEmacs/Lucid Emacs.
 ;;; (You do not have to defvar a global variable before using it --
@@ -54,10 +52,10 @@
 ;; key sequence.
 (global-set-key [f4] 'set-mark-command)
 (global-set-key [f5] "\M-w")
-(global-set-key [f6]"\C-y")
+(global-set-key [f6] "\C-y")
 
 ;; Shift-F4 is "pop mark off of stack"
-(global-set-key '(shift f4) (lambda () (interactive) (set-mark-command t)))
+(global-set-key [(shift f4)] (lambda () (interactive) (set-mark-command t)))
 
 ;; Make F7 be `save-buffer'
 (global-set-key [f7] 'save-buffer)
@@ -350,6 +348,11 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;		Customization of Specific Packages		    ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;;; Load gnuserv, which will allow you to connect to XEmacs sessions
+;;; using `gnuclient'.
+
+(gnuserv-start)
 
 
 ;;; ********************

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Good pings come in small packets.

