all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29495: Remember last file where a variable was changed
@ 2017-11-28 23:30 積丹尼 Dan Jacobson
  0 siblings, 0 replies; only message in thread
From: 積丹尼 Dan Jacobson @ 2017-11-28 23:30 UTC (permalink / raw)
  To: 29495; +Cc: yamaoka

Maybe these

    max-specpdl-size is a variable defined in ‘C source code’.
    Its value is 1335
    Original value was 1300

      This variable may be risky if used as a file-local variable.

    Documentation:
    Limit on number of Lisp variable bindings and ‘unwind-protect’s.
    If Lisp code tries to increase the total number past this amount,
    an error is signaled.
    You can safely use a value considerably larger than the default value,
    if that proves inconveniently small.  However, if you increase it too far,
    Emacs could run out of memory trying to make the stack bigger.
    Note that this limit may be silently increased by the debugger
    if ‘debug-on-error’ or ‘debug-on-quit’ is set.

    You can customize this variable.

should not only keep a record that a value was changed, but also at
least the name of the last file that changed it. (As I can't seem to
find where it got changed.)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-28 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28 23:30 bug#29495: Remember last file where a variable was changed 積丹尼 Dan Jacobson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.