From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rob Wolfe Newsgroups: gmane.emacs.help Subject: Re: Take effect on changes in .emacs without closing emacs Date: Wed, 16 Apr 2008 21:58:38 +0200 Organization: "Portal Gazeta.pl -> http://www.gazeta.pl" Message-ID: <87od898tch.fsf@merkury.smsnet.pl> References: <9caa44ec-01a0-4638-a4ea-d819525400a5@w5g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208379192 9403 80.91.229.12 (16 Apr 2008 20:53:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Apr 2008 20:53:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 16 22:53:50 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JmERG-0003vP-Cr for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2008 22:41:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmEQb-0004Ya-SG for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2008 16:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!newsfeed.pionier.net.pl!newsfeed.gazeta.pl!news.gazeta.pl!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 79.175.204.255 Original-X-Trace: inews.gazeta.pl 1208375896 4912 79.175.204.255 (16 Apr 2008 19:58:16 GMT) Original-X-Complaints-To: usenet@agora.pl Original-NNTP-Posting-Date: Wed, 16 Apr 2008 19:58:16 +0000 (UTC) Cancel-Lock: sha1:EUagUBh6dST9M3L4JH698VuZelg= X-User: rw8899 User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:157976 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53342 Archived-At: istillshine@gmail.com writes: > How to see the results of my change of .emacs without exiting emacs? I use this function: ;; reload the init file (defun reload () "Reload the .emacs file" (interactive "*" ) (load-file ".emacs")) HTH, Rob