emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: partial-completion-mode and M-TAB


From: David Hansen
Subject: Re: partial-completion-mode and M-TAB
Date: Wed, 07 Mar 2007 12:45:08 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

On Wed, 07 Mar 2007 10:59:57 +0100 Kim F. Storm wrote:

> Richard Stallman <address@hidden> writes:
>
>>     M-x partial-completion-mode
>>
>>     open some c file:
>>
>>     M-TAB runs the command PC-lisp-complete-symbol
>>
>> The problem is the fact that partial-completion-mode rebinds this
>> command.  The clean way to do it would be by setting hooks.  However,
>> I guess there is no suitable hook in lisp-complete-symbol that can
>> call a different general completion mechanism.
>>
>> As a stopgap, partial-completion-mode could rebind the command
>> lisp-complete-symbol to PC-lisp-complete-symbol.
>
> Does the following patch give good results?
>

Work fine here.  Thanks.

David





reply via email to

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