unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7134: 24.0.50; Mac OS X X11 mode line highlighting not following mouse in daemon mode
@ 2010-09-29 16:11 Bob Nnamtrop
  2010-11-03 22:49 ` bug#7134: setting mouse-autoselect-window Bob Nnamtrop
  2021-06-02  8:56 ` bug#7134: mode-line active/inactive face not following mouse in daemon mode Lars Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Bob Nnamtrop @ 2010-09-29 16:11 UTC (permalink / raw)
  To: 7134

[-- Attachment #1: Type: text/plain, Size: 1788 bytes --]

I use emacs on Mac OS X in X11 and for some time this bug has been present
(23.1, 23.2, bzr trunk).  If emacs is started in daemon mode

emacs -Q --daemon

and then a frame is brought up using

emacsclient -n -c

and then another frame is made from the first one using

C-x 5 2

Now is the mouse is moved between them then focus follows the mouse (as I
have setup in the window manager) and I can type in the correct frame.  BUT
the mode line is not highlighted correctly as I move the mouse.  The
original frame keeps the highlighting no matter where the mouse is.  If I
click on the second frame then the mode line highlighting moves there but
then it says there (ie, doesn't mode with the mouse).

Note that this only happens if emacs is started in daemon mode (or with M-x
server-start).  If emacs is started normally then the mode line highlighting
follows the mouse as it should.

Bob

In GNU Emacs 24.0.50.2 (i386-apple-darwin9.8.0, GTK+ Version 2.20.1)
 of 2010-09-29 on ***
Windowing system distributor `The X.Org Foundation', version 11.0.10802000
configured using `configure  '--prefix=/Users/***/local-emacs-bzr''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

[-- Attachment #2: Type: text/html, Size: 1982 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7134: setting mouse-autoselect-window
  2010-09-29 16:11 bug#7134: 24.0.50; Mac OS X X11 mode line highlighting not following mouse in daemon mode Bob Nnamtrop
@ 2010-11-03 22:49 ` Bob Nnamtrop
  2021-06-02  8:56 ` bug#7134: mode-line active/inactive face not following mouse in daemon mode Lars Ingebrigtsen
  1 sibling, 0 replies; 4+ messages in thread
From: Bob Nnamtrop @ 2010-11-03 22:49 UTC (permalink / raw)
  To: 7134

I just noticed that setting mouse-autoselect-window to t fixes this
problem, even though the original problem is an issue between frames
and this variable is suppose to affect windows.  Just thought this may
help someone if they looked into the original problem.

Bob





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7134: mode-line active/inactive face not following mouse in daemon mode
  2010-09-29 16:11 bug#7134: 24.0.50; Mac OS X X11 mode line highlighting not following mouse in daemon mode Bob Nnamtrop
  2010-11-03 22:49 ` bug#7134: setting mouse-autoselect-window Bob Nnamtrop
@ 2021-06-02  8:56 ` Lars Ingebrigtsen
  2021-06-30 13:21   ` Lars Ingebrigtsen
  1 sibling, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-02  8:56 UTC (permalink / raw)
  To: Bob Nnamtrop; +Cc: 7134

Bob Nnamtrop <bobnnamtrop@gmail.com> writes:

> I use emacs on Mac OS X in X11 and for some time this bug has been present (23.1,
> 23.2, bzr trunk).  If emacs is started in daemon mode 
>
> emacs -Q --daemon
>
> and then a frame is brought up using
>
> emacsclient -n -c
>
> and then another frame is made from the first one using
>
> C-x 5 2
>
> Now is the mouse is moved between them then focus follows the mouse (as I have
> setup in the window manager) and I can type in the correct frame.  BUT the mode line
> is not highlighted correctly as I move the mouse.

(I'm going through old bug reports that unfortunately got no response at
the time.)

Are you still seeing this issue in recent versions of Emacs?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#7134: mode-line active/inactive face not following mouse in daemon mode
  2021-06-02  8:56 ` bug#7134: mode-line active/inactive face not following mouse in daemon mode Lars Ingebrigtsen
@ 2021-06-30 13:21   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-30 13:21 UTC (permalink / raw)
  To: Bob Nnamtrop; +Cc: 7134

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Are you still seeing this issue in recent versions of Emacs?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-30 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-29 16:11 bug#7134: 24.0.50; Mac OS X X11 mode line highlighting not following mouse in daemon mode Bob Nnamtrop
2010-11-03 22:49 ` bug#7134: setting mouse-autoselect-window Bob Nnamtrop
2021-06-02  8:56 ` bug#7134: mode-line active/inactive face not following mouse in daemon mode Lars Ingebrigtsen
2021-06-30 13:21   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).