--- Begin Message ---
Subject: |
28.2; sql interactive mode prints output of executed query where the pointer is instead of the bottom of the buffer |
Date: |
Fri, 20 Dec 2024 13:47:08 -0300 |
User-agent: |
Mozilla Thunderbird |
Hi, after updating to Emacs 28 I noticed that when I execute a command in a
sql-mode buffer connected to a sql-interactive-mode buffer, it prints the
output where the pointer is at in the SQLi buffer, and if the pointer is not at
the end, it messes up what was already printed, so I have to keep track where
the pointer is before executing a query. I don´t remember seeing this behavior
in Emacs 27, and it looks like a bug to me. I don't see how printing the output
of a query in the middle of another output could be useful.
To reproduce:
1. Open sql-mode buffer conntected to a SQLi buffer
2. Run a sql query
3. Move the pointer to a line that has the previous output printed
4. Run another sql query
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#74996: 28.2; sql interactive mode prints output of executed query where the pointer is instead of the bottom of the buffer |
Date: |
Sat, 21 Dec 2024 08:35:16 +0200 |
> Date: Fri, 20 Dec 2024 17:34:12 -0300
> Cc: 74996@debbugs.gnu.org
> From: José Júnior <jjnilton@gmail.com>
>
> Just tried on Emacs 30 (emacs-30.0.93) and could not reproduce the bug.
Great, thanks. So I'm therefore closing this bug.
--- End Message ---