From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: .emacs is not getting executed Date: Fri, 21 Nov 2008 11:01:48 +0100 Message-ID: <016CC2AD-2FD3-4A06-BFA5-354C52A856A7@Web.DE> References: <4926308D.9030506@cdotb.ernet.in> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227261749 6750 80.91.229.12 (21 Nov 2008 10:02:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Nov 2008 10:02:29 +0000 (UTC) Cc: GnuEmacs Help To: asd@cdotb.ernet.in Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 21 11:03:31 2008 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 1L3SrK-0008Ir-Mc for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 11:03:30 +0100 Original-Received: from localhost ([127.0.0.1]:60298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3SqC-00052s-01 for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Nov 2008 05:02:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3Sps-00052n-2Q for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 05:02:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3Spq-00052a-KI for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 05:01:59 -0500 Original-Received: from [199.232.76.173] (port=49550 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3Spq-00052V-Gw for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 05:01:58 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:39401) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3Spr-0001dV-4c for help-gnu-emacs@gnu.org; Fri, 21 Nov 2008 05:01:59 -0500 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id D72C9F4A64D2; Fri, 21 Nov 2008 11:01:56 +0100 (CET) Original-Received: from [91.35.220.11] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1L3Spn-0001DF-00; Fri, 21 Nov 2008 11:01:55 +0100 In-Reply-To: <4926308D.9030506@cdotb.ernet.in> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+QZiGhuIUxaVf6eGG0jFYJn5AIZhlE+DBWUuAO ujFuDCyDN7ch2o9xZyr2ETmfgcnJPSAeGsq3Wn+0fZQmC7JGMs EbkQBeZ7FRjtYumbSrrw== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:59995 Archived-At: Am 21.11.2008 um 04:52 schrieb Anand S. Dhankshirur: > I changed the key binding .emacs it is not getting changed when i > started the emacs again. Check the syntax! Best in GNU Emacs 22, it has an up-to-date documentation. Put before and after the key binding statement these statements: (message "Hi! Greetings from GNU Emacs %s! This is before key binding action." emacs-version) (message "Hi again! Another greetings from %s! This is *after* key binding action." emacs-major-version) And then look into *Messages* ... OK, some conclusion would be needed, too. -- Greetings Pete Remember: use logout to logout.