GNU bug report logs - #70041
30.0.50; mouse-autoselect-window causes unexpected scroll

Previous Next

Package: emacs;

Reported by: Deric Bytes <dericbytes <at> gmail.com>

Date: Wed, 27 Mar 2024 23:17:01 UTC

Severity: normal

Tags: unreproducible

Found in version 30.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Deric Bytes <dericbytes <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: martin rudalics <rudalics <at> gmx.at>, 70041 <at> debbugs.gnu.org
Subject: bug#70041: 30.0.50; mouse-autoselect-window causes unexpected scroll
Date: Thu, 28 Mar 2024 11:58:55 +0000
[Message part 1 (text/plain, inline)]
[Sorry if duplicate, just saw message in last email that I should reply to
All]

I have a reproducable example.

-  `mouse-autoselect-window' does not make a difference.
-  need a tilda in the address
- need to be in full screen

emacs -q -mm -l test.el


  (let ((shell-cmd "ls -la")
        (output-buffer "my-buf")
        (default-directory "/scpx:bangmyhead <at> 192.168.0.46:~")
        (process-name "my-proc"))
    (start-file-process-shell-command
     process-name
     (get-buffer-create output-buffer)
     shell-cmd)
    (switch-to-buffer output-buffer)
    (with-current-buffer output-buffer
      (goto-char (point-min))
      (find-file-other-window "ooo")))

On Thu, 28 Mar 2024 at 11:50, Eli Zaretskii <eliz <at> gnu.org> wrote:

> [Please use Reply All to reply, to keep the bug tracker CC'ed.]
>
> > From: Deric Bytes <dericbytes <at> gmail.com>
> > Date: Thu, 28 Mar 2024 10:55:33 +0000
> >
> > Eli, I tried with your code and I could not reproduce it. I tried my
> code and could not reproduce it. I tried
> > restarting emacs -q multiple times and I got the problem again whilst
> tweaking but I can not create a case that
> > reproduces every time.
> >
> > I always get it in my main config but that contains so much code and the
> code was written when I was totally
> > clueless and has been causing me problems for ages. I am happy to build
> with something other than GTK and
> > see if that fixes my main emacs config. What do you recommend?
>
> Sorry, I don't know what to recommend.  You could try some other
> toolkit, like Lucid, or maybe no toolkit at all.
>
> Martin, any ideas for how to reproduce this, or maybe what could be
> the problem?
>
[Message part 2 (text/html, inline)]

This bug report was last modified 1 year and 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.