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

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

Re: comment region in fortran mode


From: Chong Yidong
Subject: Re: comment region in fortran mode
Date: Sun, 03 Sep 2006 13:05:02 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> 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'.





reply via email to

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