all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Sendmail/Mac: initialize correctly [patch]
Date: Mon, 26 Dec 2005 13:24:04 -0600 (CST)	[thread overview]
Message-ID: <200512261924.jBQJO4Q09846@raven.dms.auburn.edu> (raw)
In-Reply-To: <E77C26ED-9BCE-44CA-AB53-B0814C9AC63F@gmail.com> (message from David Reitter on Mon, 26 Dec 2005 12:26:41 +0100)

David Reitter wrote:

   The below patch fixes that; I'm not aware of a more elegant solution  
   (I asked in an earlier thread on Nov 24).

Was using custom-reevaluate-setting discussed in that thread?  Does
it work in your situation?  I believe it should work, because the
defcustom has no :set function.  I do not immediately know what we
will have to do in similar situations when there is a :set function,
short of pre-loading the file, which might not be desirable.

:custom-initialize-reset was supposed to take care of problems with
autoloaded defcustoms, but apparently, it does not.

Concretely:

===File ~/startup-diff======================================
*** startup.el	12 Dec 2005 20:44:32 -0600	1.391
--- startup.el	26 Dec 2005 12:19:17 -0600	
***************
*** 776,781 ****
--- 776,782 ----
    (custom-reevaluate-setting 'mouse-wheel-down-event)
    (custom-reevaluate-setting 'mouse-wheel-up-event)
    (custom-reevaluate-setting 'file-name-shadow-mode)
+   (custom-reevaluate-setting 'send-mail-function)
  
    ;; Register default TTY colors for the case the terminal hasn't a
    ;; terminal init file.
============================================================

  reply	other threads:[~2005-12-26 19:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-26 11:26 Sendmail/Mac: initialize correctly [patch] David Reitter
2005-12-26 19:24 ` Luc Teirlinck [this message]
2005-12-26 19:34 ` Luc Teirlinck
2005-12-27  0:00 ` Luc Teirlinck

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=200512261924.jBQJO4Q09846@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    /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.