GNU bug report logs - #79274
30.1; isearch should assume fresh string after hiatus

Previous Next

Package: emacs;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Wed, 20 Aug 2025 00:23:01 UTC

Severity: normal

Tags: notabug, wontfix

Found in version 30.1

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

To reply to this bug, email your comments to 79274 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#79274; Package emacs. (Wed, 20 Aug 2025 00:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 20 Aug 2025 00:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.1; isearch should assume fresh string after hiatus
Date: Wed, 20 Aug 2025 08:22:10 +0800
You know how CTRL+G, CTRL+F search in big name browsers works:
if one does something else for a while and comes back, the browser
assumes that any string entered is a new search, not an addition to the
current string.

E.g., I search for Trump. A few minutes later I then type in Nixon.
Well the browser knows that I now want to search for Nixon, not
"TrumpNixon".

That's how I think Emacs' isearch should work by default.

Yes, you might say "All you need to do is type... first".





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#79274; Package emacs. (Wed, 20 Aug 2025 10:50:01 GMT) Full text and rfc822 format available.

Message #8 received at 79274 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dan Jacobson <jidanni <at> jidanni.org>
Cc: 79274 <at> debbugs.gnu.org
Subject: Re: bug#79274: 30.1; isearch should assume fresh string after hiatus
Date: Wed, 20 Aug 2025 13:49:31 +0300
tags 79274 notabug
thanks

> From: Dan Jacobson <jidanni <at> jidanni.org>
> Date: Wed, 20 Aug 2025 08:22:10 +0800
> 
> You know how CTRL+G, CTRL+F search in big name browsers works:
> if one does something else for a while and comes back, the browser
> assumes that any string entered is a new search, not an addition to the
> current string.
> 
> E.g., I search for Trump. A few minutes later I then type in Nixon.
> Well the browser knows that I now want to search for Nixon, not
> "TrumpNixon".
> 
> That's how I think Emacs' isearch should work by default.

The Emacs behavior is a feature, and a very convenient one.  It makes
it very easy to make small corrections to the previous search string,
where the other applications require you to type the entire modified
string anew.  It would be unthinkable to change this after Emacs
behaved like that for such a long time.

> Yes, you might say "All you need to do is type... first".

Exactly.




Added tag(s) notabug. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 20 Aug 2025 10:50:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#79274; Package emacs. (Thu, 21 Aug 2025 02:22:01 GMT) Full text and rfc822 format available.

Message #13 received at 79274 <at> debbugs.gnu.org (full text, mbox):

From: Richard Stallman <rms <at> gnu.org>
To: Dan Jacobson <jidanni <at> jidanni.org>
Cc: 79274 <at> debbugs.gnu.org
Subject: Re: bug#79274: 30.1; isearch should assume fresh string after hiatus
Date: Wed, 20 Aug 2025 22:21:40 -0400
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

Since this is a feature proposal, not a bug report, let's move it to
emacs-devel <at> gnu.org.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#79274; Package emacs. (Sat, 06 Sep 2025 07:57:02 GMT) Full text and rfc822 format available.

Message #16 received at 79274 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: jidanni <at> jidanni.org
Cc: 79274 <at> debbugs.gnu.org
Subject: Re: bug#79274: 30.1; isearch should assume fresh string after hiatus
Date: Sat, 06 Sep 2025 10:56:10 +0300
tags 79274 notabug wontfix
close 79274
thanks

> Cc: 79274 <at> debbugs.gnu.org
> Date: Wed, 20 Aug 2025 13:49:31 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> 
> tags 79274 notabug
> thanks
> 
> > From: Dan Jacobson <jidanni <at> jidanni.org>
> > Date: Wed, 20 Aug 2025 08:22:10 +0800
> > 
> > You know how CTRL+G, CTRL+F search in big name browsers works:
> > if one does something else for a while and comes back, the browser
> > assumes that any string entered is a new search, not an addition to the
> > current string.
> > 
> > E.g., I search for Trump. A few minutes later I then type in Nixon.
> > Well the browser knows that I now want to search for Nixon, not
> > "TrumpNixon".
> > 
> > That's how I think Emacs' isearch should work by default.
> 
> The Emacs behavior is a feature, and a very convenient one.  It makes
> it very easy to make small corrections to the previous search string,
> where the other applications require you to type the entire modified
> string anew.  It would be unthinkable to change this after Emacs
> behaved like that for such a long time.
> 
> > Yes, you might say "All you need to do is type... first".
> 
> Exactly.

No further comments, so I'm now closing this non-bug.




Added tag(s) wontfix. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 06 Sep 2025 07:57:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 79274 <at> debbugs.gnu.org and Dan Jacobson <jidanni <at> jidanni.org> Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 06 Sep 2025 07:57:03 GMT) Full text and rfc822 format available.

This bug report was last modified 6 days ago.

Previous Next


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