Jun 26, 2022, 15:01 by larsi@gnus.org: > Visuwesh writes: > >> Ah indeed, that would be nice. The following patch does the job for me >> but maybe there's a cleaner way to do this? >> > > [...] > >> - (delete-window (posn-window (event-start click))))) >> + (when (eq (posn-window (event-end click)) >> + (posn-window (event-start click))) >> + (delete-window (posn-window (event-start click)))))) >> > > I think it makes sense to change the behaviour here, but this doesn't > seem to do the trick for me? I.e., on the mode line, and then > moving the pointer out of the mode line, and then releasing it still > deletes the window. > Have made a suggestion to remove the programming or hypertext major-mode name in the mode-line.  It is usually understood that programming and hypertext files use the corresponding mode for the language. > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no >