From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: clearing all lisp definitions Date: Thu, 23 Feb 2006 22:41:18 +0100 Message-ID: <87r75teosh.fsf@hans.local.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140863308 26079 80.91.229.2 (25 Feb 2006 10:28:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 10:28:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 25 11:28:26 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FCwf0-00026X-J6 for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Feb 2006 11:28:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCwf1-0002t3-Kc for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Feb 2006 05:28:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCwaT-0006ef-4a for help-gnu-emacs@gnu.org; Sat, 25 Feb 2006 05:23:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCQ5Q-0004j9-I4 for help-gnu-emacs@gnu.org; Thu, 23 Feb 2006 18:41:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCODq-0002JO-LR for help-gnu-emacs@gnu.org; Thu, 23 Feb 2006 16:42:03 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FCOKd-0007kU-Oi for help-gnu-emacs@gnu.org; Thu, 23 Feb 2006 16:49:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FCODe-0002yJ-6E for help-gnu-emacs@gnu.org; Thu, 23 Feb 2006 22:41:50 +0100 Original-Received: from p54a72082.dip0.t-ipconnect.de ([84.167.32.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Feb 2006 22:41:50 +0100 Original-Received: from dieter by p54a72082.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Feb 2006 22:41:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a72082.dip0.t-ipconnect.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:U9D55FnrHpiltJLbU9eeQONfeV0= 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:33409 Archived-At: Hi friends of Emacs Is there any function which clears all unnecessary lisp definitions in the interpreter and leaves a running Emacs in a state as if just started with -Q? I'm tinkering around with my own mode and I'm concerned that some old remaining definitions might interfere when loading a modified mode file. So I'd prefer to start with a clean slate (without quitting Emacs every time). Thanks -- Best wishes Dieter Wilhelm