emacs-devel
[Top][All Lists]
Advanced

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

Re: diff-mode documentation


From: Richard Stallman
Subject: Re: diff-mode documentation
Date: Tue, 14 Mar 2006 12:46:05 -0500

    +    ("\C-ca" . diff-ediff-patch)
    +    ("\C-cr" . diff-reverse-direction)
    +    ("\C-cu" . diff-context->unified)
    +    ("\C-cc" . diff-unified->context)

Those key sequences are reserved for users (see the Tips appendix
in the Lisp Manual).  You need to use key sequences in the space
reserved for major modes (since Diff mode is a major mode).

    +    ("\C-c\C-k" . diff-file-kill)

That is ok.




reply via email to

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