emacs-devel
[Top][All Lists]
Advanced

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

Re: python-mode: do not deactivate mark when shifting


From: Kim F. Storm
Subject: Re: python-mode: do not deactivate mark when shifting
Date: Tue, 20 Feb 2007 23:32:05 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

David Reitter <address@hidden> writes:

> Please consider installing this if it's not a "dangerous" change.

I cannot comment on the merits of this change (I don't use Python
myself), but I can comment on the patch itself:

Rather than setting deactivate-mark explictly, we usually write it
like this:

         (let (deactivate-mark)
           (indent-rigidly ...))


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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