[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: delete-selection-mode hard to turn off
From: |
martin rudalics |
Subject: |
Re: delete-selection-mode hard to turn off |
Date: |
Sun, 06 Jan 2008 17:23:31 +0100 |
User-agent: |
Mozilla Thunderbird 1.0 (Windows/20041206) |
I have solved my problem. I find I must put (delete-selection-mode -1)
at the bottom of my 400 line http://jidanni.org/comp/.emacs file.
Putting it in the middle ends up getting it mysteriously toggled back on.
And what happens when you put it around line 300? Or, better, look
where it gets called from in the first place? No part of GNU Emacs but
`pc-selection-mode' and CUA ever turn `delete-selection-mode' on (and
CUA does so iff it was turned on before), hence the culprit must be a
dubious package you obtained from somewhere else.