> icomplete-mode somehow deactivates an activated region when
> transient-mark-mode is active.  In order to see this behavior, start
> Emacs with `emacs -Q' and copy the following function into the
> *scratch* buffer.

> (defun foo ()
>   (interactive)
>   (icomplete-mode 1)
>   (transient-mark-mode 1)
>   (set-mark (point))
>   (beginning-of-line 0))

I must say I don't understand the above code.
Does AUCTeX's code do something like the above?  If not, could you try to
give a description closer to what AUCTeX does?

I have no clue what's going on, really: the mark's active state is usually
properly preserved by icomplete, so I need more info to understand
what's happening.


        Stefan


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to