help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .emacs is not getting executed


From: Peter Dyballa
Subject: Re: .emacs is not getting executed
Date: Fri, 21 Nov 2008 11:01:48 +0100


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)
        <some key binding>
(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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]