[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5299: custom-reevaluate-setting / custom-initialize-delay
From: |
Stefan Monnier |
Subject: |
bug#5299: custom-reevaluate-setting / custom-initialize-delay |
Date: |
Wed, 24 Feb 2010 00:11:37 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) |
[ Bringing this back to #5299 where it belongs ]
>> > Drew, does the problem in #5299 go away for you if you set
>> > send-mail-function to mailclient-send-it?
>>
>> It's message-send-mail-function (the variable) that one needs to set
>> nowadays.
>>
>> The function message-send-mail-function may also need some adjustment
>> for Windows and Macs to prefer mailclient more strongly than it
>> currently does.
> OK, I tried that too:
> (setq message-send-mail-function 'mailclient-send-it)
> Same thing:
> shell-command-to-string: Searching for program: no such file or directory,
> /bin/bash
Can you get a backtrace of that? [with (setq debug-on-error t) and if
that doesn't work with additionally (setq debug-ignored-errors nil) and/or
maybe even (setq debug-on-signal t)]
Also, can you explain why "bash" shows up here? Do you have the envvar
SHELL set to "/bin/bash" somehow?
Stefan
- bug#5299: custom-reevaluate-setting / custom-initialize-delay,
Stefan Monnier <=
- bug#5299: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/24
- bug#5299: custom-reevaluate-setting / custom-initialize-delay, Stefan Monnier, 2010/02/24
- bug#5299: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/24
- bug#5299: Default mailer (was: custom-reevaluate-setting / custom-initialize-delay), Stefan Monnier, 2010/02/24
- bug#5299: Default mailer (was: custom-reevaluate-setting / custom-initialize-delay), Lennart Borgman, 2010/02/24
- bug#5299: Default mailer (was: custom-reevaluate-setting / custom-initialize-delay), Drew Adams, 2010/02/24
- bug#5299: Default mailer, Stefan Monnier, 2010/02/24
- bug#5299:, Glenn Morris, 2010/02/26