Richard Stallman <[EMAIL PROTECTED]> writes:

>     (defvar fortran-mode-map
>       ...   ; define-key bindings
>       (easy-menu-define fortran-menu map "Menu for Fortran mode."
>         '("Fortran Comment" :filter
>           (lambda (&rest junk) (custom-menu-create 'fortran-comment))))
>       ...)
>
>     When this item is in the mode map, selecting any menu item seems to
>     deactivate the mark, if it was defined by dragging with the mouse. Eg:
>
> Is it possible that custom-menu-create does something to deactivate
> the mark?

Yes.  I already checked in a fix to bind deactivate-mark in
`custom-group-menu-create'.



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to