emacs-devel
[Top][All Lists]
Advanced

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

Re: CUA and crisp: missing integration


From: Kim F. Storm
Subject: Re: CUA and crisp: missing integration
Date: 08 Mar 2003 21:43:18 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

address@hidden (Kai Großjohann) writes:

> I needed to do (setq cua-movement-commands '(crisp-home crisp-end))
> to make CUA and crisp interoperate.  I suggest that they interoperate
> by default.
> 
> But where to put it?  In CUA or in crisp?  Or both?

I suggest putting

(eval-after-load 'cua
  (progn
    (add-to-list 'cua--standard-movement-commands 'crisp-home)
    (add-to-list 'cua--standard-movement-commands 'crisp-end)))

into crisp.el

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





reply via email to

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