From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [jidanni@jidanni.org: comint.el has just got to implement bash's history-preserve-point] Date: Tue, 28 Nov 2006 22:29:04 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1164770977 2044 80.91.229.2 (29 Nov 2006 03:29:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 03:29:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 04:29:37 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpG8b-0004Nc-3E for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 04:29:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpG8a-0003qK-JS for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 22:29:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpG8A-0003jw-7N for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:29:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpG89-0003ja-Il for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:29:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpG89-0003jU-EV for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:29:05 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpG89-0001pW-6B for emacs-devel@gnu.org; Tue, 28 Nov 2006 22:29:05 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.52) id 1GpG88-00082P-7z; Tue, 28 Nov 2006 22:29:04 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63008 Archived-At: Someone might want to implement this (but I don't know if we should install it now). ------- Start of forwarded message ------- To: emacs-pretest-bug@gnu.org From: Dan Jacobson Date: Mon, 27 Nov 2006 23:46:34 +0800 Subject: comint.el has just got to implement bash's history-preserve-point X-Spam-Status: No, score=1.1 required=5.0 tests=SUBJ_HAS_UNIQ_ID autolearn=no version=3.0.4 comint.el has just got to implement bash's: history-preserve-point (default: Off) If set to on, the history code attempts to place point at the same location on each history line retrieved with previous-history or next-history. One would go nuts entering e.g., $ : mm 1 mmmmmmmmmmmm $ : mm 2 mmmmmmmmmmmm $ : mm 3 mmmmmmmmmmmm without it. Hence I resubmit this request. _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------