# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1358456356 18000 # Node ID a9f5aa6bc42c0231d76120c9074c952cf94fadb3 # Parent 66bf6a7cc43411de37eee5af83c420d95343e96e Allow gud to display 1000 stack frames, up from 100 diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -256,7 +256,7 @@ '(ediff-split-window-function (quote split-window-horizontally)) '(erc-input-line-position 0 t) '(erc-modules (quote (highlight-nicknames scrolltobottom completion autojoin button fill irccontrols list match menu move-to-prompt netsplit networks noncommands readonly ring stamp track))) - '(gdb-max-frames 100) + '(gdb-max-frames 1000) '(global-font-lock-mode t nil (font-lock)) '(gud-pdb-command-name "pdb") '(indent-tabs-mode nil)