emacs-devel
[Top][All Lists]
Advanced

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

Re: hexl: doesn't play nicely with dynamic-completion-mode


From: Stefan Monnier
Subject: Re: hexl: doesn't play nicely with dynamic-completion-mode
Date: Mon, 10 Sep 2007 10:14:20 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

>> Here's a more elegant and general version of the fix.
>> Does it work in your test case?

> Yes, but we need to do the same in
> completion-separator-self-insert-autofilling as well, or pressing SPC
> corrupts the hexl buffer.

hexl-mode should probably install a before-change-function that checks that
this-command is among the supported ones.  This won't fix those problems,
but will at least catch them before they corrupt the buffer.


        Stefan




reply via email to

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