From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: Create a command-history with timestamps? Date: Thu, 06 Apr 2006 16:08:23 +0200 Message-ID: References: <44340d59$0$570$b45e6eb0@senator-bedfellow.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1144334490 25229 80.91.229.2 (6 Apr 2006 14:41:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 Apr 2006 14:41:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 06 16:41:28 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FRVfc-0000qt-HB for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Apr 2006 16:41:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FRVfc-0003GP-20 for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Apr 2006 10:41:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-X-Trace: individual.net 5hHzKMWIrttGs8wrTMYsNQg+kfXYE79vM0/77oDP+VxqhU5hWC User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:WxFNCbw9X445FViJT2/W0NltDDw= Original-Xref: shelby.stanford.edu gnu.emacs.help:138574 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:34192 Archived-At: mike@mit.edu (Michael T Decerbo) writes: > The command M-x command-history-mode puts you in a buffer with the > current command history, one command to a line. Cool! I did not even know about this command! Seems useful if you want to repeat certain complex commands without wanting to record a macro.