all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don provan <dprovan@comcast.net>
Subject: Re: applying changes in .emacs
Date: Sun, 25 Sep 2005 02:13:29 -0700	[thread overview]
Message-ID: <uhdc9se6e.fsf@comcast.net> (raw)
In-Reply-To: mailman.8250.1127491382.20277.help-gnu-emacs@gnu.org

Kevin Rodgers <ihs_4664@yahoo.com> writes:

> don provan wrote:
>  > Kevin Rodgers <ihs_4664@yahoo.com> writes:
>  >>
>  >>(setq max-lisp-eval-depth (* 2 max-lisp-eval-depth))
>  >
>  > Why would you want to configure a value to twice the current value?
>
> I'd rather do
> something like doubling it than setting it to some arbitrary value.

But you *are* setting it to some arbitrary value: 2 * current value.
The only difference between setting it to (* 2 max-lisp-eval-depth)
and setting it to 600 is that if you reload your .emacs file, it will
be 1200 instead of 600, yet the value you want to use is still 600.

> If
> the standard value changes in the future, who cares?  If such a change
> (or some other implementation change) makes the doubling unnecessary I
> can simply delete it -- I purge my .emacs of such hacks when a new major
> version is released.

If you're going to reexamine this issue any time there's a possibility
that the default number might change, that's all the more reason not
to bother making the number relative to its default value.

About the only rational I can think is documentation purposes, but I'd
prefer a simple comment: "; this is twice the default value".

-don

  parent reply	other threads:[~2005-09-25  9:13 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-22 14:16 applying changes in .emacs Baloff
2005-07-21 21:22 ` Peter Dyballa
2005-07-21 22:11 ` Neon Absentius
2005-07-21 22:57 ` Pascal Bourguignon
2005-07-22  6:01 ` Tim X
2005-07-22  8:04   ` David Kastrup
2005-07-22  9:25 ` Eli Zaretskii
     [not found] ` <mailman.1270.1122024740.20277.help-gnu-emacs@gnu.org>
2005-08-29  7:35   ` don provan
2005-08-29 18:12     ` Eli Zaretskii
2005-08-29 20:15       ` Kevin Rodgers
     [not found]       ` <mailman.5399.1125347056.20277.help-gnu-emacs@gnu.org>
2005-09-23  7:09         ` don provan
2005-09-23 15:59           ` Kevin Rodgers
     [not found]           ` <mailman.8250.1127491382.20277.help-gnu-emacs@gnu.org>
2005-09-25  9:13             ` don provan [this message]
2005-09-25 10:39               ` Thien-Thi Nguyen
     [not found]     ` <mailman.5389.1125340372.20277.help-gnu-emacs@gnu.org>
2005-08-29 20:36       ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uhdc9se6e.fsf@comcast.net \
    --to=dprovan@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.