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

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

Re: using icicle to complete evil ex arguments?


From: Stefan Monnier
Subject: Re: using icicle to complete evil ex arguments?
Date: Sun, 09 Nov 2014 09:39:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>   (let (after-change-functions)

Don't!  Most likely you want to bind inhibit-modification-hooks instead
(tho doing it around code which really changes the buffer's content
such as completion-at-point is probably wrong since it can break syntax
highlighting among various other things).


        Stefan




reply via email to

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