help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Who's at fault with the key-map issues?


From: Kai Großjohann
Subject: Re: Who's at fault with the key-map issues?
Date: Sat, 16 Nov 2002 19:56:54 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Galen Boyer <galenboyer@hotpop.com> writes:

> sqml-mode sets part of sgml-mode-map with
>     (define-key map "\C-c\C-f" 'sgml-skip-tag-forward)
>
> psgml-mode sets part of sgml-mode-map with
>     (define-key sgml-mode-map "\C-c\C-f\C-e" 'sgml-fold-element)
>     (define-key sgml-mode-map "\C-c\C-f\C-r" 'sgml-fold-region)
>     (define-key sgml-mode-map "\C-c\C-f\C-s" 'sgml-fold-subelement)
>     (define-key sgml-mode-map "\C-c\C-f\C-x" 'sgml-expand-element)
>
>
> These clash when something like the following is in files that
> get loaded.

The solution, I think, is to change psgml to use symbol names
psgml-foo instead of sgml-foo.

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)


reply via email to

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