all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Dan Nicolaescu <dann@ics.uci.edu>
Subject: bug#2989: marked as done (implement bash's ignoredups)
Date: Tue, 14 Apr 2009 01:30:03 +0000	[thread overview]
Message-ID: <handler.2989.D2989.123967205125568.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 87d4bgt88e.fsf@jidanni.org

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


Your message dated Mon, 13 Apr 2009 18:20:38 -0700 (PDT)
with message-id <200904140120.n3E1Kbm2006695@godzilla.ics.uci.edu>
and subject line Re: bug#2989: implement bash's ignoredups
has caused the Emacs bug report #2989,
regarding implement bash's ignoredups
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2989: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2989
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2728 bytes --]

From: jidanni@jidanni.org
To: bug-gnu-emacs@gnu.org
Subject: implement bash's ignoredups
Date: Tue, 14 Apr 2009 08:00:17 +0800
Message-ID: <87d4bgt88e.fsf@jidanni.org>

M-p (translated from <escape> p) runs the command previous-history-element

Which gets rather frustrating when one runs into a long patch of the
same command, e.g.,

(compile "make" nil)
(compile "make" nil)
(compile "make" nil)

That's because emacs hasn't implement bash's ignoredups:

       HISTCONTROL

              ...value of
              ignoredups causes lines matching the previous history
              entry to not be saved...A value of erasedups
              causes all previous lines matching the current line to be
              removed from the history list before that line is saved.

Note I'm not talking about the *shell* buffer, but instead
repeat-complex-command's previous-history-element etc.




[-- Attachment #3: Type: message/rfc822, Size: 2867 bytes --]

From: Dan Nicolaescu <dann@ics.uci.edu>
To: jidanni@jidanni.org
Cc: 2989-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2989: implement bash's ignoredups
Date: Mon, 13 Apr 2009 18:20:38 -0700 (PDT)
Message-ID: <200904140120.n3E1Kbm2006695@godzilla.ics.uci.edu>

jidanni@jidanni.org writes:

  > M-p (translated from <escape> p) runs the command previous-history-element
  > 
  > Which gets rather frustrating when one runs into a long patch of the
  > same command, e.g.,
  > 
  > (compile "make" nil)
  > (compile "make" nil)
  > (compile "make" nil)
  > 
  > That's because emacs hasn't implement bash's ignoredups:
  > 
  >        HISTCONTROL
  > 
  >               ...value of
  >               ignoredups causes lines matching the previous history
  >               entry to not be saved...A value of erasedups
  >               causes all previous lines matching the current line to be
  >               removed from the history list before that line is saved.
  > 
  > Note I'm not talking about the *shell* buffer, but instead
  > repeat-complex-command's previous-history-element etc.

emacs/etc/NEWS.22
*** New user option `history-delete-duplicates'.
If set to t when adding a new history element, all previous identical
elements are deleted from the history list.


  reply	other threads:[~2009-04-14  1:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200904140120.n3E1Kbm2006695@godzilla.ics.uci.edu>
2009-04-14  0:00 ` bug#2989: implement bash's ignoredups jidanni
2009-04-14  1:30   ` Emacs bug Tracking System [this message]
2009-04-15  0:20   ` bug#2989: marked as done (history-delete-duplicates does not apply to command history) Emacs bug Tracking System
2009-04-14  1:33 ` bug#2989: implement bash's ignoredups jidanni
2009-04-14  2:01   ` Dan Nicolaescu
2009-04-14  2:07     ` bug#2989: history-delete-duplicates does not apply to command history jidanni
2009-04-14  2:15       ` Processed: " Emacs bug Tracking System
2009-04-14  5:14       ` bug#2989: " Jason Rumney
2009-04-14  5:42         ` jidanni
2009-04-14  5:33       ` Dan Nicolaescu
2009-04-14 13:04         ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.2989.D2989.123967205125568.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=dann@ics.uci.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.