Hi, > Also, it defines `C-c.' keys discouraged by elisp coding conventions. From > the elisp manual: > > : D.2 Key Binding Conventions > : =========================== > : > : * Sequences consisting of `C-c' followed by a control character or a > : digit are reserved for major modes. > : > : * Sequences consisting of `C-c' followed by `{', `}', `<', `>', `:' > : or `;' are also reserved for major modes. > : > : * Sequences consisting of `C-c' followed by any other punctuation > : character are allocated for minor modes. Using them in a major > : mode is not absolutely prohibited, but if you do that, the major > : mode binding may be shadowed from time to time by minor modes. > > I suggest the prefix `C-cC-c' instead.
I believe it's no problem, because: - `C-c' followed by punctuation character other than `{', `}', `<', `>', `:' or `;' are allocated for minor modes. - `C-c.' is suitable for minor mode. - quilt-el is minor mode. Thanks, Satoru -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org