X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=jcoppens.com; h=date:from:to :subject:message-id:mime-version:content-type: content-transfer-encoding; q=dns; s=jcoppens.com; b=f2XSj3KSoyC5 TrdJOCQMgtDBkO3CssuHRyFNFHNsVy/S2U1wLMI/CRIGiA5hCD7612s00Gh7JxJ9 TWtgxVv5pSo3dK3VkDH2HFojDu/un8HMaHQdgBbpAhd2Mld9N+iVYokrGuHcOfca d+NoAMtZdIClAyHtYwSZtYr+XW/lTrs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jcoppens.com; h=date:from :to:subject:message-id:mime-version:content-type: content-transfer-encoding; s=jcoppens.com; bh=gLAdbWg2yVcp78ILDE YBw08+x60=; b=By4PPZBQtmkHCCT/2K3KwLmz8lbkvVvnzZxw4/QYqz8FrWIunD vdjBZim71w/FaNvUyIQN7p+erzUgPVnQSTCBOTPJM7rfras6fZEJGfJe42bDPdTx udgELc9VewJShA4yv7uSoCew4vEirwpXRDiYpoMW/5BwEyFo4N7Iv1YXQ= Date: Fri, 13 Jul 2012 12:21:12 -0300 From: John Coppens To: geda-user AT delorie DOT com Subject: [geda-user] Question/advise/suggestion on gschem 'undo' Message-Id: <20120713122112.3247247ee710b39349b6bc74@jcoppens.com> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.8; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Hello people, Today I modified a previous version of a schematic, and accidently saved it on top of the original version (no comment please). I thought that I could recuperate saving the modified version under another name, then undo-ing the changes. To my surprise the number of levels of undo was very limited. So I checked the rc file and found: ; undo-levels number ; ; Determines the number of levels of undo. Basically this number decides ; how many backup schematics are saved on disk. ; (undo-levels 10) This mentions 'schematics saved on disk'. Q: where? I only found one (## delimited) copy. Also, 10 undo levels seems so limited, particularly if panzoom undo is enabled (by default, it is). Q: why so limited? Are the resources necessary for undo levels so large? Would it be a problem to have, say, 100 or even 500 undo levels? Though the changes I had made were minimal, and this was a rare instance where I made a paper copy of the previous version, I'd like to suggest enabling more levels by default... Particularly with 'panzoom undo' enabled. Thanks, John