[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: custom-reevaluate-setting / custom-initialize-delay
From: |
Drew Adams |
Subject: |
RE: custom-reevaluate-setting / custom-initialize-delay |
Date: |
Fri, 26 Feb 2010 07:14:04 -0800 |
> >> > > I guess this should read ...
> >> > > (setq message-send-mail-function
> >> > > 'message-send-mail-with-mailclient)
> >>
> >> Yes, please try that. Since message-mode is the default now, it is
> >> important to know that using message-send-mail-with-mailclient will
> >> work for sending bug reports on Windows.
>
> > No, that doesn't work. Same symptom as before:
> > "Searching for program: no such file or directory, /bin/bash"
>
> Please send us the backtrace as well (it's generally a good idea to
> include a backtrace when you get an error).
Debugger entered--Lisp error: (file-error "Searching for program" "no such file
or directory" "/bin/bash")
call-process("/bin/bash" nil t nil "-c" "uncompface")
shell-command-to-string("uncompface")
(string-match "^0x" (shell-command-to-string "uncompface"))
(and (string-match "^0x" (shell-command-to-string "uncompface"))
(executable-find "icontopbm"))
(if (featurep (quote xemacs)) (featurep (quote xface)) (and (string-match
"^0x" ...) (executable-find "icontopbm")))
(and (not noninteractive) (gnus-image-type-available-p (quote xbm)) (if
(featurep ...) (featurep ...) (and ... ...)) (quote head))
eval((and (not noninteractive) (gnus-image-type-available-p (quote xbm)) (if
(featurep ...) (featurep ...) (and ... ...)) (quote head)))
custom-initialize-reset(gnus-treat-display-x-face (and (not noninteractive)
(gnus-image-type-available-p (quote xbm)) (if (featurep ...) (featurep ...) (and
... ...)) (quote head)))
custom-declare-variable(gnus-treat-display-x-face (and (not noninteractive)
(gnus-image-type-available-p (quote xbm)) (if (featurep ...) (featurep ...) (and
... ...)) (quote head)) ("c:/Emacs-23-1-92/lisp/gnus/gnus-art.elc" . 52832)
:group gnus-article-treat :version "21.1" :link (custom-manual
"(gnus)Customizing Articles") :link (custom-manual "(gnus)X-Face") :type (choice
(const :tag "Off" nil) (const :tag "Header" head)) :set #[(symbol value)
"\302\303!\204
- RE: custom-reevaluate-setting / custom-initialize-delay, (continued)
- Re: custom-reevaluate-setting / custom-initialize-delay, Glenn Morris, 2010/02/23
- RE: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/23
- Re: custom-reevaluate-setting / custom-initialize-delay, Reiner Steib, 2010/02/24
- RE: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/24
- Re: custom-reevaluate-setting / custom-initialize-delay, Eli Zaretskii, 2010/02/24
- RE: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/25
- Re: custom-reevaluate-setting / custom-initialize-delay, Stefan Monnier, 2010/02/26
- RE: custom-reevaluate-setting / custom-initialize-delay,
Drew Adams <=
- Re: custom-reevaluate-setting / custom-initialize-delay, Stefan Monnier, 2010/02/26
- RE: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/26
- Re: custom-reevaluate-setting / custom-initialize-delay, Eli Zaretskii, 2010/02/23
- Re: custom-reevaluate-setting / custom-initialize-delay, Eli Zaretskii, 2010/02/23
- RE: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/23
- RE: custom-reevaluate-setting / custom-initialize-delay, Drew Adams, 2010/02/23
- Re: custom-reevaluate-setting / custom-initialize-delay, Lennart Borgman, 2010/02/24
Re: custom-reevaluate-setting / custom-initialize-delay, Stefan Monnier, 2010/02/24