GNU bug report logs - #5039
23.1.50; Info-index and Info-search should share the same history

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Wed, 25 Nov 2009 20:45:05 UTC

Severity: wishlist

Tags: wontfix

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 5039 in the body.
You can then email your comments to 5039 AT debbugs.gnu.org in the normal way.

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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#5039; Package emacs. (Wed, 25 Nov 2009 20:45:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to jidanni <at> jidanni.org:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 25 Nov 2009 20:45:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: jidanni <at> jidanni.org
Cc: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; Info-index and Info-search should share the same history
Date: Thu, 26 Nov 2009 03:05:32 +0800
Info-index and Info-search should share the same
minbuffer previous-history-element etc. history.

As it is often that if the first finds nothing, we want to try the same
string with the second.

In GNU Emacs 23.1.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.3)
 of 2009-11-15 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20091115-1)



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#5039; Package emacs. (Wed, 25 Nov 2009 21:35:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juri Linkov <juri <at> jurta.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 25 Nov 2009 21:35:05 GMT) Full text and rfc822 format available.

Message #10 received at 5039 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Juri Linkov <juri <at> jurta.org>
To: jidanni <at> jidanni.org
Cc: 5039 <at> debbugs.gnu.org
Subject: Re: bug#5039: 23.1.50; Info-index and Info-search should share the same history
Date: Wed, 25 Nov 2009 23:27:29 +0200
> Info-index and Info-search should share the same
> minbuffer previous-history-element etc. history.
>
> As it is often that if the first finds nothing, we want to try the same
> string with the second.

I second that.  All related commands should share the same history,
e.g. `Info-index', `C-h f', `C-h v', etc.

-- 
Juri Linkov
http://www.jurta.org/emacs/



Severity set to 'wishlist' from 'normal' Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> debbugs.gnu.org. (Fri, 01 Jan 2010 17:45:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5039; Package emacs. (Sun, 13 Oct 2019 20:03:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Juri Linkov <juri <at> jurta.org>
Cc: 5039 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#5039: 23.1.50; Info-index and Info-search should share the
 same history
Date: Sun, 13 Oct 2019 22:02:38 +0200
Juri Linkov <juri <at> jurta.org> writes:

>> Info-index and Info-search should share the same
>> minbuffer previous-history-element etc. history.
>>
>> As it is often that if the first finds nothing, we want to try the same
>> string with the second.
>
> I second that.  All related commands should share the same history,
> e.g. `Info-index', `C-h f', `C-h v', etc.

They all seem to share the same history (the global one) except
Info-search, which takes a regexp and has its own history.

I do think Dan's request makes sense (i.e., trying Info-index and then
Info-search is probably common), but since one is a string and the other
a regexp, do we want to get rid of the separate history for the latter?

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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5039; Package emacs. (Sat, 02 Nov 2019 05:14:01 GMT) Full text and rfc822 format available.

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

From: Stefan Kangas <stefan <at> marxist.se>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Juri Linkov <juri <at> jurta.org>, 5039 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#5039: 23.1.50; Info-index and Info-search should share the
 same history
Date: Sat, 02 Nov 2019 06:13:08 +0100
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Juri Linkov <juri <at> jurta.org> writes:
>
>>> Info-index and Info-search should share the same
>>> minbuffer previous-history-element etc. history.
>>>
>>> As it is often that if the first finds nothing, we want to try the same
>>> string with the second.
>>
>> I second that.  All related commands should share the same history,
>> e.g. `Info-index', `C-h f', `C-h v', etc.
>
> They all seem to share the same history (the global one) except
> Info-search, which takes a regexp and has its own history.
>
> I do think Dan's request makes sense (i.e., trying Info-index and then
> Info-search is probably common), but since one is a string and the other
> a regexp, do we want to get rid of the separate history for the latter?

My vote would be to keep the separate histories, since the type is
different.  It would be confusing to find regexps in the history when
searching for strings.

Perhaps we could, as a special case, make Info-index pull in the first
item from Info-search on the first invocation of M-p, but I don't know
if it's worth the effort.

Best regards,
Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5039; Package emacs. (Sat, 02 Nov 2019 15:03:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: Juri Linkov <juri <at> jurta.org>, 5039 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#5039: 23.1.50; Info-index and Info-search should share the
 same history
Date: Sat, 02 Nov 2019 16:02:14 +0100
Stefan Kangas <stefan <at> marxist.se> writes:

> My vote would be to keep the separate histories, since the type is
> different.  It would be confusing to find regexps in the history when
> searching for strings.

Yup.

> Perhaps we could, as a special case, make Info-index pull in the first
> item from Info-search on the first invocation of M-p, but I don't know
> if it's worth the effort.

No, I don't think so, so I'm closing this bug report.

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




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 02 Nov 2019 15:03:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 5039 <at> debbugs.gnu.org and jidanni <at> jidanni.org Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 02 Nov 2019 15:03:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#5039; Package emacs. (Sat, 02 Nov 2019 15:21:01 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Stefan Kangas <stefan <at> marxist.se>, Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 5039 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: RE: bug#5039: 23.1.50; Info-index and Info-search should share the
 same history
Date: Sat, 2 Nov 2019 08:19:53 -0700 (PDT)
> My vote would be to keep the separate histories, since the type is
> different.  It would be confusing to find regexps in the history when
> searching for strings.

+1 for keeping separate histories.

> Perhaps we could, as a special case, make Info-index pull in the first
> item from Info-search on the first invocation of M-p, but I don't know
> if it's worth the effort.

-1.  (Not in favor of that.)




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 01 Dec 2019 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 139 days ago.

Previous Next


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