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

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

.emacs key maps are overwritten by php-mode


From: Stefan Horomnea
Subject: .emacs key maps are overwritten by php-mode
Date: Thu, 04 May 2006 22:17:17 +0300
User-agent: Thunderbird 1.5.0.2 (X11/20060420)

Hello,
I write something in my .emacs file like this:
(global-set-key [(control ?d)] 'kill-ring-save)

This works fine, in other modes (text, html, etc.). But when I open a php file, my Ctrl+d instead of kill-ring-save does c-electric-delete-forward . And I have several commands in my .emacs file, that are broken by the loading of the php-mode. What's the catch ?

Thank you.

Stefan




reply via email to

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