Shashank Khanvilkar <[EMAIL PROTECTED]> writes:

> Hi,
> I have defined the following in my .emacs file
> $>cat .emacs
> --Snip--
> (global-set-key [delete] 'delete-char)
> (global-set-key [kp-delete] 'delete-char)global-set-key [f1] 'dired)
There is an error here: -------------------^

> (global-set-key [f2] 'dired-omit-toggle)
> (global-set-key [f3] 'shell)
> (global-set-key [f4] 'find-file)
> (global-set-key [f5] 'compile)
> (global-set-key [f6] 'visit-tags-table)
> (global-set-key [f8] 'add-change-log-entry-other-window)
> (global-set-key [f12] 'make-frame)
> --Snip--

To debug errors in ~/.emacs, launch emacs with: emacs --debug-init
> However none of these mapped keys work. Am i forgetting to do something?
> All help appreciated.

Check the key binding, type: C-h k DEL  then: C-h k F12

> Also where can i see error logs that emacs might spit out.

In the buffer: *Message*

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
Wanna go outside.
Oh, no! Help! I got outside!
Let me back inside!
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to