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: Galen Boyer
Subject: Re: Who's at fault with the key-map issues?
Date: 16 Nov 2002 19:10:52 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

On Sat, 16 Nov 2002, kai.grossjohann@uni-duisburg.de wrote:
> 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.

I thought this as well.

I'll change my local copy and contact the authors.
-- 
Galen deForest Boyer
Sweet dreams and flying machines in pieces on the ground.


reply via email to

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