From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Undo-limit default Date: Sun, 7 Dec 2008 00:15:54 -0800 (PST) Message-ID: <200812070815.mB78Fsnc013314@mothra.ics.uci.edu> References: <873ah0n4xc.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228637780 16027 80.91.229.12 (7 Dec 2008 08:16:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2008 08:16:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 07 09:17:25 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L9EpQ-0003qc-LM for ged-emacs-devel@m.gmane.org; Sun, 07 Dec 2008 09:17:24 +0100 Original-Received: from localhost ([127.0.0.1]:41412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9EoF-0002BB-NA for ged-emacs-devel@m.gmane.org; Sun, 07 Dec 2008 03:16:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9EoA-00029o-T3 for emacs-devel@gnu.org; Sun, 07 Dec 2008 03:16:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9EoA-00029F-0s for emacs-devel@gnu.org; Sun, 07 Dec 2008 03:16:06 -0500 Original-Received: from [199.232.76.173] (port=47912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9Eo9-000290-Ov for emacs-devel@gnu.org; Sun, 07 Dec 2008 03:16:05 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:24531) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L9Eo9-0002ZB-Aj for emacs-devel@gnu.org; Sun, 07 Dec 2008 03:16:05 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9Eo7-0008Jy-ID for emacs-devel@gnu.org; Sun, 07 Dec 2008 03:16:03 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mB78FsPZ013899; Sun, 7 Dec 2008 00:15:55 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mB78Fsnc013314; Sun, 7 Dec 2008 00:15:54 -0800 (PST) In-Reply-To: <873ah0n4xc.fsf@cyd.mit.edu> (Chong Yidong's message of "Sat, 06 Dec 2008 20:35:11 -0500") Original-Lines: 9 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mB78FsPZ013899 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by mx20.gnu.org: Solaris 10 (beta) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:106644 Archived-At: Chong Yidong writes: > A user reported bug#1501 after inadvertently encountering the undo > limit. The default is 20kb. Does anyone on this list find this too > low, considering how much memory computers possess these days? I do, I had to increase it in my .emacs a while ago because I kept hitting the limit. But I don't have any suggestion what a good value would be.