From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Undo limit variables in Emacs Manual Date: Sun, 29 Jan 2006 13:10:48 -0500 Message-ID: <878xsyucpj.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138559310 964 80.91.229.2 (29 Jan 2006 18:28:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Jan 2006 18:28:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 29 19:28:29 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 1F3HHl-0004cH-Jb for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2006 19:28:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3HKg-00039X-Fb for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2006 13:31:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3H3n-0000LO-C1 for emacs-devel@gnu.org; Sun, 29 Jan 2006 13:13:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3H3j-0000ID-3i for emacs-devel@gnu.org; Sun, 29 Jan 2006 13:13:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3H3h-0000HS-QS for emacs-devel@gnu.org; Sun, 29 Jan 2006 13:13:53 -0500 Original-Received: from [18.95.5.111] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3H1o-0005J8-MT; Sun, 29 Jan 2006 13:11:56 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id A77481E4329; Sun, 29 Jan 2006 13:10:48 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Sun, 29 Jan 2006 11:47:02 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:49687 Archived-At: "Richard M. Stallman" writes: > The variables undo-limit, undo-strong-limit and undo-outer-limit are > in basic.texi because that's where undo is documented, but they are > anything but basic. I think they are important enough to be mentioned > in the manual. I'd like to move their documentation to a different > place in the manual, but I am not sure where. > > Can anyone suggest a good place? One possibility is to make a new subsection of Using Multiple Buffers, which discusses the maximum size (currently described in Using Multiple Buffers) and undo limit size of each buffer.